29 lines
576 B
Plaintext
29 lines
576 B
Plaintext
@text-xsmall-font-size: @global-xsmall-font-size;
|
|
@text-xsmall-line-height: 1.5;
|
|
|
|
/* Meta */
|
|
@text-meta-font-size: inherit;
|
|
@text-meta-line-height: inherit;
|
|
@text-meta-color: @global-meta-color;
|
|
|
|
/* Background */
|
|
@text-background-gradient: @global-primary-gradient;
|
|
@text-background-color: @global-primary-background;
|
|
|
|
.hook-text-background() {
|
|
background-image: @text-background-gradient;
|
|
}
|
|
|
|
.hook-text-misc() {
|
|
.uk-text-xsmall {
|
|
font-size: @text-xsmall-font-size;
|
|
line-height: @text-xsmall-line-height;
|
|
.hook-text-xsmall();
|
|
}
|
|
}
|
|
|
|
.hook-text-xsmall() {};
|
|
|
|
|
|
|