up
This commit is contained in:
@@ -151,15 +151,7 @@ a {
|
||||
height: 22px;
|
||||
}
|
||||
}
|
||||
.menu-list {
|
||||
margin: 50px 5px;
|
||||
}
|
||||
details {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
.item {
|
||||
background: #004e99;
|
||||
}
|
||||
&[open] {
|
||||
svg {
|
||||
transform: rotate(90deg);
|
||||
@@ -179,42 +171,12 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
.box-item {
|
||||
position: relative;
|
||||
.item {
|
||||
background: #004e99;
|
||||
}
|
||||
}
|
||||
|
||||
summary {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
cursor: pointer;
|
||||
padding-right: 16px;
|
||||
border-radius: 4px;
|
||||
position: relative;
|
||||
transition: 0.3s all;
|
||||
a {
|
||||
padding: 8px 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
svg {
|
||||
position: absolute;
|
||||
right: 16px;
|
||||
transition: 0.3s all;
|
||||
}
|
||||
.item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 12px;
|
||||
line-height: 36px;
|
||||
transition: 0.3s all;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 4px;
|
||||
position: relative;
|
||||
&.active {
|
||||
background: #22a2ff;
|
||||
.icons {
|
||||
@@ -237,24 +199,6 @@ a {
|
||||
margin-right: 13px;
|
||||
}
|
||||
}
|
||||
.sub-hover {
|
||||
display: none; // Ẩn mặc định
|
||||
position: absolute;
|
||||
left: 100%;
|
||||
top: 0;
|
||||
background: #fff;
|
||||
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
||||
z-index: 1000;
|
||||
a {
|
||||
display: block;
|
||||
padding: 10px 10px 10px 45px;
|
||||
position: relative;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.title-main {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user