mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
14 lines
202 B
Text
14 lines
202 B
Text
#V-PopupsIdentity {
|
|
|
|
max-width: 770px;
|
|
|
|
.e-signature-place {
|
|
border: 1px solid #ccc;
|
|
border-radius: var(--input-border-radius, 3px);
|
|
}
|
|
|
|
.textEmail {
|
|
margin-top: 5px;
|
|
font-weight: bold;
|
|
}
|
|
}
|