You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.notices {
|
|
|
|
color: #fff !important;
|
|
|
|
background-color: $header-color !important;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.125) !important;
|
|
|
|
border-radius: 0.25rem !important;
|
|
|
|
padding: 25px;
|
|
|
|
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.notices.yellow {
|
|
|
|
border-color: #f39c12 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notices.green {
|
|
|
|
border-color: #00bc8c !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notices.red {
|
|
|
|
border-color: #e74c3c !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notices.blue {
|
|
|
|
border-color: #3498db !important;
|
|
|
|
}
|