jiti-meet/css/_notice.scss

13 lines
204 B
SCSS
Raw Normal View History

2017-03-20 16:04:54 +00:00
.notice {
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;
}
}