App Store Buttons

by freedawirl

HTML

<link rel="stylesheet" href="//i.icomoon.io/public/cf136f2dae/CMTA-Web-Rebrand/style.css">
<link rel="stylesheet" href="//www.capmetro.org/gage/styles/style.css">
<div class="footerButton">
  <div class="appstores freerange">
    <div class="appstoresbutton">
    <span class="buttontext">Download the App</span>
    <a target="_blank" href="https://itunes.apple.com/us/app/via-ride/id657777015?mt=8" class="ios">
    <i class="icon-AppleStore"></i>
    </a>
    <a target="_blank" href="https://play.google.com/store/apps/details?id=via.rider"
      class="android">
      <i class="icon-PlayStore"></i>
      </a>
      </div>
  </div>
</div>

CSS

.appstores.freerange {
  display: inline-block;
  font-size: 23px;
  line-height: 55px;
  color: #ffffff;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  text-shadow: none;
  box-shadow: rgba(50, 50, 50, 0.2) 0px 0px 10px 0px;
  background-color: rgb(32, 184, 233);
  border-radius: 5px 5px 5px 5px;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}

.appstoresbutton span.buttontext {
  padding: 0 12px !important;
  border-right: 1px solid #2fa8da;
}

.appstoresbutton a,
.appstoresbutton span.buttontext {
  color: #FFFFFF !important;
  text-decoration: none;
  display: block;
  float: left;
  font-size: 20px !important;
  height: 50px;
  line-height: 50px !important;
  white-space: nowrap;
}

.appstoresbutton a.android {
  border-left: 1px solid #51bfec;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.appstoresbutton a {
  padding: 0 15px;
}

.appstoresbutton a.ios {
  border-right: 1px solid #2fa8da;
  border-left: 1px solid #51bfec;
}

.appstoresbutton a:hover {
  background-color: #51bfec;
  color: #fff;
}