standardized styles, fixed mutation bug

This commit is contained in:
Wyatt Johnson
2018-05-03 15:58:52 -06:00
parent ea71b779d2
commit fa66f07db6
3 changed files with 6 additions and 53 deletions
@@ -1,23 +0,0 @@
.button {
color: #787D80;
border-radius: 2px;
border: 1px solid #787d80;
background-color: transparent;
height: 30px;
font-size: 0.9em;
line-height: normal;
&:hover {
background-color: #eaeaea;
}
&.secondary {
background-color: #787D80;
color: white;
}
> i {
font-size: 1.2em;
vertical-align: middle;
}
}