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"] {
@extend .btn;
@extend .btn-primary;
@extend .btn-secondary;
}