22 lines
396 B
SCSS
Raw Normal View History

.pluginLeftMenuSection { /* stylelint-disable */
2017-07-26 16:36:05 +02:00
margin-top: 3.3rem;
2017-07-13 13:55:03 +02:00
> p {
2017-07-18 12:39:03 +02:00
margin: 0;
padding-left: 3rem;
line-height: 1.3rem;
color: #919BAE;
letter-spacing: 0.1rem;
font-family: Lato;
font-size: 1.1rem;
font-weight: bold;
text-transform: uppercase;
2017-07-13 13:55:03 +02:00
}
> ul {
2017-07-26 16:36:05 +02:00
margin: 1rem 0 0 0;
2017-07-13 13:55:03 +02:00
padding: 0;
2017-07-18 12:39:03 +02:00
list-style: none;
font-size: 1.3rem;
2017-07-13 13:55:03 +02:00
}
}