jeter20131220 3 years ago
parent
commit
38f2b58a2b
3 changed files with 21 additions and 0 deletions
  1. 12 0
      style.css
  2. 0 0
      style.css.map
  3. 9 0
      style.scss

+ 12 - 0
style.css

@@ -2390,6 +2390,11 @@ body #btn-a #mobile-btn {
   font-weight: 900;
 }
 
+#information #information-form #form-card .contact-form .btn:hover {
+  background: #a9d0c5;
+  color: #fff;
+}
+
 #information #map {
   border: 1px solid rgba(0, 0, 0, 0.3);
   border-radius: 10px;
@@ -2514,6 +2519,13 @@ body #btn-a #mobile-btn {
   border: 3px solid #a9d0c5;
   font-size: 1.2rem;
   letter-spacing: 1px;
+  -webkit-transition: 0.3s;
+  transition: 0.3s;
+}
+
+#information-mobile #mobile-form #form-card .contact-form2 .btn:hover {
+  background: #a9d0c5;
+  color: #fff;
 }
 
 #information-mobile #map {

File diff suppressed because it is too large
+ 0 - 0
style.css.map


+ 9 - 0
style.scss

@@ -1456,6 +1456,10 @@ body {
                     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
                     border: 2px solid #a9d0c5;
                     font-weight: 900;
+                    &:hover{
+                        background: #a9d0c5;
+                        color:#fff;
+                    }
                 }
             }
         }
@@ -1561,6 +1565,11 @@ body {
                     border: 3px solid #a9d0c5;
                     font-size: 1.2rem;
                     letter-spacing: 1px;
+                    transition: 0.3s;
+                    &:hover{
+                        background: #a9d0c5;
+                        color:#fff;
+                    }
                 }
             }
         }

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