aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/styles.scss
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r--core/css/styles.scss45
1 files changed, 0 insertions, 45 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 3220a7ad884..a3bdf5b6fc4 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -424,51 +424,6 @@ td.avatar {
border-radius: 0;
}
-#notification-container {
- left: 50%;
- max-width: 60%;
- position: fixed;
- top: 0;
- text-align: center;
- transform: translateX(-50%);
- z-index: 8000;
-}
-
-#notification {
- margin: 0 auto;
- z-index: 8000;
- background-color: var(--color-main-background);
- border: 0;
- padding: 1px 8px;
- display: none;
- position: relative;
- top: 0;
- border-bottom-left-radius: 3px;
- border-bottom-right-radius: 3px;
- opacity: .9;
- span {
- cursor: pointer;
- margin-left: 1em;
- }
- overflow-x: hidden;
- overflow-y: auto;
- max-height: 100px;
- .row {
- position: relative;
- .close {
- display: inline-block;
- vertical-align: middle;
- position: absolute;
- right: 0;
- top: 0;
- margin-top: 2px;
- }
- &.closeable {
- padding-right: 20px;
- }
- }
-}
-
tr .action:not(.permanent), .selectedActions > a {
opacity: 0;
}