Guest User

Untitled

a guest
Jan 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. :root {
  2.  —button-bg-color: #FF00FF;
  3. }
  4.  
  5. .button {
  6.  color: white;
  7.  background-color: var( —button-bg-color);
  8.  display: inline-block;
  9.  padding: 4px;
  10.  width: auto;
  11.  height: 24px;
  12. }
Add Comment
Please, Sign In to add comment