jiti-meet/css/_notice.scss

13 lines
211 B
SCSS

.notice {
position: relative;
z-index: $zindex3;
margin-top: 6px;
&__message {
background-color: #000000;
color: white;
padding: 3px;
border-radius: 5px;
}
}