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

11 lines
170 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;
2023-07-11 17:35:15 +02:00
background: rgba(46, 31, 7, 0.5);
2023-07-11 17:33:08 +02:00
color: #f6af35;
}