sogo/UI/WebServerResources/scss/modules/_articles-section.scss

26 lines
362 B
SCSS
Executable file

/**
*
* Articles section
*
**/
.articles-section {
background: $colorGrayBackground;
text-align: center;
padding: $lineHeight 0 $lineHeight*4;
}
.articles-count {
color: $colorBlue;
font-family: $fontHighlight;
font-weight: 400;
}
.article-section__icon {
top: -($lineHeight);
@include medium {
top: -($lineHeight + $lineHeight/2);
}
}