]> git.proxmox.com Git - extjs.git/blob - extjs/templates/admin-dashboard/modern/sass/src/view/forms/Wizard.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / templates / admin-dashboard / modern / sass / src / view / forms / Wizard.scss
1 @include tab-ui(
2 $ui: 'wizard',
3 $background-color: #fff,
4 $active-color: $wizard-primary-background-color,
5 $color: #888
6 );
7
8 @include tabbar-ui(
9 $ui: 'wizard',
10 $background-color: #fff
11 );
12
13 .wizard {
14 .x-form-inner {
15 background-color: #fff;
16 }
17 }
18
19 @media (max-width: 400px) {
20 .wizard {
21 .x-tab-icon {
22 margin: 0;
23 }
24 .x-tab .x-button-label {
25 display: none;
26 }
27 }
28 }