mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
12 lines
387 B
SCSS
12 lines
387 B
SCSS
/* Edit on GitHub link ------------------------------------------------------ */
|
|
.github-edit-wrap .github-edit {
|
|
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;
|
|
margin-bottom: 1rem;
|
|
margin-top: .75rem;
|
|
}
|