| 1 |
/*! = General Vars for Admin = */ |
| 2 |
.wpbc_admin { |
| 3 |
/* -- Responsive Sizes: < 600px (less top icons), < 782px (no wp left bar), < 960px (wp left bar colapse) ----------- */ |
| 4 |
--wpbc_ui__gen__screen_width_small: 960px; |
| 5 |
--wpbc_ui__gen__screen_width_mini: 782px; |
| 6 |
--wpbc_ui__gen__screen_width_micro: 600px; |
| 7 |
|
| 8 |
/** Panels */ |
| 9 |
--wpbc_ui__gen__panel_background-color: #fff; |
| 10 |
--wpbc_ui__gen__panel_box-shadow: 0 1px 3px rgba(17,24,39,.09); |
| 11 |
/** Selected active items */ |
| 12 |
/*--wpbc_ui__gen__active-background-color: #2280c3;*/ |
| 13 |
--wpbc_ui__gen__active-background-color: #465160; |
| 14 |
/*--wpbc_ui__gen__active-background-color: #1874bf;*/ |
| 15 |
--wpbc_ui__gen__active-text-color: #fff; |
| 16 |
--wpbc_ui__gen__hover-color: #d63638; |
| 17 |
/** Common text */ |
| 18 |
--wpbc_ui__gen__text-color: #555; |
| 19 |
--wpbc_ui__gen__font-size: 13px; |
| 20 |
/** Common border radiuses */ |
| 21 |
--wpbc_ui__gen__border-radius: 4px; |
| 22 |
} |