mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-08 07:48:02 +08:00
6170de5aee
https://snappymail.eu/demo/ updated for testing
19 lines
230 B
Text
19 lines
230 B
Text
#V-PopupsIdentity {
|
|
|
|
max-width: 770px;
|
|
|
|
.modal-body {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.e-signature-place {
|
|
border: 1px solid #ccc;
|
|
border-radius: 3px;
|
|
height: 200px;
|
|
}
|
|
|
|
.textEmail {
|
|
margin-top: 5px;
|
|
font-weight: bold;
|
|
}
|
|
}
|