|
.hook-slider-misc() {
|
|
.uk-slider-container-tabs:extend(.uk-slider-container) {
|
|
position: relative;
|
|
|
|
&::before {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: @tab-margin-horizontal;
|
|
right: @tab-margin-horizontal;
|
|
border-bottom: @tab-border-width solid @tab-border;
|
|
}
|
|
}
|
|
}
|