diff --git a/sass/_proposal_categories.scss b/sass/_proposal_categories.scss index bda00ea..1a1ae1c 100644 --- a/sass/_proposal_categories.scss +++ b/sass/_proposal_categories.scss @@ -86,7 +86,7 @@ .proposal-item { width: 48%; - min-height: 166px; + min-height: 200px; margin: 0.5%; background: #fff; border-radius: 5px; @@ -103,6 +103,7 @@ border-radius: 6px; .proposal-list { padding-left: 20px; + padding-bottom: 20px; } } diff --git a/sass/style.scss b/sass/style.scss index 613d110..be73c82 100755 --- a/sass/style.scss +++ b/sass/style.scss @@ -100,33 +100,33 @@ form { } } -// @TO_ADD: Leonardo +// TO_REFACT: .btn { - display: inline-block; - padding: 6px 12px; - margin-bottom: 0; - font-size: 14px; - font-weight: 400; - line-height: 3.1; - text-align: center; - white-space: nowrap; - vertical-align: middle; - -ms-touch-action: manipulation; - touch-action: manipulation; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-image: none; - border: 1px solid transparent; - /* border-radius: 4px; */ + display: inline-block; + padding: 6px 12px; + margin-bottom: 0; + font-size: 14px; + font-weight: 400; + line-height: 3.1; + text-align: center; + white-space: nowrap; + vertical-align: middle; + -ms-touch-action: manipulation; + touch-action: manipulation; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-image: none; + border: 1px solid transparent; + /* border-radius: 4px; */ } .btn-default { - color: #333; - background-color: #fff; - border-color: #ccc; + color: #333; + background-color: #fff; + border-color: #ccc; } .ui-helper-hidden-accessible{ -- libgit2 0.21.2