mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
Added new window icon and spacing update
This commit is contained in:
@@ -12,6 +12,7 @@ th {
|
||||
/* Reduce external link icon size */
|
||||
.fa.fa-external-link:before {
|
||||
font-size: 80%;
|
||||
content: none;
|
||||
}
|
||||
|
||||
/* Top navigation ----------------------------------------------------------- */
|
||||
@@ -232,7 +233,7 @@ body {
|
||||
line-height: 1.2;
|
||||
}
|
||||
.content h1:first-child:before {
|
||||
margin-top: -90px;
|
||||
margin-top: -80px;
|
||||
}
|
||||
.content h2 {
|
||||
margin-top: 0px;
|
||||
@@ -315,8 +316,11 @@ body {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Vertical numbers --------------------------------------------------------- */
|
||||
.landing {
|
||||
padding: 0 48px;
|
||||
}
|
||||
|
||||
/* Vertical numbers --------------------------------------------------------- */
|
||||
.flag-vertical {
|
||||
position: absolute;
|
||||
top: 2em;
|
||||
@@ -333,7 +337,6 @@ body {
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
|
||||
/* Footer ------------------------------------------------------------------- */
|
||||
|
||||
.xrpl-footer {
|
||||
@@ -1118,7 +1121,10 @@ a.current {
|
||||
.related-projects a .fa-external-link {
|
||||
transition: all .2s ease-in-out;
|
||||
display: inline-block;
|
||||
padding-left: 7px;
|
||||
padding: 9px 6px 9px 15px;
|
||||
background-image: url(../img/icon-new-window.svg);
|
||||
background-size: 24px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.external-link:hover .fa-external-link,
|
||||
.related-projects a:hover .fa-external-link {
|
||||
|
||||
Reference in New Issue
Block a user