parent
1d4702037d
commit
b12704f878
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,9 +1,22 @@
|
|||||||
|
.notices {
|
||||||
|
color: #fff !important;
|
||||||
|
background-color: $header-color !important;
|
||||||
|
border: 1px solid rgba(0, 0, 0, 0.125) !important;
|
||||||
|
border-radius: 0.25rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
.notices.yellow {
|
.notices.yellow {
|
||||||
color: #222;
|
border-color: #f39c12 !important;
|
||||||
background: #f39c12;
|
}
|
||||||
border-left: 10px solid darken(#f39c12, 20%);
|
|
||||||
|
.notices.green {
|
||||||
|
border-color: #00bc8c !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notices.red {
|
||||||
|
border-color: #e74c3c !important;
|
||||||
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
.notices.blue {
|
||||||
color: #222;
|
border-color: #3498db !important;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue