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"] {
|
||||
@extend .btn;
|
||||
@extend .btn-primary;
|
||||
@extend .btn-secondary;
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
}
|
||||
.search-form .search-submit {
|
||||
@extend .btn;
|
||||
@extend .btn-default;
|
||||
@extend .btn-secondary;
|
||||
}
|
||||
|
||||
@@ -32,10 +32,11 @@
|
||||
|
||||
// Captions
|
||||
.wp-caption {
|
||||
@extend .thumbnail;
|
||||
@extend .figure-img;
|
||||
@extend .img-fluid;
|
||||
}
|
||||
.wp-caption-text {
|
||||
padding: $thumbnail-padding;
|
||||
@extend .figure-caption;
|
||||
}
|
||||
|
||||
// Text meant only for screen readers
|
||||
|
||||
Reference in New Issue
Block a user