Files
iTop/css/backoffice/_fallback.scss
2024-05-06 18:35:31 +02:00

29 lines
726 B
SCSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license http://opensource.org/licenses/AGPL-3.0
*/
//==========================================================================
// Here are the rules that make standard HTML tags fallback to the theme
// styles so then can be displayed correctly even if they don't have any
// CSS classes
//
// Be very specific about what each piece of code is doing
// ==========================================================================
// Rules:
// ---------------
// 1. If its a hack, it goes in _shame.scss not here.
// 2. See rule #1
fieldset {
@extend .ibo-fieldset;
}
legend {
@extend .ibo-fieldset-legend;
}
textarea {
@extend .ibo-input-text;
}