Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6414 | Rev 6440 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6414 Rev 6439
Línea 36... Línea 36...
36
    margin-bottom: .5rem;
36
    margin-bottom: .5rem;
37
    border: 2px solid $border-primary;
37
    border: 2px solid $border-primary;
38
    border-radius: 50px;
38
    border-radius: 50px;
39
    cursor: pointer;
39
    cursor: pointer;
40
    transition: all 200ms ease;
40
    transition: all 200ms ease;
-
 
41
    position: relative;
Línea 41... Línea 42...
41
 
42
 
42
    input {
43
    input {
43
        margin: 0 !important;
44
        margin: 0 !important;
Línea 44... Línea 45...
44
    }
45
    }
45
 
46
 
46
    label {
47
    label {
47
        color: $font-color;
48
        color: $font-color;
Línea -... Línea 49...
-
 
49
        font-weight: 500;
-
 
50
    }
-
 
51
 
-
 
52
    &::before {
-
 
53
        content: ' ';
-
 
54
        position: absolute;
-
 
55
        left: 0;
-
 
56
        top: 0;
-
 
57
        height: 100%;
-
 
58
        width: attr(data-width);
-
 
59
        background-color: #0006;
48
        font-weight: 500;
60
        z-index: 4;
49
    }
61
    }
50
 
62
 
51
    &:hover {
63
    &:hover {
52
        border-color: $font-color;
64
        border-color: $font-color;