Merge pull request #9318 from victorhaggqvist/alert-consistent-margin-bottom

use consistent margin-bottom for all alert kinds
This commit is contained in:
Julien Pivotto 2021-09-11 00:54:02 +02:00 committed by GitHub
commit cad53e8901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,8 +135,9 @@ input[type='checkbox']:checked + label {
flex-wrap: nowrap; flex-wrap: nowrap;
} }
.alert.alert-danger { .alert {
margin-bottom: 10px; padding: 10px;
margin-bottom: .2rem;
} }
.nav-tabs .nav-link { .nav-tabs .nav-link {
@ -320,6 +321,7 @@ input[type='checkbox']:checked + label {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin-bottom: 10px; margin-bottom: 10px;
margin-top: 10px;
padding: 10px; padding: 10px;
} }