menu
This commit is contained in:
@@ -176,6 +176,9 @@ a {
|
|||||||
.admin-menu-container .menu-list {
|
.admin-menu-container .menu-list {
|
||||||
margin: 50px 5px;
|
margin: 50px 5px;
|
||||||
}
|
}
|
||||||
|
.admin-menu-container details .item {
|
||||||
|
background: #004e99;
|
||||||
|
}
|
||||||
.admin-menu-container details[open] svg {
|
.admin-menu-container details[open] svg {
|
||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
}
|
}
|
||||||
@@ -218,7 +221,6 @@ a {
|
|||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
transition: 0.3s all;
|
transition: 0.3s all;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: #004e99;
|
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
.admin-menu-container .item:hover, .admin-menu-container .item.active {
|
.admin-menu-container .item:hover, .admin-menu-container .item.active {
|
||||||
|
|||||||
@@ -154,6 +154,9 @@ a {
|
|||||||
margin: 50px 5px;
|
margin: 50px 5px;
|
||||||
}
|
}
|
||||||
details {
|
details {
|
||||||
|
.item {
|
||||||
|
background: #004e99;
|
||||||
|
}
|
||||||
&[open] {
|
&[open] {
|
||||||
svg {
|
svg {
|
||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
@@ -199,7 +202,6 @@ a {
|
|||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
transition: 0.3s all;
|
transition: 0.3s all;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background: #004e99;
|
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
&:hover,
|
&:hover,
|
||||||
&.active {
|
&.active {
|
||||||
|
|||||||
Reference in New Issue
Block a user