This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
refactor: bg color for mobile screen
version-14
Summayya
3 years ago
parent
82393c6918
commit
9450da9ef1
1 changed files
with
3 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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,
Write
Preview
Loading…
Cancel
Save