π Fix spacing
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
f43cc48c82
ΠΠΎΠΌΠΌΠΈΡ
50b5589524
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
&__button {
|
&__button {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 32px;
|
width: 30px;
|
||||||
|
|
||||||
border: none;
|
border: none;
|
||||||
background: unset;
|
background: unset;
|
||||||
|
@ -95,7 +95,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#{ $self }__text {
|
#{ $self }__text {
|
||||||
// padding-right: spacing(0.5);
|
|
||||||
padding-top: spacing(4);
|
padding-top: spacing(4);
|
||||||
max-height: spacing(20);
|
max-height: spacing(20);
|
||||||
}
|
}
|
||||||
|
@ -116,7 +115,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&__text {
|
&__text {
|
||||||
@extend %subtitle-1;
|
@extend %subtitle-2;
|
||||||
color: $white;
|
color: $white;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
|
|
|
@ -92,16 +92,17 @@ $semibold: 600;
|
||||||
|
|
||||||
@media (min-width: $md) {
|
@media (min-width: $md) {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
letter-spacing: 0.02em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
%subtitle-2 {
|
%subtitle-2 {
|
||||||
font-family: $inter;
|
font-family: $inter;
|
||||||
font-weight: $semibold;
|
font-weight: $semibold;
|
||||||
font-size: 0.875rem;
|
font-size: 0.75rem;
|
||||||
line-height: 1.21;
|
line-height: 1.21;
|
||||||
|
|
||||||
@media (min-width: $md) {
|
@media (min-width: $md) {
|
||||||
font-size: 1rem;
|
font-size: 0.875rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅