diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:47:30 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:57:02 +0200 |
| commit | a7cb9226864e3788c29e1975be8e097cf3b25b71 (patch) | |
| tree | 494c0f74f17d89b595cc9e18c3db291bd453e451 | |
| parent | 089f9d84bec154d331ab66a8763106a26d8a057c (diff) | |
style: tool-bar.scss
| -rw-r--r-- | res/client/css/partials/tool-bar.scss | 25 | ||||
| -rw-r--r-- | res/client/css/style.scss | 1 |
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"; |
