aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/pages/unlock.scss
blob: 5d438377b7bdeaf2e1d745508610970412c2fcbd (plain) (blame)
1
2
3
4
5
6
7
8
9
.unlock-page {
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgb(247, 247, 247);
  width: 100%;
}