// When fading in the modal, animate it to slide down
.modal.fade & {
- @include transition($modal-transition);
transform: $modal-fade-transform;
+ @include transition($modal-transition);
}
.modal.show & {
transform: $modal-show-transform;
width: 100%;
padding: 0;
margin-bottom: $legend-margin-bottom;
- @include font-size($legend-font-size);
font-weight: $legend-font-weight;
line-height: inherit;
+ @include font-size($legend-font-size);
+ * {
clear: left; // 2
// Type display classes
@each $display, $font-size in $display-font-sizes {
.display-#{$display} {
- @include font-size($font-size);
font-family: $display-font-family;
font-style: $display-font-style;
font-weight: $display-font-weight;
line-height: $display-line-height;
+ @include font-size($font-size);
}
}