2023-05-05 01:38:58 +04:00
|
|
|
footer {
|
2023-05-06 04:10:17 -04:00
|
|
|
background-color: #1d1f31;
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer a {
|
|
|
|
color: rgba(255, 255, 255, 0.4);
|
|
|
|
}
|
|
|
|
|
|
|
|
footer p {
|
|
|
|
margin-bottom: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer .row.main {
|
|
|
|
padding: 40px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer .row.main .branding {
|
2023-05-05 01:38:58 +04:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2023-05-06 04:10:17 -04:00
|
|
|
footer .row.main .branding .btn {
|
|
|
|
display: inline-block;
|
|
|
|
color: #fff !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer .row.main .branding button.account {
|
|
|
|
background-color: #2d3348;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer .row.main .branding .cta {
|
|
|
|
margin: 50px auto 45px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer .row.main .branding .cta-secondary {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
footer .row.main .links > div:first-child {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer .row.main .links .category {
|
|
|
|
color: #4a68b9;
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer .row.main .links .category:not(:first-child) {
|
2023-05-05 01:38:58 +04:00
|
|
|
margin-top: 1rem;
|
|
|
|
}
|
|
|
|
|
2023-05-06 04:10:17 -04:00
|
|
|
footer .selector {
|
|
|
|
margin: 20px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer .row.version .col-sm-12 {
|
|
|
|
padding: 20px !important;
|
|
|
|
background-color: #11131f;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer .row.version .col-sm-12 p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 12px;
|
|
|
|
color: rgba(255, 255, 255, 0.4);
|
|
|
|
}
|
2023-05-05 01:38:58 +04:00
|
|
|
|
2023-05-06 04:10:17 -04:00
|
|
|
footer .row.version .col-sm-12 p a {
|
|
|
|
color: #09a3ba;
|
2023-05-05 01:38:58 +04:00
|
|
|
}
|