From 294810b5b1c107bedbd8861db45e4fe2a99b488b Mon Sep 17 00:00:00 2001 From: Summayya Date: Mon, 24 Jan 2022 13:49:22 +0530 Subject: [PATCH] refactor: add bg color for profile webform --- frappe/public/scss/website/my_account.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappe/public/scss/website/my_account.scss b/frappe/public/scss/website/my_account.scss index bdc52588aa..22b29cc3ec 100644 --- a/frappe/public/scss/website/my_account.scss +++ b/frappe/public/scss/website/my_account.scss @@ -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); } }