Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3482 Rev 3606
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;
4
    color: $button-text-color !important;
5
    &:hover {
5
    &:hover {
6
        background-color: $button-bg-hover;
6
        background-color: $button-bg-hover;
7
    }
7
    }
8
}
8
}
Línea 9... Línea 9...
9
 
9
 
10
.btn-secondary {
10
.btn-secondary {
11
    background: $button-bg-secondary;
11
    background: $button-bg-secondary;
12
    border: 1px solid $border-primary;
12
    border: 1px solid $border-primary;
13
    border-radius: 5px;
13
    border-radius: 5px;
14
    color: $button-text-color-secondary;
14
    color: $button-text-color-secondary !important;
15
    &:hover {
15
    &:hover {
16
        background-color: $button-bg-secondary-hover;
16
        background-color: $button-bg-secondary-hover;
17
        border-color: $border-trasnparent;
17
        border-color: $border-trasnparent;
18
    }
18
    }
Línea 19... Línea 19...
19
}
19
}
20
 
20
 
21
.btn-tertiary {
21
.btn-tertiary {
22
    background-color: $button-bg-tertiary;
22
    background-color: $button-bg-tertiary;
23
    border-color: #f4f4f4;
23
    border-color: #f4f4f4;
24
    color: $button-text-color-tertiary;
24
    color: $button-text-color-tertiary !important;
25
    &:hover {
25
    &:hover {
26
        background: #d4d4d4;
26
        background: #d4d4d4;
27
        border: 1px solid $border-primary;
27
        border: 1px solid $border-primary;
28
        color: $border-primary;
28
        color: $border-primary !important;