Files
kupshop/admin/static/scss/window/_window.scss
2025-08-02 16:30:27 +02:00

15 lines
353 B
SCSS

// taby uvnitř window tabů - např. vytvoření nové objednávky
.tab-pane {
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
background: $gray-background;
}
.tab-content {
background: $gray-background;
border-radius: 0 0 $border-radius-base $border-radius-base;
}
}