Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 7317 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7317 Rev 7321
Línea 8... Línea 8...
8
  display: flex;
8
  display: flex;
9
  flex-direction: row-reverse;
9
  flex-direction: row-reverse;
10
  align-items: flex-end;
10
  align-items: flex-end;
11
  gap: 1rem;
11
  gap: 1rem;
12
  font-family: Arial, sans-serif;
12
  font-family: Arial, sans-serif;
13
 
-
 
14
  button {
-
 
15
    background: transparent;
-
 
16
    border: none;
-
 
17
    margin: 0;
-
 
18
    padding: 0;
-
 
19
    outline: none;
-
 
20
  }
-
 
21
}
13
}
Línea 22... Línea 14...
22
 
14
 
23
.chat-helper {
15
.chat-helper {
24
  background-color: $bg-color;
16
  background-color: $bg-color;