mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-26 03:36:23 +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;
|
|
}
|