Sfoglia il codice sorgente

кнопка инстаграма

anatoly 6 anni fa
parent
commit
0d6c32c961
3 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  1. 6 0
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 8 0
      src/files/scss/_base-style.scss

+ 6 - 0
src/files/css/main.css

@@ -6863,6 +6863,12 @@ header .menu-mobile ul li a:hover {
 .soc .tw:hover {
   background: url(../img/style/soc-twitter-hover.png); }
 
+.soc .insta {
+  background: url(../img/style/soc-insta.png); }
+
+.soc .insta:hover {
+  background: url(../img/style/soc-insta-hover.png); }
+
 .main-container .col-lg-10 {
   width: 80%; }
 

File diff suppressed because it is too large
+ 0 - 0
src/files/css/main.css.map


+ 8 - 0
src/files/scss/_base-style.scss

@@ -358,6 +358,14 @@ header .menu-mobile ul li a:hover {
     background: url(../img/style/soc-twitter-hover.png)
 }
 
+.soc .insta {
+    background: url(../img/style/soc-insta.png)
+}
+
+.soc .insta:hover {
+    background: url(../img/style/soc-insta-hover.png)
+}
+
 .main-container .col-lg-10 {
     width: 80%;
 }

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