0.7.47
fix admin base models
This commit is contained in:
@@ -1837,4 +1837,76 @@
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.cont_header_btn_profile{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.menu_profile_btn{
|
||||
display: none;
|
||||
position: absolute;
|
||||
right: 100px;
|
||||
z-index: 220;
|
||||
}
|
||||
|
||||
.menu_profile_btn.show{
|
||||
display: block;
|
||||
background: #FFF;
|
||||
padding: 10px;
|
||||
width: 230px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 60px;
|
||||
border-radius: 10px;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.button_profile_header{
|
||||
height: 50px;
|
||||
width: 150px;
|
||||
background: #FF613A;
|
||||
color: #FFF;
|
||||
/* Heading 5 */
|
||||
font-size: 18px;
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
text-decoration: none;
|
||||
line-height: 26px;
|
||||
border-radius: 10px;
|
||||
text-align: center;
|
||||
|
||||
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
.btn_menu_profile:first-of-type{
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.btn_menu_profile:last-child{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.btn_menu_profile{
|
||||
border-radius: 10px;
|
||||
background: #FFF;
|
||||
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
|
||||
width: 93%;
|
||||
padding: 4%;
|
||||
margin-bottom: 20px;
|
||||
display: block;
|
||||
color: #27242499;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.separator_menu_profile{
|
||||
margin: 10px 0 10px 0;
|
||||
border:1px solid #E6E6E6;
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
.subscribe_type_txt{
|
||||
color: #000;
|
||||
font-size: 14px;
|
||||
}
|
||||
Reference in New Issue
Block a user