fix(css): apply prettier

This commit is contained in:
Colin Darie 2024-11-05 19:02:31 +01:00
parent 8e3ca472ff
commit 0eb28b9607
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
91 changed files with 446 additions and 396 deletions

View file

@ -1,5 +1,5 @@
@import "colors";
@import "constants";
@import 'colors';
@import 'constants';
.alert {
padding: 15px;
@ -8,10 +8,10 @@
.alert-danger {
background-color: $medium-red;
color: #FFFFFF;
color: #ffffff;
a {
color: #FFFFFF;
color: #ffffff;
}
}