~xdavidwu/xdavidwu.link

ref: 2bc6ee0ad8cb8a1acb882fdfda66c9a863e8f055 xdavidwu.link/_sass/minimal-mistakes/_footer.scss -rw-r--r-- 901 bytes
2bc6ee0axdavidwu sass: remove transition of global components 1 year, 4 months ago
                                                                                
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/* ==========================================================================
   FOOTER
   ========================================================================== */

.page__footer {
  @include clearfix;
  float: left;
  margin-left: 0;
  margin-right: 0;
  width: 100%;

  footer {
    @include clearfix;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    max-width: 100%;
    padding: 0 1em 1.75em;

    @include breakpoint($x-large) {
      max-width: $x-large;
    }
  }
}

.page__footer-copyright {
  font-size: $type-size-7;
  a {
    text-decoration: underline;
  }
}

.page__footer-follow {
  ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
  }

  li {
    font-size: $type-size-6;

    i {
      margin-right: 4px;
    }
  }

  li + li {
    padding-left: 12px;
  }

  .social-icons {
    a {
      white-space: nowrap;
    }
  }
}