Snackbar: LineAwesome fix

merge-requests/782/head
Alex Gleason 2021-09-27 16:45:34 -05:00
rodzic 9a660e8363
commit e30ca5208d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
2 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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';
}
}