diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-18 16:49:57 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-18 18:32:29 +0300 |
| commit | 3e22e482382f3b220f084b606fe5f151b5f793f8 (patch) | |
| tree | fe0610509285e3522e656bf7bff69285b0b3b566 /res/client/css/partials/tool-bar.scss | |
| parent | 83f028ec5e31851b113c7cfa9cae726f27a637f3 (diff) | |
style: toolbar_x: close_btn
Diffstat (limited to 'res/client/css/partials/tool-bar.scss')
| -rw-r--r-- | res/client/css/partials/tool-bar.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/client/css/partials/tool-bar.scss b/res/client/css/partials/tool-bar.scss index 71ee32be..546961f7 100644 --- a/res/client/css/partials/tool-bar.scss +++ b/res/client/css/partials/tool-bar.scss @@ -10,6 +10,18 @@ width: $toolbar-button-width; } +.toolbar__close_btn { + border-bottom-left-radius: 6px; + background-color: dimgray; + color: white; + cursor: pointer; + font-family: fantasy; + font-size: 12px; + padding: 2px 8px; + position: absolute; + right: 0px; +} + #tool-bar { margin-top: $two-baselines; position: absolute; |
