
| Current Path : /var/www/html/atstandard/styles/uikit/components/partials/component/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/atstandard/styles/uikit/components/partials/component/_form.vertical-tabs.scss |
/**
* Vertical tabs.
============================================================================ */
// Wrapper
.vertical-tabs {
border: $border-width $border-style;
}
// Menu
.vertical-tabs__menu {
border-top: $border-width $border-style;
}
.vertical-tabs__menu-item {
border: $border-width $border-style;
border-top: 0;
a {}
&.first {}
&.is-selected {
.vertical-tabs__menu-item-title {}
}
}
// Panes
.vertical-tabs__panes {}
.vertical-tabs__pane {}
.details-wrapper {}