source: trip-planner-front/node_modules/bootstrap/scss/forms/_form-text.scss@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 219 bytes
Line 
1//
2// Form text
3//
4
5.form-text {
6 margin-top: $form-text-margin-top;
7 @include font-size($form-text-font-size);
8 font-style: $form-text-font-style;
9 font-weight: $form-text-font-weight;
10 color: $form-text-color;
11}
Note: See TracBrowser for help on using the repository browser.