mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 15:27:43 +08:00
33 lines
358 B
Text
33 lines
358 B
Text
#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 {
|
|
height: 200px;
|
|
}
|
|
|
|
.textEmail {
|
|
margin-top: 5px;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|