mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-31 03:52:01 +08:00
19 lines
236 B
Text
19 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;
|
||
|
}
|
||
|
}
|
||
|
}
|