Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4901 Rev 4961
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 lightgray;
4
    border-radius: 10px;
-
 
5
    display: grid;
4
    display: grid;
6
    gap: 1rem;
5
    gap: 1rem;
7
    padding: 10px;
6
    padding: 10px;
8
    width: 100%;
7
    width: 100%;
-
 
8
    @media (min-width: 768px) {
-
 
9
        border-radius: 10px;
-
 
10
    }
9
}
11
}
Línea 10... Línea 12...
10
 
12
 
11
.feed__input-container {
13
.feed__input-container {
12
    display: flex;
14
    display: flex;
Línea 99... Línea 101...
99
}
101
}
Línea 100... Línea 102...
100
 
102
 
101
.feed {
103
.feed {
102
    background-color: #fff;
104
    background-color: #fff;
103
    border: 1px solid #d3d3d3;
-
 
104
    border-radius: 10px;
105
    border: 1px solid #d3d3d3;
105
    display: flex;
106
    display: flex;
106
    flex-direction: column;
107
    flex-direction: column;
-
 
108
    gap: 0.5rem;
-
 
109
    @media (min-width: 768px) {
-
 
110
        border-radius: 10px;
107
    gap: 0.5rem;
111
    }
Línea 108... Línea 112...
108
}
112
}
109
 
113
 
110
.feed__header {
114
.feed__header {