docs/src/components/HeaderSection.module.scss

36 lines
544 B
SCSS
Raw Normal View History

2018-11-08 12:33:20 +01:00
@import 'variables';
.headerSection {
border-bottom: 0.1rem solid $brand-grey-lighter;
2018-11-08 12:33:20 +01:00
}
.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;
}
2018-11-23 13:49:53 +01:00
:global(.references) & {
color: $green;
}
2018-11-08 12:33:20 +01:00
}
2018-11-09 13:57:11 +01:00
.rootLink {
display: inline-block;
margin-right: $spacer / 4;
color: inherit;
2018-11-09 13:57:11 +01:00
}