14 lines
285 B
SCSS
Raw Normal View History

2016-10-05 18:13:02 +02:00
/* Import */
@import '../../styles/variables/variables';
2016-09-09 10:45:58 +02:00
.rightContentSectionTitle { /* stylelint-disable */
text-transform: uppercase;
font-size: 1.4rem;
margin-top: 2.6rem;
}
.rightContentSectionSubTitle {
2016-10-05 18:13:02 +02:00
color: $gray-light;
2016-09-09 10:45:58 +02:00
font-size: 1.2rem;
margin-bottom: 1.2rem;
}