Browse Source

person card updates

alexlcdee 8 years ago
parent
commit
fb2b528cbc
3 changed files with 15 additions and 0 deletions
  1. 4 0
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 11 0
      src/files/scss/_personals.scss

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

@@ -9703,6 +9703,10 @@ footer .copyright .logo {
   font-size: 15px;
   line-height: 1.3;
   font-family: "Cuprum", Impact, "Charcoal CY", sans-serif; }
+.personals__contact-name {
+  color: #929292;
+  font-size: 14px;
+  font-family: "Cuprum", Impact, "Charcoal CY", sans-serif; }
 
 .full-news__details {
   display: -webkit-flex;

File diff suppressed because it is too large
+ 0 - 0
src/files/css/main.css.map


+ 11 - 0
src/files/scss/_personals.scss

@@ -169,4 +169,15 @@
         line-height: 1.3;
         font-family: $fontcuprum;
     }
+
+    &__contact-name {
+        color: #929292;
+        font-size: 14px;
+        font-family: $fontcuprum
+    }
+
+    &__contact-value {
+        font-size: 16px;
+        margin-bottom: 5px;
+    }
 }

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