mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
26 lines
427 B
SCSS
26 lines
427 B
SCSS
@import 'variables';
|
|
|
|
.repositories {
|
|
margin-top: $spacer * 2;
|
|
}
|
|
|
|
.quickrun {
|
|
padding-top: $spacer;
|
|
padding-bottom: $spacer;
|
|
text-align: center;
|
|
max-width: $break-point--small;
|
|
margin: auto;
|
|
|
|
pre {
|
|
text-align: left;
|
|
margin-top: $spacer / $line-height;
|
|
}
|
|
}
|
|
|
|
.tldr {
|
|
display: block;
|
|
margin-bottom: $spacer / 2;
|
|
color: $brand-grey-light;
|
|
font-size: $font-size-h4;
|
|
}
|