Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_footer.scss « sass « assets - github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ec21153a0541cffefb3d3ac47d4e20ebe3ad0c8 (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
30
footer {
  background-color: $theme-color;
  text-align: center;
  color: $theme-inverse-color;

  .footer-navigation {
    padding: 40px 0 20px;

    a {
      .inline-svg {
        margin: 0 5px;
      }
    }
  }

  .made-with-love {
    font-size: 12px;
    margin-bottom: 30px;

    .inline-svg {
      vertical-align: middle;

      svg {
        color: #f56b6b;
        height: 12px;
        line-height: 12px;
      }
    }
  }
}