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