vendor/assets/stylesheets/modal.css.scss in flashgrid-1.0.14 vs vendor/assets/stylesheets/modal.css.scss in flashgrid-1.0.15

- old
+ new

@@ -46,11 +46,13 @@ margin-left: 2.5%; } .modal-column.alpha { margin-left: 0; } .modal-column.omega { margin-right: 0; } .modal-one-quarter-column { width: 22.5%; } +.modal-one-third-column { width: 30%; } .modal-half-column { width: 47.5%; } -.modal-three-quarters-column { width: 72.5%; } +.modal-two-third-column { width: 65%; } +.modal-three-quarter-column { width: 72.5%; } .modal-header { border-top-left-radius: 5px; border-top-right-radius: 5px; padding: 21px 15px 18px 15px; } \ No newline at end of file