Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
·
dec7726
1
Parent(s):
399a2a5
update color and position notification
Browse files- styles.css +3 -4
styles.css
CHANGED
@@ -14,8 +14,7 @@
|
|
14 |
.shiny-notification {
|
15 |
position:fixed;
|
16 |
top: calc(0%);
|
17 |
-
|
18 |
-
width:
|
19 |
-
background-color:
|
20 |
-
opacity: 0.1;
|
21 |
}
|
|
|
14 |
.shiny-notification {
|
15 |
position:fixed;
|
16 |
top: calc(0%);
|
17 |
+
margin: 0 auto;
|
18 |
+
width: 200px;
|
19 |
+
background-color: rgba(120, 125, 130,.9);
|
|
|
20 |
}
|