vendor/assets/stylesheets/modal.css.scss in flashgrid-1.0.22 vs vendor/assets/stylesheets/modal.css.scss in flashgrid-1.1.0
- old
+ new
@@ -37,23 +37,10 @@
-webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
transition: opacity 0.3s linear, top 0.3s ease-out;
top: -100%;
}
.modal.fade.in { top: 15%; }
-.modal-column {
- display: block;
- float: left;
- margin-right: 2.5%;
- 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-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;
}
@@ -128,13 +115,9 @@
================================================== */
@media only screen and (max-width: 767px) {
.modal {
margin-left: -150px;
width: 300px;
- }
- .modal-column-responsive {
- clear: both;
- float: none;
}
.modal-body { max-height: 180px; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.modal {
\ No newline at end of file