summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/client/css/partials/tool-bar.scss25
-rw-r--r--res/client/css/style.scss1
2 files changed, 26 insertions, 0 deletions
diff --git a/res/client/css/partials/tool-bar.scss b/res/client/css/partials/tool-bar.scss
new file mode 100644
index 00000000..339cad78
--- /dev/null
+++ b/res/client/css/partials/tool-bar.scss
@@ -0,0 +1,25 @@
+.tool_bar_btn {
+ border: 1px solid #919095;
+ cursor: pointer;
+ text-align: right;
+ float: right;
+ font-size: $h5-size;
+ height: 36px;
+ margin-right: 15px;
+ margin-top: 40px;
+ padding: 5px;
+ width: 50px;
+}
+
+
+#btn_filter {
+ background: url(../img/toolbar_icon__filter.png);
+ background-repeat: no-repeat;
+ background-position: center;
+}
+
+#btn_export {
+ background: url(../img/toolbar_icon__export.png);
+ background-position: center;
+ background-repeat: no-repeat;
+}
diff --git a/res/client/css/style.scss b/res/client/css/style.scss
index 4b97e41e..e13f59e0 100644
--- a/res/client/css/style.scss
+++ b/res/client/css/style.scss
@@ -20,6 +20,7 @@
@import "partials/typography";
@import "partials/dropdown-menu";
@import "partials/user-signup";
+@import "partials/tool-bar";
// Third-party
@import "vendor/ui.css";