aboutsummaryrefslogtreecommitdiffstats
path: root/src/sass/custom/_footer.sass
blob: dc42efe7d5af70acac9f7902b63568b9bb1c5831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
footer
  margin-top: 1rem
  .menu
    background: $azul_primario
    ul
      list-style: none
      overflow: hidden
      margin: 0
      padding: 0
      li
        float: left
        display: inline-block
        a
          display: inline-block
          padding: 1rem 1rem
          font-size: 0.87rem
          color: $blanco
          &:hover
            text-decoration: none
            background: $azul_secudario
    .limit
      padding: 0
  .copyleft
    p
      font-size: 0.87rem
      color: $negro
      padding: 0.625rem
      text-align: center
      margin: 0