Tabs add scroll
This commit is contained in:
parent
2e8add2fb3
commit
be3fbd2499
3 changed files with 161 additions and 6 deletions
|
@ -56,6 +56,29 @@
|
|||
|
||||
&-nav-right{
|
||||
float: right;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
&-nav-prev{
|
||||
position:absolute;
|
||||
line-height: 32px;
|
||||
cursor: pointer;
|
||||
left:0;
|
||||
}
|
||||
|
||||
&-nav-next{
|
||||
position:absolute;
|
||||
line-height: 32px;
|
||||
cursor: pointer;
|
||||
right:0;
|
||||
}
|
||||
|
||||
&-nav-scrollable{
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
&-nav-scroll-disabled{
|
||||
display: none;
|
||||
}
|
||||
|
||||
&-nav {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue