[refactor] Introducing the "border-radius" SCSS mixin

This commit is contained in:
Steven Evans
2018-07-16 10:38:14 -04:00
parent 9b5b997b6d
commit cab8c01833
8 changed files with 24 additions and 21 deletions

View File

@@ -1,3 +1,5 @@
@import "mixins";
/* interactivetutorial.css */
#interactive-tutorial-wrapper {
position: relative;
@@ -31,12 +33,11 @@
#interactive-tutorial-exit,
#interactive-tutorial-next,
#interactive-tutorial-back {
@include borderRadius(12px);
color: #aaa;
font-size: 20px;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;