brouilleursdeblanc/_sass/_notices.scss
Michael Rose e987aeb88e Cleanup and document stylesheets
- Partially addresses #129
2015-03-03 13:05:35 -05:00

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;
}