Change bootstrap to source version

This commit is contained in:
2024-02-15 23:08:20 +01:00
parent 3c2924f58f
commit e01307758c
748 changed files with 119792 additions and 1133 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;
}