mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-24 05:35:51 +00:00
Fix some image paths
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -73,7 +73,7 @@ button[disabled="disabled"] {
|
|||||||
}
|
}
|
||||||
&::after {
|
&::after {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
content: url(../../img/icons/arrow-right.svg);
|
content: url(../img/icons/arrow-right.svg);
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
-webkit-transition: transform 0.3s ease-out;
|
-webkit-transition: transform 0.3s ease-out;
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#get-started {
|
#get-started {
|
||||||
$gs-cards: ["orange-yellow ", "magenta-orange", "purple-blue-green", "light-blue", "green-blue"];
|
$gs-cards: ["orange-yellow", "magenta-orange", "purple-blue-green", "light-blue", "green-blue"];
|
||||||
@for $i from 1 through 5 {
|
@for $i from 1 through 5 {
|
||||||
.col-new-card:nth-child(#{$i}) {
|
.col-new-card:nth-child(#{$i}) {
|
||||||
background-image: url("../img/cards/3col-#{nth($gs-cards, $i)}.svg")
|
background-image: url("../img/cards/3col-#{nth($gs-cards, $i)}.svg")
|
||||||
|
|||||||
@@ -22,11 +22,6 @@ h1, h2, h3, h4, h5, h6,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
$navbar-light-color: $dark;
|
|
||||||
$navbar-light-hover-color: $secondary;
|
|
||||||
$navbar-light-active-color: $primary;
|
|
||||||
|
|
||||||
|
|
||||||
.search, .input-group {
|
.search, .input-group {
|
||||||
.input-group-text {
|
.input-group-text {
|
||||||
background-color: $gray-200;
|
background-color: $gray-200;
|
||||||
@@ -75,9 +70,13 @@ a, nav a {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover, &:active, &.active {
|
||||||
color: $light-link-hover-color;
|
color: $light-link-hover-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.longform {
|
.longform {
|
||||||
|
|||||||
Reference in New Issue
Block a user