Bootstrap5 (#17)

* Bootstrap5 migration
This commit is contained in:
catborise
2021-07-07 14:12:38 +03:00
committed by GitHub
parent 1663a49cee
commit 073b7b6717
244 changed files with 9494 additions and 8597 deletions

View File

@@ -0,0 +1,11 @@
//
// Form text
//
.form-text {
margin-top: $form-text-margin-top;
@include font-size($form-text-font-size);
font-style: $form-text-font-style;
font-weight: $form-text-font-weight;
color: $form-text-color;
}