aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/ui-migration-annoucement/index.scss
blob: 6138a30799bebe46913f53de6e799245f68b6d80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.ui-migration-announcement {
  position: absolute;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: $white;

  p {
    box-sizing: border-box;
    padding: 1em;
    font-size: 12pt;
  }

  p:last-of-type {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
  }
}