mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-05 16:57:59 +00:00
First pass update impact page
This commit is contained in:
@@ -414,12 +414,13 @@
|
||||
#impact-green {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -4px;
|
||||
left: -4px;
|
||||
rotate: (180deg);
|
||||
}
|
||||
#impact-orange {
|
||||
#impact-purple {
|
||||
position: absolute;
|
||||
top: 100px;
|
||||
left: -4px;
|
||||
right: -4px;
|
||||
}
|
||||
#impact-magenta {
|
||||
position: absolute;
|
||||
@@ -451,6 +452,42 @@
|
||||
right: -4px;
|
||||
}
|
||||
|
||||
.page-impact {
|
||||
|
||||
.connect-list {
|
||||
@each $connect in "connect-01", "connect-02", "connect-03", "connect-04" {
|
||||
##{$connect} {
|
||||
content: url("../img/impact/#{$connect}.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn-arrow-out::after {
|
||||
background-position: left 0px bottom 0px;
|
||||
content: "\00a0";
|
||||
background-image: url(../img/icons/arrow-up-right-white.svg);
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
padding: 4px 8px 4px 12px;
|
||||
transition: background-position 0.3s ease-in-out;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.btn-arrow-out:hover::after {
|
||||
background-position: left 4px bottom 4px;
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
.btn-arrow-out {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.page-funding {
|
||||
|
||||
.funding-list {
|
||||
|
||||
@@ -987,3 +987,17 @@ $placeholder-color: $gray-600;
|
||||
filter: invert(100%) brightness(0.8);
|
||||
}
|
||||
}
|
||||
|
||||
.page-impact {
|
||||
|
||||
.connect-list {
|
||||
@each $connect in "connect-01", "connect-02", "connect-03", "connect-04" {
|
||||
##{$connect} {
|
||||
content: url("../img/impact/lightmode/#{$connect}.svg");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user