Files
xrpl-dev-portal/styles/_github-edit.scss
2021-06-30 00:13:19 -07:00

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;
}