mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
* update most dependencies * simplify linting: kick out editorconfig, stylelint * update to @oceanprotocol/art v3.0.0, source new assets and update UI for it
36 lines
544 B
SCSS
36 lines
544 B
SCSS
@import 'variables';
|
|
|
|
.headerSection {
|
|
border-bottom: 0.1rem solid $brand-grey-lighter;
|
|
}
|
|
|
|
.headerSectionTitle {
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: $spacer / $line-height 0;
|
|
font-size: $font-size-h3;
|
|
color: $brand-grey-light;
|
|
|
|
:global(.concepts) & {
|
|
color: $brand-purple;
|
|
}
|
|
|
|
:global(.setup) & {
|
|
color: $brand-blue;
|
|
}
|
|
|
|
:global(.tutorials) & {
|
|
color: $orange;
|
|
}
|
|
|
|
:global(.references) & {
|
|
color: $green;
|
|
}
|
|
}
|
|
|
|
.rootLink {
|
|
display: inline-block;
|
|
margin-right: $spacer / 4;
|
|
color: inherit;
|
|
}
|