cactuzhead_Advanced-Progres.../docs/_sass/custom/custom.scss
2025-05-13 12:54:27 +01:00

26 lines
549 B
SCSS

.site-footer {
padding: 1rem;
text-align: left;
border-top: 1px solid #e8e8e8;
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;
}