diff options
Diffstat (limited to 'res/client/css/partials/layout-buttons.scss')
| -rw-r--r-- | res/client/css/partials/layout-buttons.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/res/client/css/partials/layout-buttons.scss b/res/client/css/partials/layout-buttons.scss new file mode 100644 index 00000000..11dfc3e8 --- /dev/null +++ b/res/client/css/partials/layout-buttons.scss @@ -0,0 +1,20 @@ +#layout-buttons { + position: absolute; + bottom: 100px; + right: 10px; + background: white; + border-width: 1px; + border-style: solid; + border-color: grey; + padding: 5px 4px 0px 4px; + height: 40px; +} + +.btn_layout { + background-color: white; + border-width: 1px; + border-style: solid; + border-color: blue; + width: 64; + height: 16px; +} |
