Skip to content

Commit

Permalink
Merge pull request #48 from GainTime/2.2.2
Browse files Browse the repository at this point in the history
Mescla classes wrap-auto e wrap
  • Loading branch information
JP Rodrigues authored Jul 13, 2017
2 parents df6e2e3 + 2c2e048 commit ba37770
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions factory/sass/layouts/_flexes.sass
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@
.flex-box
@extend %flex
align-items: stretch

&.wrap, .wrap-auto
flex-wrap: wrap
&.vertical
flex-direction: column
-webkit-flex-direction: column
-ms-flex-direction: column
height: 100%
.col
margin: 5px
display: block
Expand All @@ -43,8 +35,10 @@
-ms-flex-negative: 1
flex-shrink: 1
padding: 0.75rem
&.wrap-auto .col
flex-basis: auto
&.wrap
flex-wrap: wrap
.col
flex-basis: auto
@media (max-width: 768px)
.flex-box
display: block!important

0 comments on commit ba37770

Please sign in to comment.