|
Ultima modificación |
Ver Log
|
| Rev |
Autor |
Línea Nro. |
Línea |
| 1441 |
ariadna |
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 |
}
|