Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3772 Rev 3785
Línea 1... Línea 1...
1
.btn-primary {
1
.btn-primary {
2
    background-color: $button-bg;
2
    background-color: $button-bg;
3
    border-radius: $border-radius;
3
    border-radius: $border-radius;
4
    color: $button-text-color !important;
4
    color: $button-text-color !important;
5
    border: none;
5
    border: none !important;
6
    &:hover {
6
    &:hover {
7
        background-color: $button-bg-hover;
7
        background-color: $button-bg-hover;
8
    }
8
    }
9
}
9
}