mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-26 03:36:23 +00:00
24 lines
297 B
SCSS
Executable File
24 lines
297 B
SCSS
Executable File
/**
|
|
*
|
|
* Resources page
|
|
*
|
|
**/
|
|
|
|
.page--resources {
|
|
& .article-section__icon,
|
|
& .articles-count,
|
|
& .guides-list__item .secondary-content {
|
|
display: none;
|
|
}
|
|
|
|
& .primary-content {
|
|
padding-top: $lineHeight;
|
|
padding-bottom: $lineHeight*2;
|
|
|
|
p {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
}
|