mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-21 17:47:10 +00:00
e987aeb88e
- Partially addresses #129
26 lines
643 B
SCSS
26 lines
643 B
SCSS
/* ==========================================================================
|
|
Notices
|
|
========================================================================== */
|
|
|
|
/*
|
|
Default notice
|
|
========================================================================== */
|
|
|
|
.notice {
|
|
margin-top: 1.5em;
|
|
padding: .5em 1em;
|
|
text-indent: 0;
|
|
@include font-size(16);
|
|
background-color: lighten($black, 95);
|
|
border: 1px solid lighten($black, 90);
|
|
@include rounded(4px);
|
|
}
|
|
|
|
/*
|
|
Browser upgrade notice
|
|
========================================================================== */
|
|
|
|
.upgrade {
|
|
padding: 10px;
|
|
text-align: center;
|
|
}
|