10 lines
196 B
SCSS
10 lines
196 B
SCSS
.notification-center {
|
|
$module-bg-color: rgba($bar-bg-color,0.5);
|
|
$module-fg-color: $bar-fg-color;
|
|
|
|
margin: 0px 5px;
|
|
@import "./styles/button.scss";
|
|
&.inactive {
|
|
opacity: 0.5;
|
|
}
|
|
}
|