Add themes for notices

master
Nikola Forró 7 years ago
parent 5ca2abc02b
commit 7c28756106

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -9,6 +9,7 @@
@import 'theme/forms';
@import 'theme/mobile';
@import 'theme/animation';
@import 'theme/notices';
@import 'theme/header';
@import 'theme/footer';

@ -0,0 +1,9 @@
.notices.yellow {
color: #222;
background: #f39c12;
border-left: 10px solid darken(#f39c12, 20%);
h1, h2, h3, h4, h5, h6 {
color: #222;
}
}
Loading…
Cancel
Save