woocommerce-rest-api-docs/source/stylesheets/_warning.scss
Claudio Sanches d495c2dbc7 Updated slate
2018-10-16 00:55:07 -03:00

31 lines
No EOL
731 B
SCSS

////////////////////////////////////////////////////////////////////////////////
// PAGE WARNING
////////////////////////////////////////////////////////////////////////////////
#warning-top {
text-shadow: 0 1px 0 lighten($aside-warning-bg, 5%);
box-shadow: 0 0 5px black;
font-weight: bold;
left: 0;
line-height: 2.5;
overflow: hidden;
position: fixed;
right: 0;
text-align: center;
top: 0;
z-index: 99999;
background-color: $aside-warning-bg;
color: lighten($aside-notice-bg, 80%);
a {
color: lighten($aside-notice-bg, 80%);
text-decoration: underline;
}
.info:before {
@extend %icon-exclamation-sign;
font-size: 14px;
padding-right: 0.5em;
vertical-align: middle;
}
}