18 lines
309 B
SCSS
Raw Normal View History

2016-10-05 18:13:02 +02:00
/* Import */
@import '../../styles/variables/variables';
2016-09-08 23:38:29 +02:00
.pluginHeaderTitle { /* stylelint-disable */
color: #282A31;
}
.pluginHeaderTitleName {
font-size: 2.4rem;
margin-top: 0.7rem;
margin-bottom: 0.2rem;
}
.pluginHeaderTitleDescription {
font-size: 1.3rem;
2016-10-05 18:13:02 +02:00
color: $gray-light;
2016-09-08 23:38:29 +02:00
margin: 0;
}