Sage 9 - fix bootstrap4 styles (#1642)
Update after Bootstrap 4 class name changes
This commit is contained in:
@@ -15,5 +15,5 @@
|
|||||||
}
|
}
|
||||||
.comment-form input[type="submit"] {
|
.comment-form input[type="submit"] {
|
||||||
@extend .btn;
|
@extend .btn;
|
||||||
@extend .btn-primary;
|
@extend .btn-secondary;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,5 +11,5 @@
|
|||||||
}
|
}
|
||||||
.search-form .search-submit {
|
.search-form .search-submit {
|
||||||
@extend .btn;
|
@extend .btn;
|
||||||
@extend .btn-default;
|
@extend .btn-secondary;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,10 +32,11 @@
|
|||||||
|
|
||||||
// Captions
|
// Captions
|
||||||
.wp-caption {
|
.wp-caption {
|
||||||
@extend .thumbnail;
|
@extend .figure-img;
|
||||||
|
@extend .img-fluid;
|
||||||
}
|
}
|
||||||
.wp-caption-text {
|
.wp-caption-text {
|
||||||
padding: $thumbnail-padding;
|
@extend .figure-caption;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Text meant only for screen readers
|
// Text meant only for screen readers
|
||||||
|
|||||||
Reference in New Issue
Block a user