Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16825 efrain 1
// Forms
2
 
3
.form-control-xs,
4
.form-select-xs {
5
  padding: $input-padding-y-xs $input-padding-x-xs;
6
  font-size: $input-font-size-xs;
7
}
8
 
9
.form-control-xs {
10
  + .input-group-text {
11
    padding-top: $input-padding-y-xs;
12
    padding-bottom: $input-padding-y-xs;
13
  }
14
}
15
 
16
.form-check-input {
17
  margin-top: .13em; // height adjustment
18
}
19
 
20
.input-group-text {
21
  svg {
22
    width: 18px;
23
    height: 18px;
24
  }
25
}
26
 
27
// For RTL
28
[type="tel"],
29
[type="url"],
30
[type="email"],
31
[type="number"] {
32
  direction: ltr;
33
}