You are here

sharemessage.sharrre.css in Share Message 8

#sharemessage.sharrre {
    width:100%;
    display:inline-block;
}

.sharrre .count {
    margin: 0 auto;
    color:#444444;
    display:block;
    font-size:17px;
    line-height:34px;
    height:34px;
    padding:4px 0;
    position:relative;
    text-align:center;
    text-decoration:none;
    width:50px;
    background-color:#eee;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.sharrre .share {
    color:#FFFFFF;
    display:block;
    font-size:11px;
    height:16px;
    line-height:16px;
    margin-top:3px;
    padding:0;
    text-align:center;
    text-decoration:none;
    width:50px;
    background-color:#9CCE39;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.sharrre .buttons {
    clear: both;
}

.sharrre .button {
    float:left;
    padding-top: 10px;
    width:55px;
    background: none;
    border: none;
    margin: 0;
    height: 60px;
    display: flex;
}

.sharrre .button.pinterest a {
    align-self: flex-end;
}

File

css/sharemessage.sharrre.css
View source
  1. #sharemessage.sharrre {
  2. width:100%;
  3. display:inline-block;
  4. }
  5. .sharrre .count {
  6. margin: 0 auto;
  7. color:#444444;
  8. display:block;
  9. font-size:17px;
  10. line-height:34px;
  11. height:34px;
  12. padding:4px 0;
  13. position:relative;
  14. text-align:center;
  15. text-decoration:none;
  16. width:50px;
  17. background-color:#eee;
  18. -webkit-border-radius:4px;
  19. -moz-border-radius:4px;
  20. border-radius:4px;
  21. }
  22. .sharrre .share {
  23. color:#FFFFFF;
  24. display:block;
  25. font-size:11px;
  26. height:16px;
  27. line-height:16px;
  28. margin-top:3px;
  29. padding:0;
  30. text-align:center;
  31. text-decoration:none;
  32. width:50px;
  33. background-color:#9CCE39;
  34. -webkit-border-radius:4px;
  35. -moz-border-radius:4px;
  36. border-radius:4px;
  37. }
  38. .sharrre .buttons {
  39. clear: both;
  40. }
  41. .sharrre .button {
  42. float:left;
  43. padding-top: 10px;
  44. width:55px;
  45. background: none;
  46. border: none;
  47. margin: 0;
  48. height: 60px;
  49. display: flex;
  50. }
  51. .sharrre .button.pinterest a {
  52. align-self: flex-end;
  53. }