refactor: bg color for mobile screen

This commit is contained in:
Summayya 2021-12-30 18:31:18 +05:30
parent 82393c6918
commit 9450da9ef1

View file

@ -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,