2017-03-20 16:04:54 +00:00
|
|
|
.notice {
|
2015-03-12 16:51:31 +00:00
|
|
|
position: relative;
|
|
|
|
z-index: 3;
|
|
|
|
margin-top: 6px;
|
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
|
|
|
}
|