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

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