Skip to content

Commit

Permalink
Change margin for back-top in footer rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
drmenzelit committed Sep 17, 2020
1 parent 79d8a17 commit e195ebf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions templates/cassiopeia/scss/blocks/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
align-self: flex-end;
height: 40px;
padding: $cassiopeia-grid-gutter/2;
margin-left: auto;
color: var(--cassiopeia-color-primary);
background: $white;
border-radius: $border-radius;

@include margin("left", auto);
}
}
4 changes: 4 additions & 0 deletions templates/cassiopeia/scss/template-rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,8 @@ dd {

.footer {
background-image: $cassiopeia-header-grad-rtl;
.back-top {
margin-right: auto;
margin-left: 0;
}
}

0 comments on commit e195ebf

Please sign in to comment.