mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 04:04:50 +08:00
dcc486a114
Fix inputosaurus fake span width detection Add Esc trigger to all popups (#29) Many minor fixes
20 lines
204 B
Text
20 lines
204 B
Text
.popups {
|
|
.b-ask-content {
|
|
|
|
&.modal {
|
|
z-index: 10000;
|
|
}
|
|
|
|
.modal-header {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.modal-body {
|
|
text-align: center;
|
|
}
|
|
|
|
.desc-place {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
}
|