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: add bg color for profile webform
version-14
Summayya
3 years ago
parent
a569b3e37f
commit
294810b5b1
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
frappe/public/scss/website/my_account.scss
+ 2
- 1
frappe/public/scss/website/my_account.scss
View File
@@ -1,7 +1,8 @@
//styles for my account and edit-profile page
@include media-breakpoint-up(sm) {
body[data-path="me"],
body[data-path="list"] {
body[data-path="list"],
body[data-path="update-profile"] {
background-color: var(--bg-color);
}
}
Write
Preview
Loading…
Cancel
Save