diff options
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/tool-bar.scss | 25 |
1 files changed, 25 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; +} |
