File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
60
60
// When fading in the modal, animate it to slide down
61
61
.modal.fade & {
62
- @include transition ($modal-transition );
63
62
transform : $modal-fade-transform ;
63
+ @include transition ($modal-transition );
64
64
}
65
65
.modal.show & {
66
66
transform : $modal-show-transform ;
Original file line number Diff line number Diff line change @@ -499,9 +499,9 @@ legend {
499
499
width : 100% ;
500
500
padding : 0 ;
501
501
margin-bottom : $legend-margin-bottom ;
502
- @include font-size ($legend-font-size );
503
502
font-weight : $legend-font-weight ;
504
503
line-height : inherit ;
504
+ @include font-size ($legend-font-size );
505
505
506
506
+ * {
507
507
clear : left ; // 2
Original file line number Diff line number Diff line change 34
34
// Type display classes
35
35
@each $display , $font-size in $display-font-sizes {
36
36
.display-#{$display } {
37
- @include font-size ($font-size );
38
37
font-family : $display-font-family ;
39
38
font-style : $display-font-style ;
40
39
font-weight : $display-font-weight ;
41
40
line-height : $display-line-height ;
41
+ @include font-size ($font-size );
42
42
}
43
43
}
44
44
You can’t perform that action at this time.
0 commit comments