aboutsummaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application/_flash.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/application/_flash.scss')
-rw-r--r--app/assets/stylesheets/application/_flash.scss35
1 files changed, 0 insertions, 35 deletions
diff --git a/app/assets/stylesheets/application/_flash.scss b/app/assets/stylesheets/application/_flash.scss
deleted file mode 100644
index f168e68..0000000
--- a/app/assets/stylesheets/application/_flash.scss
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc
- *
- * SPDX-License-Identifier: LAL-1.3
- */
-
-/*
- FLASH
-*/
-
-#flashes {
- position: absolute;
- bottom: 2rem;
- right: 0;
- margin: 0 auto;
- width: 50%;
- min-width: 24rem;
- max-width: 64rem;
- max-height: 10rem;
- overflow: auto;
- padding: 0.25rem;
- z-index: 500;
-
- > span {
- display: block;
- padding: 0.5rem;
- }
-
- .alert {
- background-color: var(--danger-medium);
- }
- .notice {
- background-color: var(--highlight-low);
- }
-}