File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5959
6060 // When fading in the modal, animate it to slide down
6161 .modal.fade & {
62- @include transition ($modal-transition );
6362 transform : $modal-fade-transform ;
63+ @include transition ($modal-transition );
6464 }
6565 .modal.show & {
6666 transform : $modal-show-transform ;
Original file line number Diff line number Diff line change @@ -498,9 +498,9 @@ legend {
498498 width : 100% ;
499499 padding : 0 ;
500500 margin-bottom : $legend-margin-bottom ;
501- @include font-size ($legend-font-size );
502501 font-weight : $legend-font-weight ;
503502 line-height : inherit ;
503+ @include font-size ($legend-font-size );
504504
505505 + * {
506506 clear : left ; // 2
Original file line number Diff line number Diff line change 3434// Type display classes
3535@each $display , $font-size in $display-font-sizes {
3636 .display-#{$display } {
37- @include font-size ($font-size );
3837 font-family : $display-font-family ;
3938 font-style : $display-font-style ;
4039 font-weight : $display-font-weight ;
4140 line-height : $display-line-height ;
41+ @include font-size ($font-size );
4242 }
4343}
4444
You can’t perform that action at this time.
0 commit comments