snappymail/dev/Styles/Ask.less
RainLoop Team dcc486a114 New Ask popup
Fix inputosaurus fake span width detection
Add Esc trigger to all popups (#29)
Many minor fixes
2013-12-14 03:27:12 +04:00

21 lines
204 B
Plaintext

.popups {
.b-ask-content {
&.modal {
z-index: 10000;
}
.modal-header {
background-color: #fff;
}
.modal-body {
text-align: center;
}
.desc-place {
font-size: 18px;
}
}
}