Skip to content

Commit

Permalink
Merge pull request #1509 from sudwebdesign/develop-scss-bg-layout-by-…
Browse files Browse the repository at this point in the history
…theme

css layouts bg by theme
  • Loading branch information
alextselegidis authored Apr 26, 2024
2 parents 2d8788c + 8be390f commit 4b79951
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 0 additions & 2 deletions assets/css/layouts/account_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ body {
height: 100vh;
display: table-cell;
vertical-align: middle;
background-color: #f5f8fa;
}

#login-frame {
width: 630px;
margin: auto;
background: #fff;
border: 1px solid #dddada;
padding: 70px;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/css/layouts/backend_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ root {
}

#footer {
background-color: #f7f7f7;
background-color: var(--bs-body-bg);
border-top: 1px solid #ddd;
font-size: 11px;
}
Expand Down
7 changes: 1 addition & 6 deletions assets/css/layouts/booking_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ body {
height: 100%;
}

body {
background-color: #f5f8fa;
}

#main {
min-height: 100%;
}
Expand All @@ -30,7 +26,6 @@ body {
------------------------------------------------------------------------------ */

#book-appointment-wizard {
background: #fff;
min-height: 480px;
padding: 0;
margin: auto;
Expand Down Expand Up @@ -285,7 +280,7 @@ body {
#book-appointment-wizard {
border-radius: 0.25rem;
overflow: hidden;
box-shadow: rgba(45, 62, 80, 0.12) 0 1px 5px 0;
box-shadow: rgba(138, 195, 255, 0.12) 0 1px 5px 0;
}

#book-appointment-wizard #company-name {
Expand Down

0 comments on commit 4b79951

Please sign in to comment.