Fixes #8
This commit is contained in:
parent
779d8d0ed6
commit
13e7b579b9
3 changed files with 11 additions and 7 deletions
|
@ -1081,8 +1081,10 @@ ul.pagination {
|
|||
.modular .slideme_container .arrow {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 3.7rem;
|
||||
height: 3.7rem;
|
||||
padding-bottom: 0;
|
||||
padding-left: 0.8rem;
|
||||
padding-right: 0.8rem;
|
||||
padding-top: 0;
|
||||
cursor: pointer;
|
||||
z-index: 50;
|
||||
text-align: center;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -86,8 +86,10 @@
|
|||
@extend .default-animation;
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 3.7rem;
|
||||
height: 3.7rem;
|
||||
padding-bottom: 0;
|
||||
padding-left: 0.8rem;
|
||||
padding-right: 0.8rem;
|
||||
padding-top: 0;
|
||||
cursor: pointer;
|
||||
z-index: 50;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue