snappymail/dev/Styles/Identity.less

36 lines
408 B
Text
Raw Normal View History

#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;
}
}
}