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 {
|
.modular .slideme_container .arrow {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
width: 3.7rem;
|
padding-bottom: 0;
|
||||||
height: 3.7rem;
|
padding-left: 0.8rem;
|
||||||
|
padding-right: 0.8rem;
|
||||||
|
padding-top: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -86,8 +86,10 @@
|
||||||
@extend .default-animation;
|
@extend .default-animation;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
width: 3.7rem;
|
padding-bottom: 0;
|
||||||
height: 3.7rem;
|
padding-left: 0.8rem;
|
||||||
|
padding-right: 0.8rem;
|
||||||
|
padding-top: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue