Slider: Tabs with slider fix margin-left
This commit is contained in:
parent
99ecab0b4e
commit
8f78fa2573
|
@ -2,12 +2,16 @@
|
|||
.uk-slider-container-tabs:extend(.uk-slider-container) {
|
||||
position: relative;
|
||||
|
||||
& .uk-tab {
|
||||
margin-left: -@tab-margin-horizontal;
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: @tab-margin-horizontal;
|
||||
right: @tab-margin-horizontal;
|
||||
left: 0;
|
||||
right: 0;
|
||||
border-bottom: @tab-border-width solid @tab-border;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue