Fix alert resizing

This commit is contained in:
Michael Shamoon
2021-01-26 09:50:48 -08:00
parent 532a3d955c
commit 55584a6a87
2 changed files with 7 additions and 7 deletions

View File

@@ -8,17 +8,17 @@ form {
position: relative;
}
.alert {
transition: all 0.2s ease;
}
.alert-heading {
font-size: 80%;
font-weight: bold;
}
.btn-sm {
.btn-open {
line-height: 1;
svg {
margin-top: -1px;
}
}
.dismiss-all {