Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6400 Rev 6401
Línea 21... Línea 21...
21
    align-items: center;
21
    align-items: center;
22
    gap: 0.5rem;
22
    gap: 0.5rem;
23
    padding: 0.5rem 1rem;
23
    padding: 0.5rem 1rem;
24
    border: 2px solid $border-primary;
24
    border: 2px solid $border-primary;
25
    border-radius: 50px;
25
    border-radius: 50px;
-
 
26
    cursor: pointer;
-
 
27
    transition: all 200ms ease;
Línea 26... Línea 28...
26
 
28
 
27
    input {
29
    input {
28
        margin: 0 !important;
30
        margin: 0 !important;
Línea 29... Línea 31...
29
    }
31
    }
30
 
32
 
31
    label {
33
    label {
32
        color: $font-color;
34
        color: $font-color;
-
 
35
        font-weight: 500;
-
 
36
    }
-
 
37
 
-
 
38
    &:hover {
-
 
39
        border: 1px solid $font-color;
-
 
40
        text-shadow: 0 0 1px $font-color;
-
 
41
    }
-
 
42
 
-
 
43
    &.disabled {
-
 
44
        background: #9992;
-
 
45
        cursor: not-allowed;
-
 
46
 
-
 
47
        label {
-
 
48
            color: gray
33
        font-weight: 500;
49
        }
34
    }
50
    }