mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
27 lines
551 B
SCSS
27 lines
551 B
SCSS
#app_root article .code-walkthrough {
|
|
margin-right: 112px;
|
|
max-width: calc(100% - 112px);
|
|
padding-right: 0;
|
|
grid-template-columns: 5fr 5fr;
|
|
|
|
.tag-size-large {
|
|
margin: var(--spacing-xs);
|
|
}
|
|
|
|
[data-component-name="Markdoc/CodeWalkthrough/CodeFilters"] {
|
|
padding: var(--spacing-xs) var(--spacing-lg);
|
|
|
|
> :first-child > :first-child {
|
|
margin: auto;
|
|
}
|
|
}
|
|
|
|
> :first-child > div {
|
|
margin: auto;
|
|
}
|
|
|
|
[data-line-number]::before {
|
|
padding-left: 0.8em;
|
|
}
|
|
}
|