mirror of
https://github.com/RainLoop/rainloop-webmail.git
synced 2026-02-01 11:34:25 +01:00
34 lines
355 B
Plaintext
34 lines
355 B
Plaintext
.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: 200px;
|
|
}
|
|
|
|
.textEmail {
|
|
margin-top: 5px;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|