mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08: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;
|
|
}
|
|
}
|
|
}
|