π Update color tokens
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
51caca09af
ΠΠΎΠΌΠΌΠΈΡ
ca92d8dd61
|
@ -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;
|
||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅