UNPKG

2.21 kBCSSView Raw
1.rc-footer {
2 position: relative;
3 clear: both;
4 color: rgba(255, 255, 255, 0.4);
5 font-size: 14px;
6 line-height: 1.5;
7 background-color: #000;
8}
9.rc-footer a {
10 transition: all 0.3s;
11 color: rgba(255, 255, 255, 0.9);
12 text-decoration: none;
13}
14.rc-footer a:hover {
15 color: #40a9ff;
16}
17.rc-footer-container {
18 width: 100%;
19 max-width: 1200px;
20 padding: 80px 0 20px;
21 margin: auto;
22}
23.rc-footer-columns {
24 display: flex;
25 justify-content: space-around;
26}
27.rc-footer-column {
28 margin-bottom: 60px;
29}
30.rc-footer-column h2 {
31 position: relative;
32 margin: 0 auto 24px;
33 font-weight: 500;
34 font-size: 16px;
35 color: #fff;
36}
37.rc-footer-column-icon {
38 margin-right: 0.5em;
39 width: 22px;
40 display: inline-block;
41 vertical-align: middle;
42 top: -1px;
43 position: relative;
44 text-align: center;
45}
46.rc-footer-column-icon > span,
47.rc-footer-column-icon > svg,
48.rc-footer-column-icon img {
49 width: 100%;
50 display: block;
51}
52.rc-footer-item {
53 margin: 12px 0;
54}
55.rc-footer-item-icon {
56 margin-right: 0.4em;
57 width: 16px;
58 display: inline-block;
59 vertical-align: middle;
60 top: -1px;
61 position: relative;
62 text-align: center;
63}
64.rc-footer-item-icon > span,
65.rc-footer-item-icon > svg,
66.rc-footer-item-icon img {
67 width: 100%;
68 display: block;
69}
70.rc-footer-item-separator {
71 margin: 0 0.3em;
72}
73.rc-footer-bottom-container {
74 border-top: 1px solid rgba(255, 255, 255, 0.25);
75 width: 100%;
76 max-width: 1200px;
77 text-align: center;
78 margin: 0 auto;
79 padding: 16px 0;
80 line-height: 32px;
81 font-size: 16px;
82}
83.rc-footer-light {
84 background-color: transparent;
85 color: rgba(0, 0, 0, 0.85);
86}
87.rc-footer-light h2,
88.rc-footer-light a {
89 color: rgba(0, 0, 0, 0.85);
90}
91.rc-footer-light .rc-footer-bottom-container {
92 border-top-color: #e8e8e8;
93}
94.rc-footer-light .rc-footer-item-separator,
95.rc-footer-light .rc-footer-item-description {
96 color: rgba(0, 0, 0, 0.45);
97}
98@media only screen and (max-width: 767.99px) {
99 .rc-footer {
100 text-align: center;
101 }
102 .rc-footer-container {
103 padding: 40px 0;
104 }
105 .rc-footer-columns {
106 display: block;
107 }
108 .rc-footer-column {
109 display: block;
110 margin-bottom: 40px;
111 }
112 .rc-footer-column:last-child {
113 margin-bottom: 0;
114 }
115}