mirror of
https://github.com/strapi/strapi.git
synced 2025-09-04 06:13:03 +00:00
29 lines
502 B
SCSS
29 lines
502 B
SCSS
![]() |
.container { /* stylelint-disable */
|
||
|
margin: 0 3.2rem 0 1.9rem ;
|
||
|
padding: 0 1.4rem 0 0rem;
|
||
|
border-bottom: 1px solid rgba(14,22,34,0.04);
|
||
|
color: #333740;
|
||
|
font-size: 1.3rem;
|
||
|
> div {
|
||
|
padding: 0;
|
||
|
align-self: center;
|
||
|
}
|
||
|
> div:first-child{
|
||
|
padding-left: 1.4rem;
|
||
|
}
|
||
|
> div:last-child {
|
||
|
text-align: right;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.li {
|
||
|
margin-top: 0!important;
|
||
|
position: relative;
|
||
|
height: 5.4rem;
|
||
|
line-height: 5.4rem;
|
||
|
cursor: pointer;
|
||
|
&:hover {
|
||
|
background-color: #F7F8F8;
|
||
|
}
|
||
|
}
|