mirror of
https://github.com/papercss/papercss
synced 2026-03-14 14:35:51 +01:00
Remove redundant translate mixin
This commit is contained in:
parent
f03a214a0d
commit
8ba8c911f4
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
.modal-body {
|
||||
@include transition;
|
||||
@include translate(-50%, -50%);
|
||||
backface-visibility: hidden;
|
||||
background: $white;
|
||||
border: 2px solid $muted-light;
|
||||
|
|
@ -33,6 +32,7 @@
|
|||
padding: 1.25rem;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
transform: translate(-50%, -50%);
|
||||
|
||||
@include resp(sm) {
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue