Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4270 Rev 4272
Línea 1... Línea 1...
1
.feed__share {
1
.feed__share {
2
    background-color: #fff;
2
    background-color: #fff;
3
    border: 1px solid lightgray;
3
    border: 1px solid #d3d3d3;
4
    border-radius: 10px;
4
    border-radius: 10px;
5
    display: grid;
5
    padding: 5px 0;
6
    gap: 1rem;
6
    display: flex;
7
    padding: 10px;
7
    flex-direction: column;
8
    width: 100%;
8
    gap: 0.5rem;
9
}
9
}
Línea 10... Línea 10...
10
 
10
 
11
.feed__input-container {
11
.feed__input-container {
12
    align-items: center;
12
    align-items: center;
Línea 34... Línea 34...
34
    flex-direction: column;
34
    flex-direction: column;
35
    grid-area: main;
35
    grid-area: main;
36
    gap: 1rem;
36
    gap: 1rem;
37
}
37
}
Línea -... Línea 38...
-
 
38
 
-
 
39
.feed__info {
-
 
40
    display: flex;
-
 
41
    flex-direction: column;
-
 
42
    justify-content: center;
-
 
43
    gap: 5px;
-
 
44
    .time_elapse {
-
 
45
        font-size: 14px;
-
 
46
        display: flex;
-
 
47
        gap: 5px;
-
 
48
        .time__elapse-icon {
-
 
49
            font-size: 14px;
-
 
50
        }
-
 
51
    }
-
 
52
}
38
 
53
 
39
.feed__share-options {
54
.feed__share-options {
40
    display: flex;
55
    display: flex;
41
    justify-content: space-evenly;
56
    justify-content: space-evenly;