commit
ec1a5e2684
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