Skip to content

Commit

Permalink
Merge pull request #100 from Vizzuality/feature/crossbrowser
Browse files Browse the repository at this point in the history
Styles for IE.
  • Loading branch information
geriux authored Dec 27, 2016
2 parents ccb3775 + 96ae52b commit 5495490
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/assets/stylesheets/components/_c-slider-arrows.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
user-select: none;

button {
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding: 0;
width: 50px;
height: 50px;
Expand All @@ -26,6 +24,10 @@
border-radius: 3px;

svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0 auto;
fill: rgba($black, .8)
}
Expand Down

0 comments on commit 5495490

Please sign in to comment.