Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3606 Rev 3713
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: 10px;
3
    border-radius: 10px;
4
    color: $button-text-color !important;
4
    color: $button-text-color !important;
-
 
5
    border: none;
5
    &:hover {
6
    &:hover {
6
        background-color: $button-bg-hover;
7
        background-color: $button-bg-hover;
7
    }
8
    }
8
}
9
}