summaryrefslogtreecommitdiff
path: root/inst/app/www/styles.css
blob: a6fc3cd177cc35f9ac86d67cebaf68aa05d6dc34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body {
  min-height: 100vh;
  height: 100%;
  width: 100%;
}

noscript {
  text-align: center;
}

.shiny-notification {
  background-color: black;
  color: white;
}

.plotly-notifier .notifier-note {
  background-color: black !important;
  color: white !important;
}

#data_upload {
  display: none;
}