Divides the css into sub-files and normalizes how colors are defined. Co-authored-by: Joachim <joachim.robert@protonmail.com>
9 lines
182 B
SCSS
9 lines
182 B
SCSS
/** Transient notification
|
|
******************************************************************************/
|
|
|
|
#live-messages {
|
|
position: fixed;
|
|
bottom: 1em;
|
|
right: 1em;
|
|
}
|