Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 343 Rev 1356
Línea 1... Línea 1...
1
@import "../../styles/variables.scss";
1
@import '../../styles/variables.scss';
Línea 2... Línea 2...
2
 
2
 
3
.footer {
3
.footer {
4
  padding: 2rem 0;
4
  padding: 2rem 0;
Línea 9... Línea 9...
9
  gap: 1rem;
9
  gap: 1rem;
10
  align-items: center;
10
  align-items: center;
11
  justify-content: center;
11
  justify-content: center;
12
  position: relative;
12
  position: relative;
13
  padding-left: 3rem;
13
  padding-left: 3rem;
14
  width: -webkit-fill-available;
-
 
15
  width: fill-available;
-
 
16
  width: -moz-available;
14
  width: 100%;
Línea 17... Línea 15...
17
 
15
 
18
  > img {
16
  > img {
19
    position: absolute;
17
    position: absolute;
20
    width: 2.5rem;
18
    width: 2.5rem;
Línea 53... Línea 51...
53
    color: $subtitle-color;
51
    color: $subtitle-color;
54
    font-size: 14px;
52
    font-size: 14px;
55
    font-weight: 500;
53
    font-weight: 500;
56
  }
54
  }
57
}
55
}
-
 
56
 
-
 
57
.footer__link {
-
 
58
  display: flex;
-
 
59
  flex-direction: column;
-
 
60
  gap: 0.5rem;
-
 
61
  align-items: center;
-
 
62
 
-
 
63
  ul {
-
 
64
    display: flex;
-
 
65
    align-items: center;
-
 
66
    gap: 0.5rem;
-
 
67
    flex-wrap: wrap;
-
 
68
  }
-
 
69
}