1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

added title sizes for long titles

This commit is contained in:
Fedor Katurov 2020-10-31 15:36:16 +07:00
parent 118dad4e2b
commit 01f52bcb63
3 changed files with 34 additions and 3 deletions

View file

@ -95,10 +95,21 @@
opacity: 1;
transform: translate(0, 0);
transition: opacity 0.5s, transform 1s;
&.small {
@include clamp(8, 1.25em);
font-size: 24px;
}
&.medium{
@include clamp(6, 1.25em);
font-size: 28px;
}
}
.text_title {
margin-bottom: $gap / 2;
@include clamp(3, 1.25em)
}
.horizontal,