Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3605 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3605 Rev 3606
Línea 94... Línea 94...
94
    vertical-align: baseline;
94
    vertical-align: baseline;
95
}
95
}
Línea 96... Línea 96...
96
 
96
 
Línea 97... Línea -...
97
/* HTML5 display-role reset for older browsers */
-
 
98
 
-
 
99
a:not([href]):not([tabindex]):focus,
-
 
100
a:not([href]):not([tabindex]):hover {
-
 
101
    color: $font-color;
-
 
102
}
97
/* HTML5 display-role reset for older browsers */
103
 
98
 
104
article,
99
article,
105
aside,
100
aside,
106
details,
101
details,
Línea 5512... Línea 5507...
5512
.cp-field textarea,
5507
.cp-field textarea,
5513
.cp-field select,
5508
.cp-field select,
5514
.custom-input {
5509
.custom-input {
5515
    width: 100% !important;
5510
    width: 100% !important;
5516
    background-color: $bg-color !important;
5511
    background-color: $bg-color !important;
5517
    color: $font-color !important;
5512
    color: $font-color!important;
5518
    box-shadow: 0 0 2px $border-primary !important;
5513
    box-shadow: 0 0 2px $border-primary !important;
5519
    border-radius: 10px !important;
5514
    border-radius: 10px !important;
5520
    border: none !important;
5515
    border: none !important;
5521
    margin-top: 4px;
5516
    margin-top: 4px;
5522
}
5517
}