mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed node title size
This commit is contained in:
parent
ee6ec97ea7
commit
c3e92e1b47
2 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
@include tablet {
|
@include tablet {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
font: $font_16_semibold;
|
font: $font_20_semibold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -43,6 +43,7 @@ $font_24_bold: $bold 24px $font;
|
||||||
$font_24_semibold: $bold 24px $font;
|
$font_24_semibold: $bold 24px $font;
|
||||||
$font_24_medium: $medium 24px $font;
|
$font_24_medium: $medium 24px $font;
|
||||||
$font_24_regular: $regular 24px $font;
|
$font_24_regular: $regular 24px $font;
|
||||||
|
$font_20_semibold: $bold 24px $font;
|
||||||
$font_18_regular: $regular 18px $font;
|
$font_18_regular: $regular 18px $font;
|
||||||
$font_18_extra_light: $extra_light 18px $font;
|
$font_18_extra_light: $extra_light 18px $font;
|
||||||
$font_18_semibold: $semibold 18px $font;
|
$font_18_semibold: $semibold 18px $font;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue