10 lines
198 B
SCSS
10 lines
198 B
SCSS
|
|
.barNotification {
|
||
|
|
background-color: #1e1e2e;
|
||
|
|
border-radius: 15px;
|
||
|
|
border: 3px solid #11111b;
|
||
|
|
color: #cdd6f4;
|
||
|
|
font-weight: bold;
|
||
|
|
margin-right: 10px;
|
||
|
|
padding: 1px 15px;
|
||
|
|
}
|