more em-sized fonts

This commit is contained in:
Henry Jameson 2022-04-20 23:44:33 +03:00
parent 58a975e8df
commit 7f513fe46f
9 changed files with 22 additions and 22 deletions

View file

@ -73,12 +73,13 @@
&-item {
padding: 0 7px;
cursor: pointer;
font-size: 24px;
font-size: 1.85em;
&.disabled {
opacity: 0.5;
pointer-events: none;
}
&.active {
border-bottom: 4px solid;
@ -151,9 +152,10 @@
justify-content: left;
&-title {
font-size: 12px;
font-size: 0.85em;
width: 100%;
margin: 0;
&.disabled {
display: none;
}