Π·Π΅Ρ€ΠΊΠ°Π»ΠΎ ΠΈΠ·
1
0
Π€ΠΎΡ€ΠΊΠ½ΡƒΡ‚ΡŒ 0
Sonia Ruiz 2022-04-07 12:09:20 +02:00
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ f43cc48c82
ΠšΠΎΠΌΠΌΠΈΡ‚ 50b5589524
2 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 5 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 5 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -21,7 +21,7 @@
&__button {
position: relative;
width: 32px;
width: 30px;
border: none;
background: unset;
@ -95,7 +95,6 @@
}
#{ $self }__text {
// padding-right: spacing(0.5);
padding-top: spacing(4);
max-height: spacing(20);
}
@ -116,7 +115,7 @@
}
&__text {
@extend %subtitle-1;
@extend %subtitle-2;
color: $white;
white-space: nowrap;

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -92,16 +92,17 @@ $semibold: 600;
@media (min-width: $md) {
font-size: 1rem;
letter-spacing: 0.02em;
}
}
%subtitle-2 {
font-family: $inter;
font-weight: $semibold;
font-size: 0.875rem;
font-size: 0.75rem;
line-height: 1.21;
@media (min-width: $md) {
font-size: 1rem;
font-size: 0.875rem;
}
}