Sage 9 - fix bootstrap4 styles (#1642)

Update after Bootstrap 4 class name changes
This commit is contained in:
PTiCA1
2016-05-03 16:54:25 +02:00
committed by Ben Word
parent 752bf04626
commit 83ee29fc47
3 changed files with 5 additions and 4 deletions

View File

@@ -15,5 +15,5 @@
} }
.comment-form input[type="submit"] { .comment-form input[type="submit"] {
@extend .btn; @extend .btn;
@extend .btn-primary; @extend .btn-secondary;
} }

View File

@@ -11,5 +11,5 @@
} }
.search-form .search-submit { .search-form .search-submit {
@extend .btn; @extend .btn;
@extend .btn-default; @extend .btn-secondary;
} }

View File

@@ -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