Skip to content

Instantly share code, notes, and snippets.

@safrankov
Created April 17, 2017 23:52
Show Gist options
  • Select an option

  • Save safrankov/b1b7603a7385344752324de6f3002b32 to your computer and use it in GitHub Desktop.

Select an option

Save safrankov/b1b7603a7385344752324de6f3002b32 to your computer and use it in GitHub Desktop.
.pay-bonus {
position: absolute;
bottom: 10px;
right: 40px;
width: 190px;
height: 40px;
background-color: #f1f408;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
padding: 3px 0 0 0;
}
.pay-bonus__text{
display: block;
color: #0d1215;
font-size: 14px;
font-family: 'FranklinGothic-Medium', sans-serif;
}
.pay-bonus__text--big{
font-size: 18px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment