[refactor] Added 'box-shadow' mixin

This commit is contained in:
Steven Evans
2018-07-16 11:28:09 -04:00
parent cab8c01833
commit df881791d3
6 changed files with 23 additions and 42 deletions

View File

@@ -34,13 +34,11 @@
#interactive-tutorial-next,
#interactive-tutorial-back {
@include borderRadius(12px);
@include boxShadow(1px 1px 3px #000);
color: #aaa;
font-size: 20px;
font-weight: bold;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
background-color: #000;
}