Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4518 Rev 4519
Línea 97... Línea 97...
97
        font-size: 0.9rem;
97
        font-size: 0.9rem;
98
    }
98
    }
99
    margin-bottom: 1rem;
99
    margin-bottom: 1rem;
100
}
100
}
Línea -... Línea 101...
-
 
101
 
-
 
102
.button {
-
 
103
    border-radius: 30px;
-
 
104
    align-items: center;
-
 
105
    padding-left: 1rem !important;
-
 
106
    padding-right: 1rem !important;
-
 
107
    border: none;
-
 
108
    cursor: pointer;
-
 
109
    font-weight: 600;
-
 
110
    display: inline-flex;
-
 
111
    justify-content: center;
-
 
112
    min-width: 6.4rem;
-
 
113
    max-width: 480px;
-
 
114
    overflow: hidden;
-
 
115
    text-align: center;
-
 
116
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
-
 
117
}
101
 
118
 
102
.btn-primary {
119
.btn-primary {
103
    color: #fff;
120
    color: #fff;
104
    background-color: #0a66c2;
121
    background-color: #0a66c2;
105
    &:hover {
122
    &:hover {