This commit is contained in:
Madison Scott-Clary
2021-05-23 15:04:47 -07:00
parent 9dae0c65d0
commit 034dd72898
18 changed files with 34 additions and 0 deletions

14
assets/css/parts/_cw.scss Normal file
View File

@ -0,0 +1,14 @@
.content-warning {
border-left: 5px dotted rgb(211, 123, 152);
border-right: 5px dotted rgb(211, 123, 152);
margin: 1rem;
padding: 1rem;
text-align: center;
&::before {
content: "";
font-size: 20pt;
font-weight: bold;
color: rgb(211, 123, 152);
}
}