tiles.sass (bulma-0.9.2) | : | tiles.sass (bulma-0.9.3) | ||
---|---|---|---|---|
skipping to change at line 36 | skipping to change at line 36 | |||
flex-direction: column | flex-direction: column | |||
& > .tile.is-child:not(:last-child) | & > .tile.is-child:not(:last-child) | |||
margin-bottom: 1.5rem !important | margin-bottom: 1.5rem !important | |||
// Responsiveness | // Responsiveness | |||
+tablet | +tablet | |||
&:not(.is-child) | &:not(.is-child) | |||
display: flex | display: flex | |||
@for $i from 1 through 12 | @for $i from 1 through 12 | |||
&.is-#{$i} | &.is-#{$i} | |||
flex: none | flex: none | |||
width: ($i / 12) * 100% | width: (divide($i, 12)) * 100% | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |