All files / src/templates social.html

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 801x                                                                                                                                                              
<style>
  :host .link,
  :host .icon {
    display: inline-block;
  }
 
  :host .link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em;
  }
 
  :host .button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  }
 
  :host .icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top;
  }
 
  :host .button svg {
    margin: 0;
    vertical-align: middle;
  }
 
  :host .icon {
    fill: #fff;
    stroke: none;
  }
  :host .facebook {
    background-color: #3b5998;
    border-color: #3b5998;
  }
 
  :host .facebook:hover,
  :host .facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
  }
 
  :host .twitter {
    background-color: #55acee;
    border-color: #55acee;
  }
 
  :host .twitter:hover,
  :host .twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
  }
 
  :host .linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
  }
 
  :host .linkedin:hover,
  :host .linkedin:active {
    background-color: #046293;
    border-color: #046293;
  }
 
  :host .xing {
    background-color: #1a7576;
    border-color: #1a7576;
  }
 
  :host .xing:hover,
  :host .xing:active {
    background-color: #114c4c;
    border-color: #114c4c;
  }
</style>