alexlcdee 8 rokov pred
rodič
commit
635fe6a516

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

@@ -9990,6 +9990,16 @@ footer .copyright .logo {
   font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
   font-size: 16px;
   margin-bottom: 5px; }
+.short-contacts__ask-button {
+  display: inline-block;
+  width: 100%;
+  margin-top: 10px;
+  text-align: center;
+  text-decoration: underline;
+  font-family: Cuprum, sans-serif;
+  padding: 7px 0;
+  color: #929292;
+  background: #ebebeb; }
 
 .index-about h2 {
   color: #3b434d;

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
src/files/css/main.css.map


+ 12 - 0
src/files/scss/_short-contacts.scss

@@ -9,4 +9,16 @@
     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;
+  }
 }

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov