Browse Source

refactor: bg color for mobile screen

version-14
Summayya 3 years ago
parent
commit
9450da9ef1
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      frappe/public/scss/login.bundle.scss

+ 3
- 1
frappe/public/scss/login.bundle.scss View File

@@ -1,7 +1,9 @@
@import "./desk/variables"; @import "./desk/variables";


body { body {
background-color: var(--bg-light-gray);
@include media-breakpoint-up(sm) {
background-color: var(--bg-light-gray);
}
} }


.for-forgot, .for-forgot,


Loading…
Cancel
Save