Snackbar: LineAwesome fix
This commit is contained in:
parent
9a660e8363
commit
e30ca5208d
|
@ -7,7 +7,7 @@
|
|||
"at-rule-empty-line-before": ["always", { "ignore": ["after-comment", "first-nested", "inside-block", "blockless-after-same-name-blockless", "blockless-after-blockless"] }],
|
||||
"declaration-colon-newline-after": null,
|
||||
"declaration-empty-line-before": "never",
|
||||
"font-family-no-missing-generic-family-keyword": [true, { "ignoreFontFamilies": ["ForkAwesome", "OpenDyslexic", "soapbox"] }],
|
||||
"font-family-no-missing-generic-family-keyword": [true, { "ignoreFontFamilies": ["ForkAwesome", "Font Awesome 5 Free", "OpenDyslexic", "soapbox"] }],
|
||||
"no-descending-specificity": null,
|
||||
"no-duplicate-selectors": null,
|
||||
"scss/at-rule-no-unknown": true
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
justify-content: center;
|
||||
|
||||
&::before {
|
||||
font-family: ForkAwesome;
|
||||
font-family: 'Font Awesome 5 Free';
|
||||
font-size: 20px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
@ -16,7 +16,7 @@
|
|||
background-color: #19759e !important;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
content: '\f05a';
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
|||
background-color: #199e5a !important;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
content: '\f00c';
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
|||
background-color: #9e1919 !important;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
content: '\f05e';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue