Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4324 Rev 4325
Línea 4... Línea 4...
4
    border-radius: 10px;
4
    border-radius: 10px;
5
    display: flex;
5
    display: flex;
6
    flex-direction: column;
6
    flex-direction: column;
7
    gap: 1rem;
7
    gap: 1rem;
8
    border: 1px solid lightgray;
8
    border: 1px solid lightgray;
-
 
9
    height: fit-content;
9
    & > a {
10
    & > a {
10
        font-size: 1rem;
11
        font-size: 1rem;
11
        color: gray;
12
        color: gray;
12
        svg {
13
        svg {
13
            font-size: 1.3rem;
14
            font-size: 1.3rem;
14
        }
15
        }
15
    }
16
    }
-
 
17
    img {
-
 
18
        width: 60px;
-
 
19
        height: 60px;
-
 
20
    }
16
    .linked__widget-header {
21
    .linked__widget-header {
17
        display: flex;
22
        display: flex;
18
        align-items: center;
23
        align-items: center;
19
        justify-content: space-between;
24
        justify-content: space-between;
20
    }
25
    }
Línea 32... Línea 37...
32
            }
37
            }
33
            p {
38
            p {
34
                color: gray;
39
                color: gray;
35
            }
40
            }
36
            .btn {
41
            .btn {
-
 
42
                border-radius: 30px;
-
 
43
                font-weight: 600;
-
 
44
                background: transparent !important;
37
                border: 2px solid lightgray;
45
                border: 2px solid lightgray !important;
-
 
46
                border-radius: 30px;
38
                color: gray;
47
                color: gray !important;
-
 
48
                &:hover {
-
 
49
                    background: lightgray !important;
-
 
50
                    color: #fff !important;
-
 
51
                }
39
            }
52
            }
40
        }
53
        }
41
    }
54
    }
42
}
55
}