summaryrefslogtreecommitdiff
path: root/themes/CodeIT/assets/css/_partial/_mask.scss
blob: 32cf99116e06cd7ee8c408514dfe42728aff98dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#mask {
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);

  .blur & {
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.25);
  }
}