snappymail/dev/Styles/Identity.less
djmaze efcefbaf78 Cleanup CSS and drop bMobileDevice detection.
Touch devices can be any size and can use (bluetooth/usb-c mouse/keyboard) these days.
It's all about pixels and currently if the mode is mobile/no-mobile (this can be improved later).
2020-09-30 12:31:34 +02:00

36 lines
408 B
Plaintext

#rl-popups {
.b-identity-content {
&.modal {
width: 800px;
}
.modal-header {
background-color: #fff;
}
.modal-body {
overflow: hidden;
}
.control-label {
width: 100px;
}
.controls {
margin-left: 120px;
}
.e-signature-place {
border: 1px solid #ccc;
border-radius: 3px;
height: 200px;
}
.textEmail {
margin-top: 5px;
font-weight: bold;
}
}
}