assets/stylesheets/bookingsync/_theme.scss in bootstrap-bookingsync-sass-0.0.8 vs assets/stylesheets/bookingsync/_theme.scss in bootstrap-bookingsync-sass-0.0.9

- old
+ new

@@ -285,13 +285,21 @@ // Utilities // -------------------------------------------------- .flex-col { display: flex; flex-direction: column; + + &.collapse { + display: none; + } } .flex-row { display: flex; + + &.collapse { + display: none; + } } .flex-1 { flex: 1; }