mirror of
https://github.com/JHUAPL/STIXMODELER_UI.git
synced 2026-01-09 22:38:01 -05:00
13 lines
255 B
SCSS
13 lines
255 B
SCSS
@use "../../../defaults";
|
|
|
|
.growl {
|
|
position: fixed;
|
|
left: 10px;
|
|
top: 10px;
|
|
z-index: defaults.$growl-index;
|
|
background-color: defaults.$default-active-bg;
|
|
color: defaults.$light-font-0;
|
|
padding: 11px;
|
|
border-radius: 5px;
|
|
}
|