cactuzhead_Advanced-Progres.../docs/_sass/custom/custom.scss
2025-08-10 13:06:29 +01:00

73 lines
1.5 KiB
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;
}
.warning {
background-color: rgba(247, 126, 126, 0.2);
border-left: 4px solid #dd2e2e;
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.warning::before, blockquote.warning::before {
color: #dd2e2e;
content: "warning";
display: block;
font-weight: bold;
text-transform: uppercase;
font-size: 0.75em;
padding-bottom: 0.125rem;
}
.removed {
background-color: #E3DDFB;
border-left: 4px solid #381885;
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.removed::before, blockquote.removed::before {
color: #381885;
content: "removed";
display: block;
font-weight: bold;
text-transform: uppercase;
font-size: 0.75em;
padding-bottom: 0.125rem;
}
span.label.label-grey {
background-color: #ededed;
color: #6c757d;
}
.badge {
font-weight: 500 !important;
text-transform: none !important;
}