mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
cleanup
This commit is contained in:
parent
381dea108c
commit
e4c1632191
@ -5,9 +5,7 @@
|
|||||||
background: $brand-black;
|
background: $brand-black;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: $spacer * 2 0;
|
padding: $spacer * 2 0;
|
||||||
|
|
||||||
min-height: 30rem;
|
min-height: 30rem;
|
||||||
max-height: 800px;
|
|
||||||
color: $brand-white;
|
color: $brand-white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -61,6 +61,7 @@ ul {
|
|||||||
li {
|
li {
|
||||||
&::before {
|
&::before {
|
||||||
content: ' \25AA'; // Black Small Square: ▪ ▪
|
content: ' \25AA'; // Black Small Square: ▪ ▪
|
||||||
|
top: -2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -73,6 +74,7 @@ ol {
|
|||||||
content: counter(ol-counter) '.';
|
content: counter(ol-counter) '.';
|
||||||
counter-increment: ol-counter;
|
counter-increment: ol-counter;
|
||||||
font-family: $font-family-button;
|
font-family: $font-family-button;
|
||||||
|
top: -1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -95,7 +97,6 @@ ol {
|
|||||||
&::before {
|
&::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -($spacer / $line-height);
|
left: -($spacer / $line-height);
|
||||||
top: -1px;
|
|
||||||
color: $brand-grey-light;
|
color: $brand-grey-light;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
@ -217,11 +218,6 @@ table {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: $spacer / 2;
|
padding: $spacer / 2;
|
||||||
border-bottom: 1px solid $brand-grey-lighter;
|
border-bottom: 1px solid $brand-grey-lighter;
|
||||||
}
|
|
||||||
|
|
||||||
th {
|
|
||||||
font-family: $font-family-button;
|
|
||||||
font-weight: 600;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
&[align="center"] {
|
&[align="center"] {
|
||||||
@ -233,8 +229,9 @@ table {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
th {
|
||||||
|
font-family: $font-family-button;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -245,10 +242,11 @@ code,
|
|||||||
kbd,
|
kbd,
|
||||||
pre,
|
pre,
|
||||||
samp {
|
samp {
|
||||||
font-family: $font-family-monospace;
|
// lots of !important to overwrite prims.js theme
|
||||||
font-size: $font-size-small;
|
font-family: $font-family-monospace !important;
|
||||||
|
font-size: $font-size-small !important;
|
||||||
background: $brand-black !important;
|
background: $brand-black !important;
|
||||||
color: $brand-grey-lighter !important;
|
color: $brand-white !important;
|
||||||
border-radius: $border-radius !important;
|
border-radius: $border-radius !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user