Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6794 Rev 6871
Línea 186... Línea 186...
186
    overflow: hidden;
186
    overflow: hidden;
187
    text-align: center;
187
    text-align: center;
188
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
188
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
189
}
189
}
Línea 190... Línea -...
190
 
-
 
191
.btn-primary {
-
 
192
    color: #fff;
-
 
193
    background-color: #0a66c2;
-
 
194
 
-
 
195
    &:hover {
-
 
196
        background-color: #004182;
-
 
197
    }
-
 
198
}
-
 
199
 
-
 
200
.btn-secondary {
-
 
201
    background-color: #0000;
-
 
202
    color: #0a66c2 !important;
-
 
203
    box-shadow: inset 0 0 0 1px #0a66c2;
-
 
204
 
-
 
205
    &:hover {
-
 
206
        background-color: rgba($color: #0a66c2, $alpha: 0.18);
-
 
207
    }
-
 
208
}
-
 
209
 
190
 
Línea 210... Línea 191...
210
// Experience
191
// Experience
211
 
192
 
212
.experience__user-card {
193
.experience__user-card {