Menu usuario Emergnte

This commit is contained in:
2023-03-22 23:20:33 -05:00
parent bb208b8680
commit 5f1099c7dd
3 changed files with 88 additions and 22 deletions

View File

@@ -97,6 +97,7 @@
margin-bottom: 10px;
padding-top: 18px;
cursor: pointer;
text-align: center;
}
.footer_btn:hover {
background: rgba(10, 120, 240, .5);
@@ -109,7 +110,45 @@
.footer_valores {
text-align: right;
}
/**** menu emergente debajo del avatar ****/
.menu_avatar{
display: none;
width: 180px;
height: 150px;
background: rgba(35, 55, 68, 0.9);
position: fixed;
top: 60px;
right: 12px;
border-radius: 20px 0px 20px 20px;
transition: 0.5s;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
.menu_avatar ul li{
position: relative;
width: 100%;
list-style: none;
text-align: left;
}
.menu_avatar ul li:hover{
background: #2c5f77;
}
.menu_AvatarOrden{
height: 30px;
cursor: pointer;
}
.sel_salir{
margin-top: 10px;
}
.sel_nueva{
margin-top: 10px;
}
.menu_AvatarOrden .icon{
margin: 5px 5px 10px 10px;
font-size: 20px;
}
/*
.dash_panelCategoria .dash_info_grupoCardBox a:hover + #ver_cat{
display: none;
}
@@ -160,7 +199,7 @@
.dash_panelDetalleTotales {
display: grid;
grid-gap: 2px;
grid-template-columns: 15% 70% 10%;
grid-template-columns: 15% 60% 10%;
}
}