diff --git a/admin/survey/classes/class.SurveyTheme.php b/admin/survey/classes/class.SurveyTheme.php index 3b210f76e..38f4f830c 100644 --- a/admin/survey/classes/class.SurveyTheme.php +++ b/admin/survey/classes/class.SurveyTheme.php @@ -179,6 +179,7 @@ class SurveyTheme { $groupId = 0; echo '
'; + echo ''; echo '
'; $this->displayGroupSelector($groupId); @@ -372,7 +373,10 @@ class SurveyTheme { echo ''; echo '
'; - echo ''; + echo ''; echo '
'; @@ -424,7 +428,7 @@ class SurveyTheme { //Gumbi echo '
'; - echo ''; + echo ''; echo '
'; @@ -600,7 +604,7 @@ class SurveyTheme { echo '
'; - echo ''; + echo ''; echo '
'; @@ -660,7 +664,7 @@ class SurveyTheme { //Gumbi echo '
'; - echo ''; + echo ''; echo '
'; diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 02e7d0713..04c07a92e 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -20970,6 +20970,13 @@ textarea#addusers, textarea#addusers_note { display: none; } +i { + font-size: 16px; + font-weight: 600; + color: #1e88e5; + vertical-align: bottom; +} + div.page_tema h2 { font-size: 24px; margin-top: 32px; @@ -21134,7 +21141,7 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_l } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_content span.theme_name { font-weight: 600; - font-weight: 500; + font-weight: 600; } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options { display: flex; @@ -21144,9 +21151,9 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_l margin-bottom: 16px; } div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options span.theme_name { - font-weight: 500; + font-weight: 600; text-transform: uppercase; - font-size: 14px; + font-size: 16px; display: flex; align-items: center; } 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 5ac13b6f0..37df5f198 100644 --- a/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss +++ b/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss @@ -2,6 +2,14 @@ display: none; } +i{ + font-size: 16px; + font-weight: 600; + color: #1e88e5; + + vertical-align: bottom; +} + // Oblika - prva stran, meni s temami @@ -228,7 +236,7 @@ div.page_tema { font-weight: $semi-bold; // font-family: 'Roboto'; - font-weight: 500; + font-weight: 600; } @@ -242,10 +250,9 @@ div.page_tema { margin-bottom: 16px; span.theme_name { - font-weight: 500; + font-weight: 600; text-transform: uppercase; - // font-family: 'Roboto'; - font-size: 14px; + font-size: 16px; display: flex; align-items: center;