We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7004e83 commit c7e8f30Copy full SHA for c7e8f30
src/Frontend/src/assets/navbar.css
@@ -233,9 +233,3 @@
233
position: relative;
234
top: 2px;
235
}
236
-
237
-span.fa-exclamation-triangle.danger {
238
- color: #ce4844;
239
- font-weight: normal !important;
240
- background: linear-gradient(white, white) center/20% 72% no-repeat;
241
-}
src/Frontend/src/components/ExclamationMark.vue
@@ -25,7 +25,7 @@ const props = withDefaults(
25
26
.danger {
27
color: #ce4844 !important;
28
+ background: linear-gradient(white, white) center/20% 72% no-repeat;
29
30
31
.warning {
0 commit comments