fix(css): apply prettier
This commit is contained in:
parent
8e3ca472ff
commit
0eb28b9607
91 changed files with 446 additions and 396 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue