kbberendsen commited on
Commit
399a2a5
·
1 Parent(s): fffe46e

change colors and width notification

Browse files
Files changed (1) hide show
  1. 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% - 150px);
18
- width: 150px;
19
- background-color: grey;
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
  }