23 lines
459 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-08-09 19:47:39 +02:00
-webkit-font-smoothing: antialiased;
2017-07-18 12:39:03 +02:00
margin: 0;
2017-08-08 11:41:36 +02:00
padding-left: 1.5rem;
2017-07-18 12:39:03 +02:00
line-height: 1.3rem;
color: #919BAE;
letter-spacing: 0.1rem;
2018-09-10 20:59:33 +03:00
font-family: 'Lato', sans-serif;
2017-07-18 12:39:03 +02:00
font-size: 1.1rem;
font-weight: bold;
text-transform: uppercase;
2017-07-13 13:55:03 +02:00
}
> ul {
2017-08-08 11:41:36 +02:00
margin: 1rem 0 0 -1.5rem;
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
}
}