Files
CHOMPStation2/tgui/packages/tgui-panel/styles/components/Notifications.scss
CHOMPStation2 eb65b5721c [MIRROR] tgchat part 1 (#7273)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Selis <selis@xynolabs.com>
2023-11-25 13:36:55 +01:00

27 lines
346 B
SCSS

/**
* Copyright (c) 2020 Aleksej Komarov
* SPDX-License-Identifier: MIT
*/
.Notifications {
position: absolute;
bottom: 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;
}
}