openaire-theme/less/text.less

29 lines
576 B
Plaintext
Raw Normal View History

2022-06-17 13:39:21 +02:00
@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;
}
2022-06-17 13:39:21 +02:00
.hook-text-misc() {
.uk-text-xsmall {
font-size: @text-xsmall-font-size;
line-height: @text-xsmall-line-height;
.hook-text-xsmall();
}
}
.hook-text-xsmall() {};