From 374d97664bd8184e7d51c48a429990f09274352f Mon Sep 17 00:00:00 2001 From: rem42 Date: Mon, 9 Feb 2026 23:58:13 +0100 Subject: [PATCH 1/3] fix: alert component styles and structure from sylius --- .../assets/styles/_alert.scss | 6 --- .../crud/common/content/flashes.html.twig | 40 +++++++++---------- 2 files changed, 18 insertions(+), 28 deletions(-) diff --git a/src/BootstrapAdminUi/assets/styles/_alert.scss b/src/BootstrapAdminUi/assets/styles/_alert.scss index d5573a82a..65e27c767 100644 --- a/src/BootstrapAdminUi/assets/styles/_alert.scss +++ b/src/BootstrapAdminUi/assets/styles/_alert.scss @@ -6,9 +6,3 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ - -.sylius { - &.alert { - background-color: #fff; - } -} diff --git a/src/BootstrapAdminUi/templates/shared/crud/common/content/flashes.html.twig b/src/BootstrapAdminUi/templates/shared/crud/common/content/flashes.html.twig index f09828128..6dd3648e5 100644 --- a/src/BootstrapAdminUi/templates/shared/crud/common/content/flashes.html.twig +++ b/src/BootstrapAdminUi/templates/shared/crud/common/content/flashes.html.twig @@ -12,34 +12,30 @@ {% for type in ['success', 'error', 'info', 'warning'] %} {% for flash in session.flashbag.get(type) %}