mempool/frontend/src/app/components/about/about.component.scss

245 lines
4 KiB
SCSS
Raw Normal View History

.about-page {
text-align: center;
.image {
width: 80px;
height: 80px;
background-size: 100%, 100%;
border-radius: 50%;
margin: 25px;
line-height: 32px;
}
.image.not-rounded {
border-radius: 0;
width: 60px;
height: 60px;
}
.intro {
margin: 25px auto 30px;
width: 250px;
display: flex;
flex-direction: column;
.logo {
height: 62.5px;
width: 250px;
margin: auto;
}
.version {
text-align: right;
font-size: 10px;
margin-top: -10px;
}
}
.about-text {
max-width: 550px;
margin: auto;
padding: 10px 15px 15px;
}
2023-03-02 07:51:30 -05:00
video {
2023-03-02 22:41:04 +09:00
width: 640px;
max-width: 90%;
2023-03-02 23:02:35 +09:00
margin-top: 0;
2023-03-13 17:18:09 +09:00
@media (min-width: 768px) {
height: 360px;
}
2023-03-02 07:51:30 -05:00
}
.social-icons {
a {
margin: auto 10px;
}
}
.alliances,
.enterprise-sponsor,
.community-integrations-sponsor,
.maintainers {
2023-03-13 17:18:09 +09:00
margin-top: 30px;
margin-bottom: 68px;
scroll-margin: 30px;
2023-03-13 17:18:09 +09:00
@media (min-width: 768px) {
margin-top: 68px;
}
}
.maintainers {
margin-bottom: 50px;
}
2022-08-14 13:24:54 +04:00
.community-sponsor, .project-translators {
display: flex;
flex-direction: column;
.wrapper {
margin: 20px auto;
}
.btn-primary {
max-width: 250px;
margin: auto;
height: 45px;
width: 100%;
}
2022-08-14 13:24:54 +04:00
}
.community-sponsor {
img {
width: 57px;
height: 57px;
}
}
.alliances {
margin-bottom: 100px;
a {
&:nth-child(3) {
position: relative;
top: 10px;
}
}
img {
display: inline-block;
margin: 15px auto;
height: 62px;
@media (min-width: 425px) {
margin: 15px 60px;
}
@media (min-width: 576px) {
margin: 15px 120px;
}
@media (min-width: 850px) {
margin: 50px 30px 0px;
}
}
.liquid {
top: 7px;
position: relative;
}
.copa {
height: auto;
top: 23px;
position: relative;
width: 300px;
}
.bisq {
top: 3px;
position: relative;
}
}
.enterprise-sponsor,
.contributors,
.community-sponsor,
2022-08-14 13:24:54 +04:00
.project-translators,
.community-integrations-sponsor,
.maintainers {
scroll-margin: 30px;
.wrapper {
display: inline-block;
a {
display: inline-block;
&:hover {
text-decoration: none;
img, svg {
transform: scale(1.1);
}
}
img, svg, span {
display: block;
transition: 150ms all;
}
2022-02-20 13:33:46 +04:00
img, svg {
margin: 40px 29px 10px;
}
}
}
}
2022-08-14 13:24:54 +04:00
.community-sponsor .wrapper, .project-translators .wrapper {
margin: 10px auto 20px;
a img {
margin: 6px;
}
}
.project-translators .wrapper {
a img {
width: 72px;
height: 72px;
}
}
.copyright {
text-align: left;
max-width: 620px;
padding: 0px 15px;
margin: auto;
line-height: 1.8;
font-size: 87.5%;
color: #e83e8c;
word-wrap: break-word;
font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
ul {
list-style: none;
padding-left: 30px;
li {
margin-bottom: 20px;
margin-top: 20px;
}
}
.title {
text-align: center;
margin-bottom: 25px;
}
}
.footer-links {
display: flex;
flex-direction: column;
a {
display: inline-block;
margin: 15px auto 0px;
&:last-child {
margin: 20px auto 30px;
}
}
2023-03-02 07:51:30 -05:00
.social-icons {
a {
margin: 45px 10px;
}
.bitcointv svg {
width: 36px;
height: auto;
vertical-align: bottom;
margin-bottom: 2px;
margin-left: 5px;
}
.bitcointv svg:hover {
opacity: 0.75;
}
2023-03-02 07:51:30 -05:00
}
}
.footer-version {
font-size: 12px;
}
}
.no-about-margin {
height: 10px;
}
.community-integrations-sponsor {
max-width: 1110px;
margin: auto;
}
.community-integrations-sponsor img.image {
width: 64px;
height: 64px;
}