]> nmode's Git Repositories - Rnaught/blob - inst/web/www/styles.css
Update web app entry point
[Rnaught] / inst / web / www / styles.css
1 body {
2 min-height: 100vh;
3 height: 100%;
4 width: 100%;
5 }
6
7 noscript {
8 text-align: center;
9 }
10
11 .shiny-notification {
12 background-color: black;
13 color: white;
14 }
15
16 .plotly-notifier .notifier-note {
17 background-color: black !important;
18 color: white !important;
19 }
20
21 #data_upload {
22 display: none;
23 }