diff options
author | Tiago Queiroz <tiago.queiroz@guiabolso.com.br> | 2016-07-06 13:42:39 -0300 |
---|---|---|
committer | Tiago Queiroz <tiago.queiroz@guiabolso.com.br> | 2016-07-06 13:42:39 -0300 |
commit | 62dbad136c3e463511601b5fa840b6d16b9c8f68 (patch) | |
tree | 41a683e022ba526a92369eaf5fe9b69ff95b83c5 /web-ui/app/scss | |
parent | dfc0f1269cb5e3e5c128f4ac535db82dd5ce7452 (diff) |
Compose now is a HTML Button
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/views/_compose-button.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web-ui/app/scss/views/_compose-button.scss b/web-ui/app/scss/views/_compose-button.scss index 41814a38..81e0bb33 100644 --- a/web-ui/app/scss/views/_compose-button.scss +++ b/web-ui/app/scss/views/_compose-button.scss @@ -13,6 +13,9 @@ text-align: center; font-weight: 400; font-size: 1.2em; + width: 100%; + height: 100%; + margin-bottom: 0px; @include btn-transition; &:hover { background: lighten($action_buttons, 10%); |