feat: update bootstrap to 5.0.0-beta2

This commit is contained in:
Henk Verlinde
2021-03-04 17:53:25 +01:00
parent 6e5867dbf0
commit 22afec709a
14 changed files with 86 additions and 65 deletions

View File

@ -29,7 +29,7 @@ pre code {
padding: 0;
}
@include media-breakpoint-down(xs) {
@include media-breakpoint-down(sm) {
pre {
margin: 2rem -1.5rem;
}

View File

@ -7,7 +7,7 @@
}
.comment-form p {
@extend .form-group;
@extend .form-group !optional;
}
.comment-form input[type="text"],

View File

@ -1,6 +1,6 @@
/** Search form */
.search-form {
@extend .form-inline;
@extend .form-inline !optional;
}
.search-form label {