Use css variables.

This commit is contained in:
Mike Cao 2020-08-05 19:04:02 -07:00
parent 5d4ff5cfa4
commit a5930f1772
29 changed files with 131 additions and 85 deletions

View file

@ -3,7 +3,7 @@
justify-content: center;
align-items: center;
background: #f5f5f5;
padding: 4px 8px;
padding: 8px 16px;
border-radius: 4px;
border: 0;
outline: none;
@ -13,10 +13,3 @@
.button:hover {
background: #eaeaea;
}
.button svg {
display: block;
width: 16px;
height: 16px;
margin-right: 8px;
}