consolidate CSS in buttons file
This commit is contained in:
parent
c974a12972
commit
208296e2ba
1 changed files with 0 additions and 2 deletions
|
@ -4,11 +4,9 @@
|
|||
display: inline-block; /* Enables non-inline-block elements like <div>s to be buttons */
|
||||
font-size: 2.5em;
|
||||
padding: 15px 40px 16px;
|
||||
text-decoration: none;
|
||||
margin: .3em .2em 0 0;
|
||||
cursor: pointer;
|
||||
border: 0;
|
||||
outline: 0; /* when the button is focused, don't show an outline */
|
||||
border-radius: 10px; /* rounded corners */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue