21 lines
521 B
Plaintext
21 lines
521 B
Plaintext
|
.backgroundContainer.data-v-ae05b914 {
|
||
|
display: flex;
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
height: 100vh;
|
||
|
background-image: url('../../static/index/lightbgcnew.png');
|
||
|
background-size: cover;
|
||
|
background-position: center center;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.darkbackgroundContainer.data-v-ae05b914 {
|
||
|
display: flex;
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
height: 100vh;
|
||
|
background-image: url('../../static/index/background.png');
|
||
|
background-size: cover;
|
||
|
background-position: center center;
|
||
|
overflow: hidden;
|
||
|
}
|