1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 17:32:41 +02:00

fix majority of scss linter errors

This commit is contained in:
Mark Otto
2015-08-23 01:00:22 -07:00
parent 47d5168dc8
commit b2dccb15d7
9 changed files with 17 additions and 11 deletions

View File

@@ -26,8 +26,8 @@
// When fading in the modal, animate it to slide down
&.fade .modal-dialog {
transform: translate(0, -25%);
transition: transform .3s ease-out;
transform: translate(0, -25%);
}
&.in .modal-dialog { transform: translate(0, 0); }
}