Browse Source

refactor: add bg color for profile webform

version-14
Summayya 3 years ago
parent
commit
294810b5b1
1 changed files with 2 additions and 1 deletions
  1. +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);
}
}


Loading…
Cancel
Save