snappymail/dev/Styles/User/SettingsAccounts.less

49 lines
552 B
Plaintext
Raw Normal View History

#V-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-11-15 17:56:52 +08:00
td + td + td {
text-align: right;
2021-09-09 23:00:31 +08:00
}
2021-11-15 17:56:52 +08:00
td:first-child,
td:last-child, {
width: 1em;
}
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
}