config/modules/rice/ags/cfg/scss/bar/_notification.scss

10 lines
198 B
SCSS
Raw Normal View History

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