app/assets/stylesheets/materialize/components/_modal.scss in materialize-sass-0.95.3.3 vs app/assets/stylesheets/materialize/components/_modal.scss in materialize-sass-0.95.3.4
- old
+ new
@@ -11,11 +11,11 @@
width: 55%;
margin: auto;
overflow-y: auto;
z-index: 1000;
- @include border-radius(2px);
+ border-radius: 2px;
@include transform(translate(0));
will-change: top, opacity;
@media #{$medium-and-down} {
width: 80%;
@@ -28,11 +28,11 @@
.modal-content {
padding: 24px;
}
.modal-footer {
- @include border-radius(0 0 2px 2px);
+ border-radius: 0 0 2px 2px;
background-color: #eee;
padding: 4px 6px;
height: 56px;
width: 100%;
@@ -82,8 +82,8 @@
top: auto;
bottom: -100%;
margin: 0;
width: 100%;
max-height: 45%;
- @include border-radius(0);
+ border-radius: 0;
will-change: bottom, opacity;
}
\ No newline at end of file