-
-
![{{ lang['login_with_google'] }}](/tema1ka/svg/prijava-gmail.svg)
+
+
![{{ lang['login_with_google'] }}](/tema1ka/svg/google_logo.svg)
{{ lang['login_with_google'] }}
diff --git a/frontend/drupal9/web/themes/custom/pro1ka/css/style.css b/frontend/drupal9/web/themes/custom/pro1ka/css/style.css
index caa4cfc0d..691153e12 100644
--- a/frontend/drupal9/web/themes/custom/pro1ka/css/style.css
+++ b/frontend/drupal9/web/themes/custom/pro1ka/css/style.css
@@ -1240,10 +1240,27 @@ ul.seznam-tem {
display: flex;
flex-direction: column;
width: 300px; }
- .dva-stolpca .preko-racunov .ostale-prijave .gumb {
+ .dva-stolpca .preko-racunov .ostale-prijave .op-gumb {
margin-left: auto;
margin-right: auto;
- margin-bottom: 16px; }
+ margin-bottom: 16px;
+ color: #1e88e5;
+ border: 1px solid #1e88e5;
+ padding: 11px 7px 11px 17px;
+ background: #ffffff;
+ padding: 0.5rem 1rem;
+ max-width: 250px;
+ font-weight: 600;
+ letter-spacing: 1px;
+ cursor: pointer;
+ transition: 0.2s; }
+ .dva-stolpca .preko-racunov .ostale-prijave .op-gumb:hover {
+ background: #f8f8f8; }
+ .dva-stolpca .preko-racunov .ostale-prijave .op-gumb img {
+ height: 1.6rem;
+ width: 52px;
+ padding-right: 1rem;
+ float: left; }
.dva-stolpca .preko-racunov .ostale-prijave .aai-prijava-small {
font-size: 0.8rem;
line-height: 1.2;
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 8868a8d29..4b3d397d1 100755
--- a/frontend/drupal9/web/themes/custom/pro1ka/sass/components/_popup.scss
+++ b/frontend/drupal9/web/themes/custom/pro1ka/sass/components/_popup.scss
@@ -333,10 +333,34 @@
flex-direction: column;
width: 300px;
- .gumb{
+ .op-gumb{
margin-left: auto;
margin-right: auto;
margin-bottom: 16px;
+
+ color: #1e88e5;
+ border: 1px solid #1e88e5;
+ padding: 11px 7px 11px 17px;
+
+ background: #ffffff;
+ padding: 0.5rem 1rem;
+ max-width: 250px;
+ font-weight: 600;
+ letter-spacing: 1px;
+ cursor: pointer;
+
+ transition: 0.2s;
+
+ &:hover {
+ background: #f8f8f8;
+ }
+
+ img {
+ height: 1.6rem;
+ width: 52px;
+ padding-right: 1rem;
+ float: left;
+ }
}
.aai-prijava-small{
diff --git a/frontend/drupal9/web/themes/custom/pro1ka/svg/facebook_logo.svg b/frontend/drupal9/web/themes/custom/pro1ka/svg/facebook_logo.svg
new file mode 100644
index 000000000..e0dc0810e
--- /dev/null
+++ b/frontend/drupal9/web/themes/custom/pro1ka/svg/facebook_logo.svg
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/frontend/drupal9/web/themes/custom/pro1ka/svg/google_logo.svg b/frontend/drupal9/web/themes/custom/pro1ka/svg/google_logo.svg
new file mode 100644
index 000000000..5ad04c392
--- /dev/null
+++ b/frontend/drupal9/web/themes/custom/pro1ka/svg/google_logo.svg
@@ -0,0 +1,9 @@
+
+
\ No newline at end of file
diff --git a/frontend/drupal9/web/themes/custom/pro1ka/templates/parts/header.html.twig b/frontend/drupal9/web/themes/custom/pro1ka/templates/parts/header.html.twig
index f658d7994..2952dd0a7 100644
--- a/frontend/drupal9/web/themes/custom/pro1ka/templates/parts/header.html.twig
+++ b/frontend/drupal9/web/themes/custom/pro1ka/templates/parts/header.html.twig
@@ -70,9 +70,20 @@