mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-01 21:26:24 +00:00
17 lines
194 B
SCSS
Executable File
17 lines
194 B
SCSS
Executable File
/**
|
|
*
|
|
* subsection__title
|
|
*
|
|
**/
|
|
|
|
.subsection-title {
|
|
color: $colorGrayDark;
|
|
margin-top: $lineHeight * 2;
|
|
}
|
|
|
|
.subsection-number {
|
|
@include type--base;
|
|
padding-top: 0;
|
|
display: block;
|
|
}
|