From da5ef9bdcf6663e6c589c9b1b331cad7d6eeafa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Sat, 20 Aug 2022 13:10:11 +0200 Subject: [PATCH] =?UTF-8?q?urejanje-->oblika:=20splo=C5=A1ne=20teme=20styl?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/admin_new.css | 3 +-- .../admin_new/pages/survey_edit/oblika_teme.scss | 15 ++++++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/public/css/admin_new.css b/public/css/admin_new.css index d765e1dc9..6e062ad5a 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -21141,7 +21141,6 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_l display: block; clear: both; width: 100%; - margin-bottom: 15px; border: none; } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_content span.theme_name { @@ -21154,7 +21153,7 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_l justify-content: space-between; box-sizing: border-box; margin-top: 16px; - margin-bottom: 16px; + margin-bottom: 2px; } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options span.theme_name { font-weight: 600; diff --git a/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss b/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss index 10b6da24a..e11dd4523 100644 --- a/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss +++ b/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss @@ -203,7 +203,7 @@ div.page_tema { div.theme_label { width: 259px; - height: 240px; + max-height: 265px; box-sizing: border-box; background-color: $light-gray; @@ -214,17 +214,21 @@ div.page_tema { margin-bottom: 16px; .theme_label_content{ - - border-bottom: 1px solid $gray; + + max-height: 169px; // padding-bottom: 15px; box-sizing: border-box; + + button{ + padding: 0px; + } img { display: block; clear: both; width: 100%; - margin-bottom: 15px; + border: none; } @@ -244,7 +248,8 @@ div.page_tema { flex-direction: row; justify-content: space-between; box-sizing: border-box; - margin-bottom: 16px; + margin-top: 16px; + margin-bottom: 2px; span.theme_name { font-weight: 600;