add hover mode sidebar

This commit is contained in:
Ehsan
2024-09-27 12:44:02 +03:30
parent 35edd873fc
commit 68f75cd5f7
4 changed files with 18 additions and 6 deletions
+8
View File
@@ -263,6 +263,14 @@ html {
height: 100%;
}
.hover-sidebar:hover .text-sidebar {
opacity: 100;
}
.hover-sidebar:hover .logo-sidebar {
max-width: 100%;
}
@media (max-width: 768px) {
.res-field-account .MuiInputBase-input.MuiOutlinedInput-input {
padding-top: 10px;