fix: use correct close icon size

This commit is contained in:
Baptiste Grob
2021-02-15 16:06:47 +01:00
parent badff1568d
commit 523feff6c8
3 changed files with 6 additions and 3 deletions

View File

@@ -111,6 +111,9 @@ $screen-md-max: ($screen-lg-min - 1) !default;
margin-top: 1.25rem;
}
.p-0 {
padding: 0rem;
}
.p-5 {
padding: 1.25rem;
}