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

update color and position notification

Browse files
Files changed (1) hide show
  1. styles.css +3 -4
styles.css CHANGED
@@ -14,8 +14,7 @@
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
  }
 
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
  }