mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 11:15:49 +00:00
11 lines
369 B
SCSS
11 lines
369 B
SCSS
/* Edit on GitHub link ------------------------------------------------------ */
|
|
.github-edit-wrap .github-edit.nav-link {
|
|
background-image: url(../vendor/github-marks/GitHub-Mark-Light-32px.png);
|
|
background-size: 24px 24px;
|
|
background-position: left 12px center;
|
|
background-repeat: no-repeat;
|
|
padding-left: 48px;
|
|
text-decoration: none;
|
|
display: block;
|
|
}
|