Convert color schema, begin migrating old classes (finishes grey & red)
This commit is contained in:
parent
6c7a5d5bb9
commit
32b43cff9a
35 changed files with 186 additions and 166 deletions
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
|
||||
&.error {
|
||||
@apply .bg-red-dark .border-red-darker .text-red-lightest;
|
||||
@apply .bg-red-600 .border-red-800 .text-red-50;
|
||||
|
||||
& > .title {
|
||||
@apply .bg-red;
|
||||
|
|
Reference in a new issue