Commit a0ae458a authored by Mark Otto's avatar Mark Otto

grunt

parent 067311f4
......@@ -5212,10 +5212,13 @@ button.close {
}
.modal.fade .modal-dialog {
-webkit-transform: transition .3s ease-out, translate(0, -25%);
-ms-transform: transition .3s ease-out, translate(0, -25%);
-o-transform: transition .3s ease-out, translate(0, -25%);
transform: transition .3s ease-out, translate(0, -25%);
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.modal.in .modal-dialog {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
......@@ -5212,10 +5212,13 @@ button.close {
}
.modal.fade .modal-dialog {
-webkit-transform: transition .3s ease-out, translate(0, -25%);
-ms-transform: transition .3s ease-out, translate(0, -25%);
-o-transform: transition .3s ease-out, translate(0, -25%);
transform: transition .3s ease-out, translate(0, -25%);
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.modal.in .modal-dialog {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment