blob: 5b72ddaf9ccd9084293991e106d5750d34421244 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  | 
@import '../../NewLightboxStyles.scss';
.template-container {
    width: 100vw;
    height: 100vh;
  
    &.dark {
      background: $black;
    }
  
    &.light,
    &.default {
      background: $white;
    }
}
 
  |