mirror of https://github.com/zulip/zulip.git
modal: Set margin-bottom to 10px.
Bootstrap sets the margin-bottom to 20px for alert classes, which is too much for our needs.
This commit is contained in:
parent
f194ffbee8
commit
3b5b98c8f9
|
@ -144,6 +144,10 @@
|
||||||
color: hsl(0, 0%, 100%) !important;
|
color: hsl(0, 0%, 100%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#dialog_error {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes mmfadeIn {
|
@keyframes mmfadeIn {
|
||||||
from {
|
from {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
Loading…
Reference in New Issue