snappymail/dev/Styles/SettingsAccounts.less

58 lines
790 B
Plaintext
Raw Normal View History

.b-settings-accounts {
.list-table {
.account-img, .identity-img {
font-size: 12px;
margin-right: 5px;
}
.account-name {
display: inline-block;
word-break: break-all;
2014-08-28 23:27:30 +08:00
box-sizing: border-box;
line-height: 22px;
}
2015-02-19 03:52:52 +08:00
.identity-default {
cursor: pointer;
color: #ccc;
}
2015-07-06 02:06:19 +08:00
.identity-name {
display: inline-block;
word-break: break-all;
box-sizing: border-box;
line-height: 22px;
cursor: pointer;
}
}
2015-07-06 02:06:19 +08:00
.accounts-list-top-padding, .identities-list-top-padding {
display: inline-block;
height: 5px;
width: 5px;
}
.account-item {
2016-05-01 09:07:10 +08:00
white-space: nowrap;
.delete-account {
cursor: pointer;
2014-08-28 23:27:30 +08:00
opacity: 0.5;
}
}
.identity-item {
2016-05-01 09:07:10 +08:00
white-space: nowrap;
.delete-identity {
cursor: pointer;
opacity: 0.5;
}
}
2020-09-12 19:57:09 +08:00
}