Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5351 Rev 5928
Línea 170... Línea 170...
170
        background: $chat-send;
170
        background: $chat-send;
171
      }
171
      }
172
    }
172
    }
Línea 173... Línea 173...
173
 
173
 
174
    .display-reactions {
-
 
175
      display: flex;
174
    .display-reactions {
-
 
175
      align-items: center;
-
 
176
      background: $bg-color;
-
 
177
      border-radius: 10px;
-
 
178
      box-shadow: $shadow;
-
 
179
      color: $icons-color;
176
      align-items: center;
180
      display: flex;
-
 
181
      gap: 0.5rem;
Línea 177... Línea 182...
177
      gap: 5px;
182
      padding: 1rem;
178
 
183
 
179
      button {
184
      button {
180
        color: $chat-color;
185
        color: $icons-color;
Línea 181... Línea 186...
181
      }
186
      }