Advertisement
Guest User

Untitled

a guest
Mar 31st, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.69 KB | None | 0 0
  1. button, input[type="button"], input[type="reset"], input[type="submit"], .button, a.button {
  2.     background-color: rgba(221, 221, 221, 1);
  3.     border-radius: 2px;
  4.     border-width: 0;
  5.     color: rgba(45, 45, 45, 1);
  6.     cursor: pointer;
  7.     display: inline-block;
  8.     font-weight: 400;
  9.     margin: 0;
  10.     padding: 8px 18px;
  11.     text-decoration: none;
  12.         text-decoration-color: currentcolor;
  13.     font-family: "Saira Condensed", Helvetica, Verdana, sans-serif;
  14.     line-height: 1.48;
  15.     -webkit-appearance: none;
  16.     -webkit-touch-callout: none;
  17.     -webkit-user-select: none;
  18.     -khtml-user-select: none;
  19.     -moz-user-select: none;
  20.     -ms-user-select: none;
  21.     user-select: none;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement