mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 04:04:50 +08:00
844afadd6f
demo-plugin TemproryApcStorage
33 lines
355 B
Text
33 lines
355 B
Text
.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;
|
|
}
|
|
}
|
|
}
|