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:
Ganesh Pawar 2021-11-23 22:13:56 +05:30 committed by Tim Abbott
parent f194ffbee8
commit 3b5b98c8f9
1 changed files with 4 additions and 0 deletions

View File

@ -144,6 +144,10 @@
color: hsl(0, 0%, 100%) !important;
}
#dialog_error {
margin-bottom: 10px;
}
@keyframes mmfadeIn {
from {
opacity: 0;