Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

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