2023-07-17 19:11:13 +00:00
|
|
|
.footer {
|
2023-09-02 06:22:13 +00:00
|
|
|
padding: 2rem 0 0 0;
|
2023-07-17 19:11:13 +00:00
|
|
|
|
2023-09-02 06:22:13 +00:00
|
|
|
.top {
|
|
|
|
display: grid;
|
2023-11-25 08:06:43 +00:00
|
|
|
grid-template-columns: repeat(3, 1.25fr) 2fr ;
|
2023-09-02 06:22:13 +00:00
|
|
|
max-width: 60rem;
|
|
|
|
padding: 2rem 4rem;
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style-type: none;
|
|
|
|
white-space:nowrap;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
li {
|
|
|
|
font-size: .895rem;
|
|
|
|
margin: .25rem 0;
|
|
|
|
}
|
2023-07-17 19:11:13 +00:00
|
|
|
|
2023-09-02 06:22:13 +00:00
|
|
|
li h5 { font-size: 1rem }
|
|
|
|
li h6 {
|
|
|
|
font-size: .895rem;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
2023-07-17 19:11:13 +00:00
|
|
|
|
2023-09-02 06:22:13 +00:00
|
|
|
a {
|
|
|
|
color: $link;
|
|
|
|
&:hover { text-decoration: underline }
|
|
|
|
}
|
2023-11-25 08:06:43 +00:00
|
|
|
|
|
|
|
.btn a {
|
|
|
|
display: inline-block;
|
|
|
|
color: $s-color;
|
|
|
|
background: $b-color;
|
|
|
|
font-weight: 600;
|
|
|
|
border: .1rem solid $s-color;
|
|
|
|
padding: .15rem 2rem .25rem 1.55rem;
|
|
|
|
margin: .25rem 0;
|
|
|
|
|
|
|
|
.icon-btc-b {
|
|
|
|
position: relative;
|
|
|
|
top: .15rem;
|
|
|
|
font-size: 1.15rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
background: $sh-color;
|
|
|
|
}
|
|
|
|
}
|
2023-07-17 19:11:13 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-09-02 06:22:13 +00:00
|
|
|
hr {
|
|
|
|
height: 1px;
|
|
|
|
border: none;
|
|
|
|
color: $t-color;
|
|
|
|
background-color: $t-color;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2023-07-17 19:11:13 +00:00
|
|
|
|
2023-09-02 06:22:13 +00:00
|
|
|
.bottom {
|
2023-11-25 08:06:43 +00:00
|
|
|
background: $b-color;
|
2023-09-02 06:22:13 +00:00
|
|
|
|
2023-11-25 08:06:43 +00:00
|
|
|
.center {
|
|
|
|
height: 5.5rem;
|
|
|
|
max-width: 60rem;
|
|
|
|
padding: 2rem 4rem;
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
.who {
|
|
|
|
float: left;
|
2023-09-02 06:22:13 +00:00
|
|
|
color: $f-color;
|
2023-11-25 08:06:43 +00:00
|
|
|
font-size: .895rem;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $link;
|
|
|
|
margin: 0 2px;
|
|
|
|
|
|
|
|
&:hover { text-decoration: underline }
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-btc-b {
|
|
|
|
position: relative;
|
|
|
|
top: .25rem;
|
|
|
|
font-size: 1.1rem;
|
|
|
|
}
|
2023-09-02 06:22:13 +00:00
|
|
|
}
|
2023-11-25 08:06:43 +00:00
|
|
|
|
|
|
|
ul {
|
|
|
|
float: right;
|
|
|
|
list-style-type: none;
|
|
|
|
white-space:nowrap;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
li, li p {
|
|
|
|
display:inline;
|
|
|
|
font-size: .895rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $link;
|
|
|
|
margin: 0 .5rem;
|
|
|
|
|
|
|
|
&:hover { text-decoration: underline }
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
color: $f-color;
|
|
|
|
margin: 0 0 0 .5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.copy .icon-copyright {
|
|
|
|
font-size: .7rem;
|
|
|
|
opacity: .9;
|
|
|
|
}
|
2023-09-02 06:22:13 +00:00
|
|
|
}
|
2023-07-17 19:11:13 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-11-25 08:06:43 +00:00
|
|
|
@media only screen and (max-width: 768px) {
|
2023-07-17 19:11:13 +00:00
|
|
|
.footer {
|
|
|
|
height: unset;
|
2023-11-25 08:06:43 +00:00
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
.top {
|
|
|
|
grid-template-columns: 1fr 1fr;
|
|
|
|
padding: 2rem 2rem 0 2rem;
|
2023-07-17 19:11:13 +00:00
|
|
|
|
2023-11-25 08:06:43 +00:00
|
|
|
ul {
|
|
|
|
margin: 2rem 1rem;
|
2023-11-26 18:46:09 +00:00
|
|
|
|
|
|
|
li {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
li h5 {
|
|
|
|
font-size: 1.15rem
|
|
|
|
}
|
2023-11-25 08:06:43 +00:00
|
|
|
}
|
2023-07-17 19:11:13 +00:00
|
|
|
}
|
|
|
|
|
2023-11-25 08:06:43 +00:00
|
|
|
.bottom {
|
|
|
|
.center {
|
|
|
|
height: 5.5rem;
|
|
|
|
padding: .5rem 2.5rem;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
.who {
|
|
|
|
float: none;
|
|
|
|
padding: .5rem;
|
|
|
|
}
|
2023-07-17 19:11:13 +00:00
|
|
|
|
2023-11-25 08:06:43 +00:00
|
|
|
ul {
|
|
|
|
float: none;
|
|
|
|
}
|
2023-07-17 19:11:13 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 345px) {
|
|
|
|
.footer {
|
|
|
|
padding: 0 1rem;
|
|
|
|
}
|
|
|
|
}
|