mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-04 05:52:44 +08:00
57 lines
790 B
Text
57 lines
790 B
Text
|
|
.b-settings-accounts {
|
|
|
|
.list-table {
|
|
|
|
.account-img, .identity-img {
|
|
font-size: 12px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.account-name {
|
|
display: inline-block;
|
|
word-break: break-all;
|
|
box-sizing: border-box;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.identity-default {
|
|
cursor: pointer;
|
|
color: #ccc;
|
|
}
|
|
|
|
.identity-name {
|
|
display: inline-block;
|
|
word-break: break-all;
|
|
box-sizing: border-box;
|
|
line-height: 22px;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
.accounts-list-top-padding, .identities-list-top-padding {
|
|
display: inline-block;
|
|
height: 5px;
|
|
width: 5px;
|
|
}
|
|
|
|
.account-item {
|
|
|
|
white-space: nowrap;
|
|
|
|
.delete-account {
|
|
cursor: pointer;
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
|
|
.identity-item {
|
|
|
|
white-space: nowrap;
|
|
|
|
.delete-identity {
|
|
cursor: pointer;
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
}
|