Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
·
399a2a5
1
Parent(s):
fffe46e
change colors and width notification
Browse files- styles.css +3 -3
styles.css
CHANGED
@@ -14,8 +14,8 @@
|
|
14 |
.shiny-notification {
|
15 |
position:fixed;
|
16 |
top: calc(0%);
|
17 |
-
left: calc(50% -
|
18 |
-
width:
|
19 |
-
background-color:
|
20 |
opacity: 0.1;
|
21 |
}
|
|
|
14 |
.shiny-notification {
|
15 |
position:fixed;
|
16 |
top: calc(0%);
|
17 |
+
left: calc(50% - 300px);
|
18 |
+
width: 300px;
|
19 |
+
background-color: lightcoral;
|
20 |
opacity: 0.1;
|
21 |
}
|