diff --git a/install/css/styles.scss b/install/css/styles.scss index fc7786034..b3aa982ed 100644 --- a/install/css/styles.scss +++ b/install/css/styles.scss @@ -258,18 +258,12 @@ form { display: flex; flex-direction: row; justify-content: end; + padding: 0 0 6px; } .db-basic-config-notice { - display: flex; - margin-top: 10px; - font-size: 12px; - font-weight: bold; - color: $cRed; - - span { - padding: 10px; - } + margin-bottom: 0; + background: none; } } @@ -330,6 +324,27 @@ form { } + .db-basic-config-notice { + display: flex; + background: $boxBackground; + margin-bottom: 10px; + font-size: 12px; + font-weight: normal; + + ul { + margin-bottom: 0; + } + + span { + color: $cBlack; + padding: 10px; + &.danger { + font-weight: bold; + color: $cRed; + } + } + } + } .installation-successful { diff --git a/install/index.html b/install/index.html index 5f8f9c5aa..199447ef3 100644 --- a/install/index.html +++ b/install/index.html @@ -34,11 +34,11 @@
There was an error during the installation process.