Π·Π΅Ρ€ΠΊΠ°Π»ΠΎ ΠΈΠ·
1
0
Π€ΠΎΡ€ΠΊΠ½ΡƒΡ‚ΡŒ 0
This commit is contained in:
Sonia Ruiz 2022-03-30 13:24:34 +02:00
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ 51caca09af
ΠšΠΎΠΌΠΌΠΈΡ‚ ca92d8dd61
6 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 8 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 7 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

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

@ -1,7 +1,7 @@
.datetime-chip {
display: inline-flex;
outline: 1px solid $white-soft;
outline: 1px solid $white-80;
border-radius: 27px;
@extend %subtitle-1;
@ -32,7 +32,7 @@
font-size: 12px;
line-height: 1.6;
color: $white-soft;
color: $white-80;
}
&__divider {

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

@ -26,7 +26,7 @@
&__text {
@extend %body-1;
color: $white-soft;
color: $white-80;
@extend %markdown;
}

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

@ -50,7 +50,7 @@
&__text {
@extend %body-1;
color: $white-soft;
color: $white-80;
overflow: hidden;
text-overflow: ellipsis;

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

@ -23,7 +23,7 @@
&__text {
@extend %body-1;
color: $white-soft;
color: $white-80;
grid-column: 1 / 4;

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

@ -27,7 +27,7 @@
&__text {
@extend %body-1;
color: $white-soft;
color: $white-80;
grid-column: 1 / 4;

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

@ -8,7 +8,8 @@ $lg: 920px;
// Colors
$white: #fff;
$white-soft: #ffffff80;
$white-80: #ffffffcc;
$white-20: #ffffff33;
$blue: #0a03d6;
$purple: #6b00cf;
$red: #e32e40;