patch: icons for project, circle and community harmonized
This commit is contained in:
committed by
Gaëlle Morin
parent
9d95895409
commit
657c471df7
@ -22,8 +22,8 @@ main {
|
||||
&.sidebar-is-closed {
|
||||
|
||||
@media(min-width: 768.01px) {
|
||||
margin-left: -152px;
|
||||
transform: translate(152px);
|
||||
margin-left: -157px;
|
||||
transform: translate(157px);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -39,18 +39,11 @@ main {
|
||||
width: 217px;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
width: 65px;
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
ul {
|
||||
|
||||
li {
|
||||
border-bottom: 1px solid #D6CECE;
|
||||
|
||||
&>a {
|
||||
vertical-align: super;
|
||||
}
|
||||
}
|
||||
|
||||
&>li:first-child>a {
|
||||
vertical-align: middle;
|
||||
}
|
||||
@ -98,7 +91,7 @@ main {
|
||||
|
||||
&.jsRightMenu:not([open]) {
|
||||
@media (min-width: 768.01px) {
|
||||
transform: translate(152px);
|
||||
transform: translate(157px);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user