#45 кнопка обратиться к руководителю

Scalone
anatoly scala 1 commity/ów z medgis/anatoly do medgis/master 6 lat temu

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

@@ -7610,6 +7610,21 @@ footer .copyright .logo {
   color: #fff;
   background: #004d7b; }
 
+.contacts-container .center-content .to-doctors .petition-button {
+  display: inline-block;
+  width: 100%;
+  margin-top: 10px;
+  text-align: center;
+  text-decoration: underline;
+  font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
+  padding: 7px 0;
+  color: #929292;
+  background: #ebebeb; }
+
+.contacts-container .center-content .to-doctors .petition-button:hover {
+  color: #fff;
+  background: #004d7b; }
+
 /*
 .contacts-container .center-content .*/
 /*CONTACTS PAGE END*/

Plik diff jest za duży
+ 0 - 0
src/files/css/main.css.map


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

@@ -1249,6 +1249,23 @@ footer .copyright .logo {
 
 }
 
+.contacts-container .center-content .to-doctors .petition-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;
+}
+
+.contacts-container .center-content .to-doctors .petition-button:hover {
+    color: #fff;
+    background: #004d7b;
+
+}
 /*
 .contacts-container .center-content .*/
 

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików