diff --git a/dist/css/components/project_installer.css b/dist/css/components/project_installer.css index 34e1bfb8..4cdd5f53 100644 --- a/dist/css/components/project_installer.css +++ b/dist/css/components/project_installer.css @@ -1,10 +1,10 @@ /* Project Installer */ -.installer-browser .installer-browser-block { +.installer-browser .installer-browser-region .installer-browser-block { background-color: transparent; } -.installer-browser .installer-browser-block h2 { +.installer-browser .installer-browser-region .installer-browser-block h2 { border-radius: var(--gin-border-m); background-color: var(--gin-bg-header); } diff --git a/styles/components/project_installer.scss b/styles/components/project_installer.scss index 3e5539c7..b388f676 100644 --- a/styles/components/project_installer.scss +++ b/styles/components/project_installer.scss @@ -1,6 +1,6 @@ /* Project Installer */ -.installer-browser .installer-browser-block { +.installer-browser .installer-browser-region .installer-browser-block { background-color: transparent; h2 { border-radius: var(--gin-border-m);