diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-18 16:50:24 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-18 18:32:29 +0300 |
| commit | 81f24b7eb12d89e10c51e01a2ed82af4ead8e3b5 (patch) | |
| tree | f497c2e54c34ba2cf5aa45d28cfb6bfd91e33d69 /res/client/css/partials | |
| parent | 3e22e482382f3b220f084b606fe5f151b5f793f8 (diff) | |
style: status-bar
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/toolbar__status.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/res/client/css/partials/toolbar__status.scss b/res/client/css/partials/toolbar__status.scss new file mode 100644 index 00000000..ada7cc83 --- /dev/null +++ b/res/client/css/partials/toolbar__status.scss @@ -0,0 +1,16 @@ +#status-bar { + background-color: #A3C9EA; +} + +.status-bar__body { + padding: 10px 20px; +} + +.status-bar__btn_rzdoc_create_post_404 { + border-radius: 2px; // TODO: generalize via .toolbar__btn + background-color: #4499E0; + color: white; + cursor: pointer; + margin-left: 10px; + padding: 2px 8px; +} |
