超级管理员页面图标问题

dev_local_2
daiao 5 years ago
parent 28c35b9d51
commit 4afd9fdd11

@ -71,11 +71,32 @@
} }
.sidebar-header { .sidebar-header {
padding: 20px; padding: 20px;
background: #272822; background: #272822;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
&-logo {
display: flex;
justify-content: space-between;
align-items: center;
& > img {
//width: 40px;
//height: auto;
max-width: 130px !important;
max-height: 40px !important;
overflow: hidden;
}
& > .logo-label {
font-size: 18px;
color: darkgrey;
margin-left: 10px;
}
}
} }
#sidebarCollapse { #sidebarCollapse {

Loading…
Cancel
Save