Initial port
[editorial.git] / assets / main / sass / components / _box.scss
index 20c57d9f59080b5e822a463b0ef4d53d9ec9af48..9c6840e265ec134e47ef37d0ec583344f25bd427 100644 (file)
@@ -1,5 +1,5 @@
 ///\r
-/// Massively by HTML5 UP\r
+/// Editorial by HTML5 UP\r
 /// html5up.net | @ajlkn\r
 /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r
 ///\r
@@ -8,9 +8,9 @@
 \r
        .box {\r
                border-radius: _size(border-radius);\r
-               border: solid 2px;\r
+               border: solid 1px _palette(border);\r
                margin-bottom: _size(element-margin);\r
-               padding: 1.5rem;\r
+               padding: 1.5em;\r
 \r
                > :last-child,\r
                > :last-child > :last-child,\r
                        border-radius: 0;\r
                        padding: 0;\r
                }\r
-       }\r
-\r
-       @mixin color-box($p: null) {\r
-               .box {\r
-                       border-color: _palette($p, border);\r
-               }\r
-       }\r
-\r
-       @include color-box;
\ No newline at end of file
+       }
\ No newline at end of file