improvements
This commit is contained in:
@@ -200,11 +200,24 @@ $wg-topbar-panel-bg: linear-gradient(
|
||||
background: rgba(194, 163, 90, 0.08) !important;
|
||||
}
|
||||
|
||||
// one primary vocabulary: the dark gold plate from _controls.scss
|
||||
.wg-topbar .btn-primary,
|
||||
.wg-topbar__register {
|
||||
border-color: rgba(194, 163, 90, 0.34) !important;
|
||||
color: #1b1208 !important;
|
||||
background: linear-gradient(to bottom, #d8c28a, var(--wg-gold)) !important;
|
||||
border: 1px solid var(--wg-gold-soft) !important;
|
||||
color: #f0e6d8 !important;
|
||||
background: linear-gradient(to bottom, #5a4a1a, #473914) !important;
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.06),
|
||||
0 2px 8px rgba(0, 0, 0, 0.24);
|
||||
}
|
||||
|
||||
.wg-topbar .btn-primary:hover,
|
||||
.wg-topbar .btn-primary:focus,
|
||||
.wg-topbar__register:hover,
|
||||
.wg-topbar__register:focus {
|
||||
border-color: var(--wg-gold) !important;
|
||||
color: #fff4dd !important;
|
||||
background: linear-gradient(to bottom, #6a5720, #53431a) !important;
|
||||
}
|
||||
|
||||
.wg-topbar__login,
|
||||
|
||||
Reference in New Issue
Block a user