mcgwier
6/21/2016 - 5:51 PM

Misc CSS

Misc CSS

button {
font-size: 14px;
font-weight: 700;
line-height: 1.2;
display: inline-block;
min-width: 75px;
margin: 0;
padding: 7px 20px;
cursor: pointer;
-webkit-transition: color ease-out .3s, background ease-out .3s, border-color ease-out .3s;
transition: color ease-out .3s, background ease-out .3s, border-color ease-out .3s;
text-align: center;
vertical-align: baseline;
color: #304CB2;
border: 1px solid #E5E5E5;
border-bottom-color: #D0D0D0;
-moz-border-radius: 2px;
border-radius: 2px;
background: #FFF;
}