refactor: bg color for mobile screen
This commit is contained in:
parent
82393c6918
commit
9450da9ef1
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
@import "./desk/variables";
|
||||
|
||||
body {
|
||||
background-color: var(--bg-light-gray);
|
||||
@include media-breakpoint-up(sm) {
|
||||
background-color: var(--bg-light-gray);
|
||||
}
|
||||
}
|
||||
|
||||
.for-forgot,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue