cactuzhead_Advanced-Progres.../docs/_sass/custom/custom.scss
2025-05-14 21:04:30 +01:00

39 lines
776 B
SCSS

.site-footer-page {
padding: 0;
text-align: left;
font-size: 0.9rem;
width: 100%;
}
.note {
background-color: #e7f3fe;
border-left: 4px solid #2196F3;
padding: 0.8rem;
margin: 1em 0;
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
}
p.note::before, blockquote.note::before {
color: #183385;
content: "note";
display: block;
font-weight: bold;
text-transform: uppercase;
font-size: 0.75em;
padding-bottom: 0.125rem;
}
// .label {
// display: inline-block;
// padding: 2px 6px;
// border-radius: 3px;
// font-size: 0.8em;
// margin-left: 5px;
// vertical-align: middle;
// }
.label-grey {
background-color: #6c757d; /* Bootstrap-style grey */
color: white;
}