Files
CHOMPStation2/tgui/packages/tgui-panel/styles/components/Notifications.scss
2024-10-04 01:35:09 +02:00

27 lines
343 B
SCSS

/**
* Copyright (c) 2020 Aleksej Komarov
* SPDX-License-Identifier: MIT
*/
.Notifications {
position: absolute;
top: 1em;
left: 1em;
right: 2em;
}
.Notification {
color: #fff;
background-color: crimson;
padding: 0.5em;
margin: 1em 0;
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
}