uikit
Version:
UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.
60 lines (35 loc) • 1.15 kB
text/less
//
// Component: Text
//
// ========================================================================
// Variables
// ========================================================================
//
// New
//
@text-meta-link-color: @text-meta-color;
@text-meta-link-hover-color: @global-color;
// Style modifiers
// ========================================================================
.hook-text-lead() {}
.hook-text-meta() {
a { color: @text-meta-link-color; }
a:hover {
color: @text-meta-link-hover-color;
text-decoration: none;
}
}
// Size modifiers
// ========================================================================
.hook-text-small() {}
.hook-text-large() {}
// Background modifier
// ========================================================================
.hook-text-background() {}
// Miscellaneous
// ========================================================================
.hook-text-misc() {}
// Inverse
// ========================================================================
.hook-inverse-text-lead() {}
.hook-inverse-text-meta() {}