This commit is contained in:
Dane Everitt 2019-02-09 14:44:35 -08:00
parent d6feaec202
commit 6e26f1929d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
19 changed files with 30 additions and 30 deletions

View file

@ -16,15 +16,15 @@
@apply .bg-red-600 .border-red-800 .text-red-50;
& > .title {
@apply .bg-red;
@apply .bg-red-500;
}
}
&.info {
@apply .bg-blue-dark .border-blue-darker .text-blue-lightest;
@apply .bg-primary-600 .border-primary-800 .text-primary-50;
& > .title {
@apply .bg-blue;
@apply .bg-primary-500;
}
}