Proyectos de Subversion LeadersLinked - Backend

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
16825 efrain 1
// Reste styles
2
 
3
body {
4
  margin: 0;
5
  padding: 0;
6
}
7
 
8
.btn,
9
.btn-group.open .dropdown-toggle,
10
.btn:active,
11
.btn:focus,
12
.btn:hover,
13
.btn:visited,
14
a,
15
a:active,
16
a:checked,
17
a:focus,
18
a:hover,
19
a:visited,
20
body,
21
button,
22
button:active,
23
button:hover,
24
button:visited,
25
div,
26
input,
27
input:active,
28
input:hover,
29
input:focus,
30
input:visited,
31
select,
32
select:active,
33
select:focus,
34
select:visited,
35
textarea,
36
textarea:active,
37
textarea:focus,
38
textarea:visited {
39
  -webkit-box-shadow: none;
40
  -moz-box-shadow: none;
41
  box-shadow: none;
42
}
43
 
44
select,
45
.form-check-input {
46
  -webkit-appearance: none;
47
  -moz-appearance: none;
48
}
49
 
50
input:-webkit-autofill,
51
input:-webkit-autofill:hover,
52
input:-webkit-autofill:focus,
53
input:-webkit-autofill:active  {
54
  -webkit-box-shadow: 0 0 0 30px $input-bg inset;
55
  -webkit-text-fill-color: $body-color;
56
}