Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7023 Rev 7026
Línea 5... Línea 5...
5
  background: var(--bg-color);
5
  background: var(--bg-color);
6
  border: 1px solid var(--border-primary);
6
  border: 1px solid var(--border-primary);
7
  border-radius: var(--border-radius);
7
  border-radius: var(--border-radius);
8
  height: fit-content;
8
  height: fit-content;
9
  box-shadow: var(--light-shadow);
9
  box-shadow: var(--light-shadow);
10
  width: 100%;
-
 
11
 
-
 
12
  display: flex;
-
 
13
  flex-direction: column;
-
 
14
  gap: 1rem;
-
 
15
  padding: 1rem 0;
-
 
Línea 16... Línea 10...
16
 
10
 
17
  @media (max-width: 768px) {
11
  @media (max-width: 768px) {
18
    border-radius: 0;
12
    border-radius: 0;
19
    border-left: 0;
13
    border-left: 0;