plasticfuzz

T105 SV Register CTA - Text

May 1st, 2016
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <style>
  2.  
  3.   a.account-bar__link-button.t__join > span{
  4.     display: none!important;
  5.   }
  6.  
  7.   a.account-bar__link-button.t__join:before {
  8.     content: "Register";
  9.   }
  10.  
  11.   i.icon.icon--natural.hide-mobile {
  12.     margin-left:5px!important;
  13.   }
  14.  
  15.   @media only screen and (max-width: 400px) {
  16.     .account-bar__links-wrap .nav.account-links__right {
  17.       padding: 0 6px 0 0!important;
  18.     }
  19.     .account-bar__link-button{
  20.       margin:0px!important;
  21.       padding:0px!important;
  22.     }
  23.     a.account-bar__link-button.t__join{
  24.       margin-right: 5px!important;
  25.     }
  26.   }
  27.  
  28. </style>
  29.  
  30.  /*  STYLE FOR BUTTON */
  31.  
  32. <style>
  33.   a.account-bar__link-button.t__join{
  34.     padding: 8px!important;
  35.     background-color: #009517!important;
  36.     border-radius:4px!important;
  37.     text-transform: uppercase!important;
  38.     font-family: "SkyMedium", Arial !important;
  39.     font-size: 14px !important;
  40.     color: #FFF !important;
  41.     display: inline!important;
  42.   }
  43.  
  44.   a.account-bar__link-button.t__join:hover {
  45.     background-color: #009517!important;
  46.   }
  47.  
  48.   a.account-bar__link-button.t__join > i.icon--natural{
  49.     display:none!important;
  50.   }
  51.  
  52.   @media only screen and (max-width: 400px) {
  53.     a.account-bar__link-button.t__join{
  54.       padding: 5px 4px!important;
  55.       font-size: 13px!important;
  56.       margin-right: 6px!important;
  57.     }
  58.   }
  59.  
  60. </style>
Add Comment
Please, Sign In to add comment