snappymail/dev/Styles/User/SettingsAccounts.less

48 lines
522 B
Plaintext
Raw Normal View History

.b-settings-accounts {
2021-09-09 23:00:31 +08:00
.account-name {
2015-07-06 02:06:19 +08:00
display: inline-block;
2021-09-09 23:00:31 +08:00
word-break: break-all;
2015-07-06 02:06:19 +08:00
}
2021-09-09 23:00:31 +08:00
.identity-default {
cursor: pointer;
color: #ccc;
}
2016-05-01 09:07:10 +08:00
2021-09-09 23:00:31 +08:00
.identity-name {
display: inline-block;
word-break: break-all;
cursor: pointer;
}
2021-09-09 23:00:31 +08:00
table {
margin-top: 1em;
}
2021-09-09 23:00:31 +08:00
tr {
2016-05-01 09:07:10 +08:00
white-space: nowrap;
2021-09-09 23:00:31 +08:00
}
2016-05-01 09:07:10 +08:00
2021-09-09 23:00:31 +08:00
td + td {
width: 150px;
}
td + td + td {
width: 1%;
}
2021-09-09 23:00:31 +08:00
.delete {
cursor: pointer;
opacity: 0.5;
}
.identity-default::before {
content: '(';
}
.identity-default::after {
content: ')';
}
2020-09-12 19:57:09 +08:00
}