From e444154866fff3b3e5b55da446f99920572e9a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Fri, 6 May 2022 10:59:50 +0100 Subject: [PATCH] Apply styles to home sotice alert --- customize.dist/src/less2/pages/page-index.less | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/customize.dist/src/less2/pages/page-index.less b/customize.dist/src/less2/pages/page-index.less index 53e76c67d..6c7097668 100644 --- a/customize.dist/src/less2/pages/page-index.less +++ b/customize.dist/src/less2/pages/page-index.less @@ -11,16 +11,18 @@ justify-content: space-between; align-items: center; + .alert-info { + font-size: 16px; + background-color: @cp_alerts-info-bg; + color: @cp_alerts-info-text; + } + & > .cp-container { flex: 1; display: flex; flex-flow: column; justify-content: space-around; justify-content: space-evenly; - .alert-info { - font-size: 16px; - border-radius: 0px; - } } } body {