summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/style/partials/_btn.scss
diff options
context:
space:
mode:
authorTrueKuehli <rctcoaster2000@hotmail.de>2018-09-30 16:15:38 +0200
committerTrueKuehli <rctcoaster2000@hotmail.de>2018-09-30 16:15:38 +0200
commitfe1356caa9a3739c338ff7d7b1e4e7a4b45c0b72 (patch)
tree70ee04bf612a8b3d6a402dd320a6aebb63ac302d /WebInterface/NodeJSServer/src/style/partials/_btn.scss
parent63233700cdbe55b440f6651baa2a515d8e33e6aa (diff)
Moved color import to the modules requiring it
Diffstat (limited to 'WebInterface/NodeJSServer/src/style/partials/_btn.scss')
-rw-r--r--WebInterface/NodeJSServer/src/style/partials/_btn.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebInterface/NodeJSServer/src/style/partials/_btn.scss b/WebInterface/NodeJSServer/src/style/partials/_btn.scss
index 6c41b1f..cf5ee33 100644
--- a/WebInterface/NodeJSServer/src/style/partials/_btn.scss
+++ b/WebInterface/NodeJSServer/src/style/partials/_btn.scss
@@ -1,3 +1,5 @@
+@import 'colors';
+
.btn {
border: none;
border-radius: 4px;