mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Merge pull request #1509 from sudwebdesign/develop-scss-bg-layout-by-theme
css layouts bg by theme
This commit is contained in:
commit
4b79951cca
3 changed files with 2 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -75,7 +75,7 @@ root {
|
|||
}
|
||||
|
||||
#footer {
|
||||
background-color: #f7f7f7;
|
||||
background-color: var(--bs-body-bg);
|
||||
border-top: 1px solid #ddd;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
|
|
@ -18,10 +18,6 @@ body {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #f5f8fa;
|
||||
}
|
||||
|
||||
#main {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
@ -30,7 +26,6 @@ body {
|
|||
------------------------------------------------------------------------------ */
|
||||
|
||||
#book-appointment-wizard {
|
||||
background: #fff;
|
||||
min-height: 480px;
|
||||
padding: 0;
|
||||
margin: auto;
|
||||
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue