selfdefined/assets/css/components/_alertbox.scss

14 lines
192 B
SCSS
Raw Normal View History

.alertbox {
border: 2px solid var(--clr-foreground);
padding: 2.25rem;
&__title {
font-size: 1.5rem;
margin-top: 0;
}
&__content:last-of-type {
margin-bottom: 0;
}
}