Skip to content

Commit

Permalink
fix(ui): sync size.styl with size.sass #6073
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Mar 30, 2020
1 parent 6359daa commit 9c7e10e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ui/src/css/core/size.styl
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ for $space, $value in $spaces
.q-my-{$space}
@extends .q-mt-{$space}, .q-mb-{$space}

.q-ml-auto
margin-left: auto
.q-mr-auto
margin-right: auto
.q-mx-auto
.q-mt-auto, .q-my-auto
margin-top: auto
.q-ml-auto, .q-mx-auto
margin-left: auto
.q-mb-auto, .q-my-auto
margin-bottom: auto
.q-mr-auto, .q-mx-auto
margin-right: auto

0 comments on commit 9c7e10e

Please sign in to comment.