diff --git a/frontend/drupal9/web/themes/custom/pro1ka/css/style.css b/frontend/drupal9/web/themes/custom/pro1ka/css/style.css index 735a6d3a3..0f69f8fc6 100644 --- a/frontend/drupal9/web/themes/custom/pro1ka/css/style.css +++ b/frontend/drupal9/web/themes/custom/pro1ka/css/style.css @@ -917,10 +917,15 @@ body { padding-left: 25px; -webkit-box-flex: 1; -webkit-flex: 1; - -ms-flex: 1; } + -ms-flex: 1; + min-width: 200px; } .stolpec-4.logotipi img { height: 60px; - margin: 0.75rem 0; } + margin: 0.75rem 0; + margin-right: 20px; } + .stolpec-4.logotipi img.fdv { + width: 214px; + height: auto; } .stolpec-4 .fotter-ico { width: 40px; height: 40px; } @@ -1242,14 +1247,13 @@ ul.seznam-tem { font-weight: 600; margin-bottom: 14px; } .dva-stolpca .preko-racunov { - border-left: 1px solid #d1d1d1; } + border-left: 1px solid #d1d1d1; + width: 100%; } .dva-stolpca .preko-racunov .ostale-prijave { display: flex; - flex-direction: column; - width: 300px; } + flex-direction: column; } .dva-stolpca .preko-racunov .ostale-prijave .op-gumb { - margin-left: auto; - margin-right: auto; + margin-left: 25px; margin-bottom: 16px; text-transform: uppercase; color: #1e88e5; @@ -1298,10 +1302,12 @@ ul.seznam-tem { padding-right: 1rem; float: left; } .dva-stolpca .registracija { - padding-right: 1rem; } + padding-right: 1rem; + min-width: 310px; } .dva-stolpca .prijava.forma { padding-right: 1rem; - width: 100%; } + width: 100%; + min-width: 300px; } .dva-stolpca .error-message { background: rgba(255, 0, 0, 0.1); padding: 0.25rem 0.75rem; @@ -2592,6 +2598,8 @@ ol { .w-list-unstyled { padding-left: 0; list-style: none; } + .w-list-unstyled .w-list-unstyled { + padding-left: 20px !important; } .w-embed:before, .w-embed:after { @@ -4391,6 +4399,10 @@ p { -webkit-flex: 0 0 33.3333%; -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; } + .col._4-12-12-12 p { + flex-grow: 1; } + .col._4-12-12-12 .buttons-row { + margin-top: 30px; } .col._6-12-12-12 { -webkit-box-flex: 0; @@ -4429,6 +4441,13 @@ p { -webkit-flex: 0 25%; -ms-flex: 0 25%; flex: 0 25%; } + .col._3-6-6-12 .center { + display: flex; + flex-direction: column; } + .col._3-6-6-12 .center p { + flex-grow: 1; } + .col._3-6-6-12 .center .buttons-row { + margin-top: 20px; } .col._6-6-6-12 { -webkit-box-flex: 0; diff --git a/frontend/drupal9/web/themes/custom/pro1ka/sass/bacis/frontpage.scss b/frontend/drupal9/web/themes/custom/pro1ka/sass/bacis/frontpage.scss index 4ca499857..5d5f54d4a 100644 --- a/frontend/drupal9/web/themes/custom/pro1ka/sass/bacis/frontpage.scss +++ b/frontend/drupal9/web/themes/custom/pro1ka/sass/bacis/frontpage.scss @@ -510,11 +510,18 @@ -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; + min-width: 200px; &.logotipi{ img{ height: 60px; margin: 0.75rem 0; + margin-right: 20px; + + &.fdv{ + width: 214px; + height: auto; + } } } 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 1ff1be974..a2a2ea0a8 100644 --- a/frontend/drupal9/web/themes/custom/pro1ka/sass/bolaric/1ka.scss +++ b/frontend/drupal9/web/themes/custom/pro1ka/sass/bolaric/1ka.scss @@ -307,6 +307,14 @@ p { -webkit-flex: 0 0 33.3333%; -ms-flex: 0 0 33.3333%; flex: 0 0 33.3333%; + + p{ + flex-grow: 1; + } + + .buttons-row{ + margin-top: 30px; + } } .col._6-12-12-12 { @@ -351,6 +359,19 @@ p { -webkit-flex: 0 25%; -ms-flex: 0 25%; flex: 0 25%; + + .center{ + display: flex; + flex-direction: column; + + p{ + flex-grow: 1; + } + + .buttons-row{ + margin-top: 20px; + } + } } .col._6-6-6-12 { diff --git a/frontend/drupal9/web/themes/custom/pro1ka/sass/bolaric/components.scss b/frontend/drupal9/web/themes/custom/pro1ka/sass/bolaric/components.scss index 702909516..c1e006aa1 100644 --- a/frontend/drupal9/web/themes/custom/pro1ka/sass/bolaric/components.scss +++ b/frontend/drupal9/web/themes/custom/pro1ka/sass/bolaric/components.scss @@ -264,6 +264,10 @@ ol { .w-list-unstyled { padding-left: 0; list-style: none; + + .w-list-unstyled{ + padding-left: 20px !important; + } } .w-embed:before, .w-embed:after { diff --git a/frontend/drupal9/web/themes/custom/pro1ka/sass/components/_popup.scss b/frontend/drupal9/web/themes/custom/pro1ka/sass/components/_popup.scss index 0fed3c0a8..b7d897364 100755 --- a/frontend/drupal9/web/themes/custom/pro1ka/sass/components/_popup.scss +++ b/frontend/drupal9/web/themes/custom/pro1ka/sass/components/_popup.scss @@ -334,15 +334,14 @@ .preko-racunov { //padding-left: 1rem; border-left: 1px solid #d1d1d1; + width: 100%; .ostale-prijave { display: flex; flex-direction: column; - width: 300px; .op-gumb{ - margin-left: auto; - margin-right: auto; + margin-left: 25px; margin-bottom: 16px; text-transform: uppercase; @@ -419,11 +418,13 @@ .registracija { padding-right: 1rem; + min-width: 310px; } .prijava.forma { padding-right: 1rem; width: 100%; + min-width: 300px; } .error-message { diff --git a/frontend/drupal9/web/themes/custom/pro1ka/svg/1ka_logo_en.svg b/frontend/drupal9/web/themes/custom/pro1ka/svg/1ka_logo_en.svg index 6f616038a..81b977266 100755 --- a/frontend/drupal9/web/themes/custom/pro1ka/svg/1ka_logo_en.svg +++ b/frontend/drupal9/web/themes/custom/pro1ka/svg/1ka_logo_en.svg @@ -1,32 +1,26 @@ - - -