iframe.css 208 B

12345678910111213
  1. .bd__button {
  2. padding: 10px 0;
  3. text-align: right;
  4. }
  5. .bd__button > a{
  6. font-weight: 100;
  7. text-decoration: none;
  8. color: #BDC3CB;
  9. font-family: sans-serif;
  10. }
  11. .bd__button > a:hover {
  12. color: #798897;
  13. }