Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/monitor/data/scss/bootstrap/forms/_form-text.scss is written in an unsupported language. File is not indexed.

0001 //
0002 // Form text
0003 //
0004 
0005 .form-text {
0006   margin-top: $form-text-margin-top;
0007   @include font-size($form-text-font-size);
0008   font-style: $form-text-font-style;
0009   font-weight: $form-text-font-weight;
0010   color: $form-text-color;
0011 }