mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-05 12:42:21 +03:00
18 lines
236 B
Text
18 lines
236 B
Text
.popups {
|
|
.b-pgp-key {
|
|
|
|
width: 620px;
|
|
|
|
.modal-header {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.inputPassphrase, .inputKey {
|
|
width: 575px;
|
|
}
|
|
|
|
.inputKey {
|
|
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
|
}
|
|
}
|
|
}
|