Add accent-color usage from design system. (#9009)
parent
e463a47588
commit
35a6ad98b3
@ -1,13 +1,13 @@ |
||||
.alert-circle-icon { |
||||
&--danger { |
||||
border-color: $danger-red; |
||||
color: $danger-red; |
||||
background: $danger-light-red; |
||||
border-color: $accent-red; |
||||
color: $accent-red; |
||||
background: $Red-000; |
||||
} |
||||
|
||||
&--warning { |
||||
border-color: $warning-yellow; |
||||
color: $warning-yellow; |
||||
background: $warning-light-yellow; |
||||
border-color: $accent-yellow; |
||||
color: $accent-yellow; |
||||
background: $Yellow-000; |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue