mirror of
https://github.com/strapi/strapi.git
synced 2025-08-05 15:29:04 +00:00
21 lines
365 B
SCSS
21 lines
365 B
SCSS
![]() |
// Import
|
||
|
@import "../../styles/variables/variables";
|
||
|
|
||
|
.leftMenuLinkContainer { /* stylelint-ignore */
|
||
|
padding-top: 2.2rem;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
//min-height: 3rem;
|
||
|
padding-left: 1.6rem;
|
||
|
padding-right: 1.6rem;
|
||
|
margin-bottom: 1rem;
|
||
|
color: $left-menu-title-color;
|
||
|
text-transform: uppercase;
|
||
|
}
|
||
|
|
||
|
.list {
|
||
|
list-style: none;
|
||
|
padding: 0;
|
||
|
margin-bottom: 0.9rem;
|
||
|
}
|