wiki-grav/themes/learn2-dark/scss/theme/_notices.scss

11 lines
157 B
SCSS
Raw Normal View History

2023-07-11 17:33:08 +02:00
.notices {
padding: 1px 1px 1px 30px;
margin: 15px 0;
}
.notices.yellow {
border-left: 10px solid #ffa800;
background: #47310d;
color: #f6af35;
}