Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4274 Rev 4275
Línea 70... Línea 70...
70
 
70
 
71
.feed {
71
.feed {
72
    background-color: #fff;
72
    background-color: #fff;
73
    border: 1px solid #d3d3d3;
73
    border: 1px solid #d3d3d3;
74
    border-radius: 10px;
-
 
75
    padding: 5px 0;
74
    border-radius: 10px;
76
    display: flex;
75
    display: flex;
77
    flex-direction: column;
76
    flex-direction: column;
78
    gap: 0.5rem;
77
    gap: 0.5rem;
Línea 79... Línea 78...
79
}
78
}
80
 
79
 
81
.feed__header {
80
.feed__header {
-
 
81
    display: flex;
82
    display: flex;
82
    gap: 0.5rem;
Línea 83... Línea 83...
83
    gap: 0.5rem;
83
    padding: 5px 1rem 0;
84
}
84
}
85
 
85
 
Línea 101... Línea 101...
101
    gap: 0.5rem;
101
    gap: 0.5rem;
102
}
102
}
Línea 103... Línea 103...
103
 
103
 
104
.feed__buttons {
104
.feed__buttons {
105
    display: flex;
105
    display: flex;
106
    justify-content: space-evenly;
106
    justify-content: space-around;
-
 
107
    border-top: 1px solid lightgray;
-
 
108
    gap: 0.5rem;
-
 
109
    padding: 5px;
107
    border-top: 1px solid rgba(0, 0, 0, 0.6);
110
    margin: 0 5px;