openaire-theme/less/slider.less

19 lines
352 B
Plaintext
Raw Normal View History

2022-10-21 16:09:17 +02:00
.hook-slider-misc() {
.uk-slider-container-tabs:extend(.uk-slider-container) {
position: relative;
& .uk-tab {
margin-left: -@tab-margin-horizontal;
}
2022-10-21 16:09:17 +02:00
&::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
2022-10-21 16:09:17 +02:00
border-bottom: @tab-border-width solid @tab-border;
}
}
}