fomantic-ui
Version:
Fomantic empowers designers and developers by creating a shared vocabulary for UI.
76 lines (64 loc) • 1.51 kB
text/less
/*!
* # Fomantic-UI - Text
* https://github.com/fomantic/Fomantic-UI/
*
*
* Released under the MIT license
* https://opensource.org/licenses/MIT
*
*/
/*******************************
Theme
*******************************/
: "element";
: "text";
(multiple) "../../theme.config";
/*******************************
Text
*******************************/
span.ui.text {
line-height: ;
}
& when not (false) {
each( = , {
: ;
: [@ ][color];
: [@ ][light];
span.ui.@{color}.text {
color: ;
}
& when ( ) {
span.ui.inverted.@{color}.text {
color: ;
}
}
});
}
& when not (false) {
each( = , {
: ;
: [@ ][color];
span.ui.@{state}.text {
color: ;
}
});
}
& when ( ) {
span.ui.disabled.text {
opacity: ;
}
}
/* Sizes */
span.ui.medium.text {
font-size: ;
}
& when not (false) {
each( = , {
: @ ;
span.ui.@{value}.text {
font-size: ;
}
});
}
// stylelint-disable no-invalid-position-at-import-rule
(multiple, optional) "../../overrides.less";