Move shadow-panel mixin

This commit is contained in:
Patrick Smith
2019-02-11 17:03:40 -05:00
parent c144b6982e
commit a13b97c936
2 changed files with 7 additions and 8 deletions

View File

@@ -100,14 +100,6 @@
font-weight: bold;
}
@mixin shadow-panel {
padding: $gap / 2 0;
box-shadow: 0 6px 18px 0 rgba(144,164,183,0.3);
border-top: none;
border-bottom: none;
}
.portfolio-content {
margin: 6 * $gap $gap 0 $gap;