FIX: alerts last-child

This commit is contained in:
Tony Air 2024-03-12 18:31:11 +02:00
parent 0a426a73f3
commit c51234d57a
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate-react",
"version": "5.3.1",
"version": "5.3.2",
"description": "This UI Kit allows you to build Bootstrap 5 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",
"author": "Tony Air <tony@twma.pro>",
"license": "BSD-2-Clause",

View File

@ -32,4 +32,8 @@
.alert-bad,
.alert-error {
@extend .alert-danger;
}
}
.alert:last-child {
margin-bottom: 0;
}