2017-03-20 16:04:54 +00:00
|
|
|
.notice {
|
2017-02-16 23:02:40 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
2017-03-30 17:13:00 +00:00
|
|
|
z-index: $zindex3;
|
2015-03-12 16:51:31 +00:00
|
|
|
margin-top: 6px;
|
2017-03-20 16:04:54 +00:00
|
|
|
|
2017-02-16 23:02:40 +00:00
|
|
|
@include transform(translateX(-50%));
|
|
|
|
|
2017-03-20 16:04:54 +00:00
|
|
|
&__message {
|
|
|
|
background-color: #000000;
|
|
|
|
color: white;
|
|
|
|
padding: 3px;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
2015-03-12 16:51:31 +00:00
|
|
|
}
|