snappymail/dev/Styles/Identity.less

34 lines
355 B
Plaintext
Raw Normal View History

.popups {
.b-identity-content {
&.modal {
width: 750px;
}
.modal-header {
background-color: #fff;
}
.modal-body {
overflow: hidden;
}
.control-label {
width: 100px;
}
.controls {
margin-left: 120px;
}
.e-signature-place {
height: 300px;
}
.textEmail {
margin-top: 5px;
font-weight: bold;
}
}
}