You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
978 B
Plaintext
67 lines
978 B
Plaintext
@import '~themes/default.less';
|
|
|
|
.menu {
|
|
width: 180px;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
|
|
.username{
|
|
padding: 10px;
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
|
|
.overlay {
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.btn {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.item {
|
|
border-radius: 4px;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
padding: 5px;
|
|
height: 48px;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
.logo {
|
|
border-radius: 4px;
|
|
flex: 0 0 auto;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.content {
|
|
flex: 1 1 auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-wrap: nowrap;
|
|
justify-content: space-between;
|
|
padding: 5px;
|
|
|
|
.label {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
.title {
|
|
flex: 1 1 auto;
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
display: flex;
|
|
align-items: center;
|
|
span {
|
|
cursor: pointer;
|
|
padding: 10px;
|
|
}
|
|
}
|
|
}
|