selfdefined/assets/css/components/_alertbox.scss
jlealess 5789b3910a
⚒️ Adds alertbox to all definitions (#218)
* Adds alertbox to definition pages

* Fixes syntax of links and improves wording of callout links to contribute
2020-06-22 13:01:43 -07:00

14 lines
176 B
SCSS

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