mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user