admin manage page update
This commit is contained in:
@@ -565,7 +565,7 @@ body.light-mode .video-bg:before {
|
||||
white-space: nowrap;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.content-section ul li:hover {
|
||||
.content-section ul:hover {
|
||||
background-color: var(--theme-bg-color);
|
||||
}
|
||||
.content-section ul li:hover:first-child {
|
||||
@@ -587,7 +587,7 @@ body.light-mode .video-bg:before {
|
||||
.products {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 150px;
|
||||
width: 40px;
|
||||
}
|
||||
@media screen and (max-width: 480px) {
|
||||
.products {
|
||||
@@ -596,28 +596,29 @@ body.light-mode .video-bg:before {
|
||||
}
|
||||
|
||||
.status {
|
||||
margin-left: auto;
|
||||
/*margin-left: auto;*/
|
||||
width: 140px;
|
||||
font-size: 15px;
|
||||
position: relative;
|
||||
text-align: left;
|
||||
}
|
||||
@media screen and (max-width: 700px) {
|
||||
.status {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.status-circle {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-color: #396df0;
|
||||
position: absolute;
|
||||
border-radius: 50%;
|
||||
top: 4px;
|
||||
left: -20px;
|
||||
}
|
||||
.status-circle.green {
|
||||
background-color: #3bf083;
|
||||
}
|
||||
/*.status-circle {*/
|
||||
/* width: 6px;*/
|
||||
/* height: 6px;*/
|
||||
/* background-color: #396df0;*/
|
||||
/* position: absolute;*/
|
||||
/* border-radius: 50%;*/
|
||||
/* top: 4px;*/
|
||||
/* left: -20px;*/
|
||||
/*}*/
|
||||
/*.status-circle.green {*/
|
||||
/* background-color: #3bf083;*/
|
||||
/*}*/
|
||||
.status-button {
|
||||
font-size: 15px;
|
||||
margin-top: 0;
|
||||
@@ -642,57 +643,57 @@ body.light-mode .video-bg:before {
|
||||
background: #1e59f1;
|
||||
}
|
||||
|
||||
.menu {
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
background-color: var(--button-inactive);
|
||||
border-radius: 50%;
|
||||
box-shadow: 7px 0 0 0 var(--button-inactive), 14px 0 0 0 var(--button-inactive);
|
||||
margin: 0 12px;
|
||||
}
|
||||
/*.menu {*/
|
||||
/* width: 5px;*/
|
||||
/* height: 5px;*/
|
||||
/* background-color: var(--button-inactive);*/
|
||||
/* border-radius: 50%;*/
|
||||
/* box-shadow: 7px 0 0 0 var(--button-inactive), 14px 0 0 0 var(--button-inactive);*/
|
||||
/* margin: 0 12px;*/
|
||||
/*}*/
|
||||
|
||||
@media screen and (max-width: 415px) {
|
||||
.adobe-product .menu {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.dropdown {
|
||||
position: relative;
|
||||
height: 53px;
|
||||
width: 40px;
|
||||
top: -24px;
|
||||
display: flex;
|
||||
left: -5px;
|
||||
background: transparent;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
.dropdown ul {
|
||||
position: absolute;
|
||||
background: var(--dropdown-bg);
|
||||
height: 110px;
|
||||
width: 120px;
|
||||
right: 0;
|
||||
top: 20px;
|
||||
pointer-events: none;
|
||||
opacity: 0;
|
||||
transform: translatey(10px);
|
||||
transition: all 0.4s ease;
|
||||
}
|
||||
.dropdown ul li a {
|
||||
text-decoration: none;
|
||||
color: var(--theme-color);
|
||||
font-size: 12px;
|
||||
}
|
||||
/*.dropdown {*/
|
||||
/* position: relative;*/
|
||||
/* height: 53px;*/
|
||||
/* width: 40px;*/
|
||||
/* top: -24px;*/
|
||||
/* display: flex;*/
|
||||
/* left: -5px;*/
|
||||
/* background: transparent;*/
|
||||
/* border: none;*/
|
||||
/* cursor: pointer;*/
|
||||
/*}*/
|
||||
/*.dropdown ul {*/
|
||||
/* position: absolute;*/
|
||||
/* background: var(--dropdown-bg);*/
|
||||
/* height: 30px;*/
|
||||
/* width: 50px;*/
|
||||
/* right: 0;*/
|
||||
/* top: 20px;*/
|
||||
/* pointer-events: none;*/
|
||||
/* opacity: 0;*/
|
||||
/* transform: translatey(10px);*/
|
||||
/* transition: all 0.4s ease;*/
|
||||
/*}*/
|
||||
/*.dropdown ul li a {*/
|
||||
/* text-decoration: none;*/
|
||||
/* color: var(--theme-color);*/
|
||||
/* font-size: 12px;*/
|
||||
/*}*/
|
||||
|
||||
.dropdown.is-active ul {
|
||||
opacity: 1;
|
||||
pointer-events: all;
|
||||
transform: translatey(25px);
|
||||
}
|
||||
.dropdown.is-active ul li:hover {
|
||||
background-color: var(--dropdown-hover);
|
||||
}
|
||||
/*.dropdown.is-active ul {*/
|
||||
/* opacity: 1;*/
|
||||
/* pointer-events: all;*/
|
||||
/* transform: translatey(25px);*/
|
||||
/*}*/
|
||||
/*.dropdown.is-active ul:hover {*/
|
||||
/* background-color: var(--dropdown-hover);*/
|
||||
/*}*/
|
||||
|
||||
.button-wrapper {
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user