Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1356 Rev 1367
Línea 11... Línea 11...
11
  justify-content: center;
11
  justify-content: center;
12
  position: relative;
12
  position: relative;
13
  padding-left: 3rem;
13
  padding-left: 3rem;
14
  width: 100%;
14
  width: 100%;
Línea 15... Línea 15...
15
 
15
 
16
  > img {
16
  > a {
17
    position: absolute;
-
 
18
    width: 2.5rem;
-
 
19
    height: 2.5rem;
17
    position: absolute;
20
    top: 50%;
18
    top: 50%;
21
    left: 0;
19
    left: 0;
-
 
20
    transform: translateY(-50%);
-
 
21
    img {
-
 
22
      width: 2.5rem;
-
 
23
      height: 2.5rem;
22
    transform: translateY(-50%);
24
    }
Línea 23... Línea 25...
23
  }
25
  }
24
 
26
 
25
  ul {
27
  ul {
Línea 30... Línea 32...
30
    li {
32
    li {
31
      display: inline-flex;
33
      display: inline-flex;
Línea 32... Línea 34...
32
 
34
 
33
      a {
35
      a {
34
        font-size: 14px;
36
        font-size: 14px;
35
        font-weight: 500;
37
        font-weight: 600;
-
 
38
        color: $font-color;
36
        color: $font-color;
39
        text-decoration: underline;
37
      }
40
      }
38
    }
41
    }
39
  }
42
  }
Línea 61... Línea 64...
61
  align-items: center;
64
  align-items: center;
Línea 62... Línea 65...
62
 
65
 
63
  ul {
66
  ul {
64
    display: flex;
67
    display: flex;
65
    align-items: center;
68
    align-items: center;
66
    gap: 0.5rem;
69
    gap: 1rem;
67
    flex-wrap: wrap;
70
    flex-wrap: wrap;
68
  }
71
  }