diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-22 01:41:15 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-22 02:41:21 +0300 |
| commit | 3935305ce7a21436e712afb860f99b3bc1c70683 (patch) | |
| tree | d30d2051c74d63db7641cfd3cb6157a4d51190ef /res/client/css | |
| parent | f7e7f11bd02df35084c32a7b6e181e5fbc89adf6 (diff) | |
[top-bar redesign] buttons.scss
Diffstat (limited to 'res/client/css')
| -rw-r--r-- | res/client/css/partials/buttons.scss | 57 |
1 files changed, 15 insertions, 42 deletions
diff --git a/res/client/css/partials/buttons.scss b/res/client/css/partials/buttons.scss index 3c6263de..aae70f29 100644 --- a/res/client/css/partials/buttons.scss +++ b/res/client/css/partials/buttons.scss @@ -1,59 +1,32 @@ .btn-regular { - cursor: pointer; - background-color: white; - font-family: $base-font-family; - font-size: $h4-size; - color: $blue; - padding: $one-baseline $two-baselines $one-baseline $two-baselines; - margin-right: 6px; - border-radius: 4px; - border: none; + cursor: pointer; + background-color: white; + font-family: $base-font-family; + font-size: $h4-size; + color: $blue; + padding: $one-baseline $two-baselines $one-baseline $two-baselines; + margin-right: 6px; + border-radius: 4px; + border: none; } .btn-regular:hover { - color: $dark-cyan; - border-color: $dark-cyan; + color: $dark-cyan; + border-color: $dark-cyan; } .btn-regular:focus { - outline: none; + outline: none; } .btn-regular-outline { - border: 1px solid $blue; + border: 1px solid $blue; } #btn-search { - background: url('/static/img/search-icon.png'); - background-repeat: no-repeat; - background-position: center; - background-color: lightgreen; -} - -#btn-logout { - margin-left: 15px; - font-size: 0.8em; -} - -#btn-logout:hover { - opacity: 0.7; - cursor: pointer; -} - -#btn_rzdoc__new { - background: url('../img/rzdoc-new.png'); - background-position: center; + background: url('/static/img/search-icon.png'); background-repeat: no-repeat; - background-size: $icon-height; - width: 32px; -} - -#btn_rzdoc__open { - background: url('../img/rzdoc-open.png'); background-position: center; - background-repeat: no-repeat; - background-size: $icon-width; - width: 32px; + background-color: lightgreen; } - |
