Restructure files, Add back inline-flex for controls and tags

This commit is contained in:
Jeremy Thomas
2016-04-22 20:52:49 +01:00
parent 974805b46a
commit c8e3cbf912
9 changed files with 219 additions and 219 deletions

14
sass/elements/box.sass Normal file
View File

@@ -0,0 +1,14 @@
.box
@extend .block
background: white
border-radius: 5px
box-shadow: 0 2px 3px rgba(black, 0.1), 0 0 0 1px rgba(black, 0.1)
display: block
padding: 20px
a.box
&:hover,
&:focus
box-shadow: 0 2px 3px rgba(black, 0.1), 0 0 0 1px $link
&:active
box-shadow: inset 0 1px 2px rgba(black, 0.2), 0 0 0 1px $link