summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/flash.css
blob: d046bab7c25e320cecb7e9c944aa1d512ac7e1d1 (plain)
1
2
3
4
5
6
7
8
.flash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ff790d;
}