mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 04:04:50 +08:00
21 lines
204 B
Text
21 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;
|
||
|
}
|
||
|
}
|
||
|
}
|