diff --git a/src/BootstrapAdminUi/assets/styles/_alert.scss b/src/BootstrapAdminUi/assets/styles/_alert.scss index d5573a82..65e27c76 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/public/app.css b/src/BootstrapAdminUi/public/app.css index d8f04462..fcb1f7ed 100644 --- a/src/BootstrapAdminUi/public/app.css +++ b/src/BootstrapAdminUi/public/app.css @@ -34,7 +34,7 @@ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. - */.sylius.alert{background-color:#fff}/*! + *//*! * This file is part of the Sylius package. * * (c) Sylius Sp. z o.o. diff --git a/src/BootstrapAdminUi/public/app.rtl.css b/src/BootstrapAdminUi/public/app.rtl.css index 08fbbd78..a17481f7 100644 --- a/src/BootstrapAdminUi/public/app.rtl.css +++ b/src/BootstrapAdminUi/public/app.rtl.css @@ -34,7 +34,7 @@ * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. - */.sylius.alert{background-color:#fff}/*! + *//*! * This file is part of the Sylius package. * * (c) Sylius Sp. z o.o. 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 f0982812..6dd3648e 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) %}