scss org and parenthood adding

This commit is contained in:
2015-10-03 15:15:19 -05:00
parent c1f872e9a1
commit 0510f1c4c2
19 changed files with 207 additions and 162 deletions

View File

@ -0,0 +1,15 @@
.btn {
cursor: pointer;
display: inline-block;
padding: 5px;
&:hover {
color: $grey;
}
&:active {
box-shadow: 0 0 0.1em $grey;
}
}