similiquedicta
Version:
A Plugin Architecture on top of Draft.JS
45 lines (36 loc) • 526 B
CSS
.root {
text-align: center;
padding-top: 10em;
}
.param {
margin: 10px 0;
}
.paramName {
font-weight: bold;
min-width: 125px;
display: inline-block;
margin-right: 10px;
}
.subParams {
margin-left: 125px;
margin-top: 10px;
}
.subParam {
margin-bottom: 5px;
display: flex;
}
.subParamName {
font-weight: bold;
margin-right: 5px;
}
.list {
list-style-type: none;
padding-left: 0;
}
.listEntry {
margin-top: 1rem;
}
.guideCodeBlock {
margin-top: 1rem;
margin-bottom: 1rem ;
}