Bladeren bron

ask button

alexlcdee 8 jaren geleden
bovenliggende
commit
e5cb12bb19
3 gewijzigde bestanden met toevoegingen van 30 en 22 verwijderingen
  1. 4 1
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 26 21
      src/files/scss/_short-contacts.scss

+ 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;

File diff suppressed because it is too large
+ 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;
+        }
+    }
 }

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