snappymail/dev/Styles/OpenPgpKey.less
RainLoop Team 5ece4cc0ec OpenPGP Key Storage (Settings) (#53)
Import, Delete, Generate, View
2014-03-13 02:29:33 +04:00

21 lines
342 B
Text

.popups {
.b-open-pgp-key-view-content, .b-open-pgp-key-generate-content, .b-open-pgp-key-add-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;
}
}
}