mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-11 01:23:43 +08:00
21 lines
371 B
Text
21 lines
371 B
Text
.popups {
|
|
.b-open-pgp-key-view-content, .b-open-pgp-key-generate-content, .b-open-pgp-key-add-content, .b-compose-open-pgp-content {
|
|
|
|
.modal-header {
|
|
background-color: #fff;
|
|
}
|
|
|
|
&.modal {
|
|
width: 570px;
|
|
}
|
|
|
|
.inputKey {
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
}
|
|
|
|
.key-viewer {
|
|
max-height: 500px;
|
|
overflow: auto;
|
|
}
|
|
}
|
|
}
|