summaryrefslogtreecommitdiff
path: root/themes/LoveIt/assets/css/_partial/_footer.scss
blob: 21a89e8ca0642d5ef8cb2ac0b7650d066c6c628f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
footer {
  height: 2rem;
  width: 100%;
  text-align: center;
  line-height: 1.25rem;
  padding: 1rem 0;

  .footer-container {
    font-size: .875rem;

    .footer-line {
      width: 100%;

      .icp-br {
        display: none;
      }
    }
  }

  @include blur;
}