Browse Source

changement logos rs

ouidade 1 month ago
parent
commit
96c1122e47

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu/assets/css/styles.min.css


File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu/images/linkedin.svg


+ 22 - 0
web/themes/custom/popsu/images/logo_x.svg

@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   width="268.03613"
+   height="269.48193"
+   version="1.1"
+   id="svg1"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg">
+  <defs
+     id="defs1" />
+  <ellipse
+     style="fill:#333333;fill-rule:evenodd;stroke:none;stroke-width:4.69421;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
+     id="path2"
+     cx="134.01807"
+     cy="134.74095"
+     rx="134.01807"
+     ry="134.74095" />
+  <path
+     d="m 182.04042,59.990498 h 25.37653 l -55.71807,63.441352 65.09636,86.05957 H 165.71116 L 125.7155,157.19367 79.927403,209.49142 H 54.550874 L 113.57892,141.63674 51.240878,59.990498 h 52.352912 l 36.13399,47.774082 z m -8.88177,134.605972 h 14.06741 L 96.201523,74.33374 h -15.11563 z"
+     id="path1"
+     style="fill:#ffffff;stroke-width:0.551663" />
+</svg>

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu/images/youtube.svg


+ 6 - 5
web/themes/custom/popsu/sass/pages/partials/_header_footer.scss

@@ -420,8 +420,9 @@ footer[role="contentinfo"]{
             p{
                 display: inline-block;
                 a{
-                    min-width: 3rem;
-                    min-height: 3rem;
+                    min-width: 2rem;
+                    min-height: 2rem;
+					margin-right: 0.5rem;
 
                 }
                 a[href*='twitter']{
@@ -429,21 +430,21 @@ footer[role="contentinfo"]{
                     display: block;
                     font-size: 0;
                     color: transparent;
-                    background: left / contain no-repeat url(../../images/tw.svg);
+                    background: left / contain no-repeat url(../../images/logo_x.svg);
                 }
                 a[href*='linkedin']{
                     height: 100%;
                     display: block;
                     font-size: 0;
                     color: transparent;
-                    background: left / contain no-repeat url(../../images/ln.svg);
+                    background: left / contain no-repeat url(../../images/linkedin.svg);
                 }
                 a[href*='youtube']{
                     height: 100%;
                     display: block;
                     font-size: 0;
                     color: transparent;
-                    background: left / contain no-repeat url(../../images/yt.svg);
+                    background: left / contain no-repeat url(../../images/youtube.svg);
                 }
             }
         }

Some files were not shown because too many files changed in this diff