Files
STIXMODELER_UI/stix-modeler-app/src/components/ui/growl/growl.scss
2025-10-14 09:45:57 -04:00

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;
}