11 lines
271 B
CSS
11 lines
271 B
CSS
.custom-bg {
|
|
background-image: url('./assets/bg/bg_1.jpg') !important;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.signup-bg {
|
|
background-image: url('./assets/bg/signup_bg.jpg') !important;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
} |