diff --git a/frontend/drupal9/web/themes/custom/pro1ka/css/style.css b/frontend/drupal9/web/themes/custom/pro1ka/css/style.css index 65a52ac07..07ced2326 100644 --- a/frontend/drupal9/web/themes/custom/pro1ka/css/style.css +++ b/frontend/drupal9/web/themes/custom/pro1ka/css/style.css @@ -2507,31 +2507,36 @@ a { .cenik-prikaz .ostale-storitve .accordion-title-block { width: 100%; } .cenik-prikaz .ostale-storitve .accordion-title-block .accordion-title { - min-width: 60%; } + min-width: 59%; } .cenik-prikaz .ostale-storitve .accordion-title-block .accordion-title.w-70 { min-width: 70%; } .cenik-prikaz .ostale-storitve .accordion-title-block .accordion-title.title-cena { - min-width: 20%; + min-width: 22%; font-weight: 400; } .cenik-prikaz .ostale-storitve.w-70 .compare-col { text-align: right; } .cenik-prikaz .ostale-storitve.w-70 .compare-col.leftcol { text-align: left; } - .cenik-prikaz .ostale-storitve.w-70 .accordion-title-block .accordion-title { - min-width: 70%; } - .cenik-prikaz .ostale-storitve.w-70 .accordion-title-block .accordion-title.title-cena { - min-width: 20%; - font-weight: 400; - text-align: right; } + .cenik-prikaz .ostale-storitve.w-70 .accordion-title-block { + justify-content: space-between; } + .cenik-prikaz .ostale-storitve.w-70 .accordion-title-block .accordion-title { + min-width: 70%; } + .cenik-prikaz .ostale-storitve.w-70 .accordion-title-block .accordion-title.title-cena { + min-width: 20%; + font-weight: 400; + text-align: right; + padding: 0 30px; } @media screen and (max-width: 991px) { - .cenik-prikaz .ostale-storitve.w-70 .compare-col { - text-align: center; } - .cenik-prikaz .ostale-storitve .accordion-title-block .accordion-title { - min-width: 70%; } - .cenik-prikaz .ostale-storitve .accordion-title-block .accordion-title.title-cena.full_width { - width: 100%; - text-align: center; } } + .cenik-prikaz { + margin-top: 0; } + .cenik-prikaz .ostale-storitve.w-70 .compare-col { + text-align: center; } + .cenik-prikaz .ostale-storitve .accordion-title-block .accordion-title { + min-width: 70%; } + .cenik-prikaz .ostale-storitve .accordion-title-block .accordion-title.title-cena.full_width { + width: 100%; + text-align: center; } } .iskani-rezultat p { color: #333; } .iskani-rezultat h3 { @@ -6357,8 +6362,8 @@ p { padding-left: 0px; } .section { - padding-top: 40px; - padding-bottom: 40px; } + padding-top: 50px; + padding-bottom: 50px; } .section.kvs { z-index: 0; @@ -6664,8 +6669,8 @@ p { line-height: 34px; } .section { - padding-top: 20px; - padding-bottom: 20px; } + padding-top: 40px; + padding-bottom: 40px; } .section.topmargin { padding-top: 20px; } diff --git a/frontend/drupal9/web/themes/custom/pro1ka/sass/bolaric/1ka.scss b/frontend/drupal9/web/themes/custom/pro1ka/sass/bolaric/1ka.scss index 66a403fa4..a57aae41b 100644 --- a/frontend/drupal9/web/themes/custom/pro1ka/sass/bolaric/1ka.scss +++ b/frontend/drupal9/web/themes/custom/pro1ka/sass/bolaric/1ka.scss @@ -2349,8 +2349,8 @@ p { } .section { - padding-top: 40px; - padding-bottom: 40px; + padding-top: 50px; + padding-bottom: 50px; } .section.kvs { @@ -2726,9 +2726,9 @@ p { } .section { - padding-top: 20px; - padding-bottom: 20px; - } + padding-top: 40px; + padding-bottom: 40px; + } .section.topmargin { padding-top: 20px; diff --git a/frontend/drupal9/web/themes/custom/pro1ka/sass/pages/cenik.scss b/frontend/drupal9/web/themes/custom/pro1ka/sass/pages/cenik.scss index 7de82dfc8..b63da445f 100644 --- a/frontend/drupal9/web/themes/custom/pro1ka/sass/pages/cenik.scss +++ b/frontend/drupal9/web/themes/custom/pro1ka/sass/pages/cenik.scss @@ -29,14 +29,14 @@ width: 100%; .accordion-title { - min-width: 60%; + min-width: 59%; &.w-70 { min-width: 70%; } &.title-cena { - min-width: 20%; + min-width: 22%; font-weight: 400; } } @@ -53,6 +53,8 @@ } .accordion-title-block { + justify-content: space-between; + .accordion-title { min-width: 70%; @@ -60,6 +62,7 @@ min-width: 20%; font-weight: 400; text-align: right; + padding: 0 30px; } } } @@ -72,6 +75,8 @@ @media screen and (max-width: 991px) { .cenik-prikaz { + margin-top: 0; + .ostale-storitve { &.w-70 { .compare-col {