mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
auth page UX update
This commit is contained in:
parent
533a0f094e
commit
102f0c3800
9 changed files with 62 additions and 53 deletions
|
@ -105,9 +105,15 @@ $color-sidebar-toolbar: $color-sidebar-border;
|
|||
.background-color-off-white {
|
||||
background-color: $color-off-white !important;
|
||||
}
|
||||
.background-color-primary {
|
||||
background-color: $color-primary !important;
|
||||
.background-color-off-black {
|
||||
background-color: $color-off-black !important;
|
||||
}
|
||||
.background-color-green {
|
||||
background-color: $color-green !important;
|
||||
}
|
||||
.background-color-theme {
|
||||
background-color: $color-primary !important;
|
||||
}
|
||||
.background-color-theme-light {
|
||||
background-color: $color-primary-light !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue