snappymail/dev/Styles/Identity.less
djmaze b6d8fa5b3f Split admin css from app.css
Cleanup normalize and bootstrap css
Removed almost all css float
Removed CKEditor from app.css
2021-02-18 21:06:19 +01:00

23 lines
275 B
Text

#rl-popups {
.b-identity-content {
&.modal {
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;
}
}
}