snappymail/dev/Styles/OpenPgpKey.less

145 lines
1.8 KiB
Text
Raw Normal View History

2021-03-09 00:23:21 +08:00
.b-open-pgp-key-view-content, .b-open-pgp-key-generate-content {
&.modal {
width: 570px;
}
2021-03-09 00:23:21 +08:00
}
2021-03-09 21:50:09 +08:00
.b-open-pgp-key-view-content {
2021-03-09 00:23:21 +08:00
.key-viewer {
max-height: 500px;
overflow: auto;
}
}
2015-07-30 01:21:24 +08:00
2021-03-09 00:23:21 +08:00
.b-compose-open-pgp-content {
&.modal {
width: 800px;
}
2015-07-30 01:21:24 +08:00
2021-03-09 00:23:21 +08:00
.key-list {
2015-07-30 01:21:24 +08:00
2021-03-09 00:23:21 +08:00
background-color: #f9f9f9;
border-radius: 5px;
padding: 10px 15px;
2021-03-09 00:23:21 +08:00
&-wrp {
2021-03-09 00:23:21 +08:00
&:hover {
overflow: auto;
2015-07-30 01:21:24 +08:00
}
2021-03-09 00:23:21 +08:00
&:hover .key-list__item-name {
overflow: visible;
}
2015-07-30 01:21:24 +08:00
2021-03-09 00:23:21 +08:00
&.empty {
text-align: center;
padding-top: 10px;
color: #aaa;
font-size: 16px;
}
}
2021-03-09 00:23:21 +08:00
&__item {
2015-07-30 01:21:24 +08:00
2021-03-09 00:23:21 +08:00
color: #333;
white-space: nowrap;
padding-bottom: 4px;
display: flex;
2016-04-07 20:07:19 +08:00
2021-03-09 00:23:21 +08:00
&:last-child {
padding-bottom: 0;
}
2015-07-30 01:21:24 +08:00
2021-03-09 00:23:21 +08:00
&-delete {
cursor: pointer;
2015-07-30 01:21:24 +08:00
2021-03-09 00:23:21 +08:00
&.disabled {
cursor: not-allowed;
2015-07-30 01:21:24 +08:00
}
2021-03-09 00:23:21 +08:00
}
2015-07-30 01:21:24 +08:00
2021-03-09 00:23:21 +08:00
&-names {
color: #333;
width: 80%;
2021-03-09 00:23:21 +08:00
&.empty {
2015-07-30 01:21:24 +08:00
color: red;
}
2021-03-09 00:23:21 +08:00
}
2015-07-30 01:21:24 +08:00
2021-03-09 00:23:21 +08:00
&-name {
overflow: hidden;
text-overflow: ellipsis;
2015-07-30 01:21:24 +08:00
}
2021-03-09 00:23:21 +08:00
&-error {
color: red;
width: 80%;
}
2021-03-09 00:23:21 +08:00
&-hash {
color: #aaa;
width: 20%;
}
2015-07-30 01:21:24 +08:00
}
}
2021-03-09 00:23:21 +08:00
.key-actions {
margin-top: 10px;
min-height: 40px;
2021-03-09 21:50:09 +08:00
select option:nth-child(even) {
background-color: rgba(128, 128, 128, 0.1);
}
2021-03-09 00:23:21 +08:00
}
}
2021-03-09 00:23:21 +08:00
.b-message-open-pgp-content {
&.modal {
width: 700px;
}
2021-03-09 00:23:21 +08:00
.key-list {
2021-03-09 00:23:21 +08:00
margin-top: 5px;
overflow: hidden;
2021-03-09 00:23:21 +08:00
&__item {
2021-03-09 00:23:21 +08:00
color: #555;
cursor: pointer;
text-overflow: ellipsis;
white-space: nowrap;
2021-03-09 00:23:21 +08:00
&__radio {
padding: 3px 5px 0 0;
vertical-align: top;
}
2021-03-09 00:23:21 +08:00
&__name {
border-bottom: 1px solid transparent;
}
&__names {
display: inline-block;
2016-04-07 20:07:19 +08:00
2021-03-09 00:23:21 +08:00
&:hover .key-list__item__name {
border-bottom: 1px dashed #555;
}
}
}
}
2021-03-09 00:23:21 +08:00
}
2015-09-22 02:07:27 +08:00
2021-03-09 00:23:21 +08:00
.b-open-pgp-key-add-content {
&.modal {
width: 645px;
2021-03-09 21:50:09 +08:00
}
.inputKey {
font-family: var(--fontMono);
width: 600px;
2015-09-22 02:07:27 +08:00
}
}