alexlcdee 8 роки тому
батько
коміт
e5cb12bb19

+ 4 - 1
src/files/css/main.css

@@ -9996,10 +9996,13 @@ footer .copyright .logo {
   margin-top: 10px;
   text-align: center;
   text-decoration: underline;
-  font-family: Cuprum, sans-serif;
+  font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
   padding: 7px 0;
   color: #929292;
   background: #ebebeb; }
+  .short-contacts__ask-button:hover {
+    background: #004d7b;
+    color: #fff; }
 
 .index-about h2 {
   color: #3b434d;

Різницю між файлами не показано, бо вона завелика
+ 0 - 0
src/files/css/main.css.map


+ 26 - 21
src/files/scss/_short-contacts.scss

@@ -1,24 +1,29 @@
 .short-contacts {
-  &__key {
-    font-family: $fontcuprum;
-    color: #929292;
-    font-size: 14px;
-  }
-  &__value {
-    font-family: $fontcuprum;
-    font-size: 16px;
-    margin-bottom: 5px;
-  }
+    &__key {
+        font-family: $fontcuprum;
+        color: #929292;
+        font-size: 14px;
+    }
+    &__value {
+        font-family: $fontcuprum;
+        font-size: 16px;
+        margin-bottom: 5px;
+    }
 
-  &__ask-button {
-    display: inline-block;
-    width: 100%;
-    margin-top: 10px;
-    text-align: center;
-    text-decoration: underline;
-    font-family: $fontcuprum;
-    padding: 7px 0;
-    color: #929292;
-    background: #ebebeb;
-  }
+    &__ask-button {
+        display: inline-block;
+        width: 100%;
+        margin-top: 10px;
+        text-align: center;
+        text-decoration: underline;
+        font-family: $fontcuprum;
+        padding: 7px 0;
+        color: #929292;
+        background: #ebebeb;
+
+        &:hover {
+            background: #004d7b;
+            color: #fff;
+        }
+    }
 }

Деякі файли не було показано, через те що забагато файлів було змінено