Commit c38ddacefa9aafe87ffe3a82af626c33806e7494

Authored by Leonardo Merlin
1 parent cf0b5c6d

Pequenas melhorias na 'lista de propostas por temas'.

Showing 2 changed files with 25 additions and 24 deletions   Show diff stats
sass/_proposal_categories.scss
@@ -86,7 +86,7 @@ @@ -86,7 +86,7 @@
86 86
87 .proposal-item { 87 .proposal-item {
88 width: 48%; 88 width: 48%;
89 - min-height: 166px; 89 + min-height: 200px;
90 margin: 0.5%; 90 margin: 0.5%;
91 background: #fff; 91 background: #fff;
92 border-radius: 5px; 92 border-radius: 5px;
@@ -103,6 +103,7 @@ @@ -103,6 +103,7 @@
103 border-radius: 6px; 103 border-radius: 6px;
104 .proposal-list { 104 .proposal-list {
105 padding-left: 20px; 105 padding-left: 20px;
  106 + padding-bottom: 20px;
106 } 107 }
107 } 108 }
108 109
sass/style.scss
@@ -100,33 +100,33 @@ form { @@ -100,33 +100,33 @@ form {
100 } 100 }
101 } 101 }
102 102
103 -// @TO_ADD: Leonardo 103 +// TO_REFACT:
104 .btn { 104 .btn {
105 - display: inline-block;  
106 - padding: 6px 12px;  
107 - margin-bottom: 0;  
108 - font-size: 14px;  
109 - font-weight: 400;  
110 - line-height: 3.1;  
111 - text-align: center;  
112 - white-space: nowrap;  
113 - vertical-align: middle;  
114 - -ms-touch-action: manipulation;  
115 - touch-action: manipulation;  
116 - cursor: pointer;  
117 - -webkit-user-select: none;  
118 - -moz-user-select: none;  
119 - -ms-user-select: none;  
120 - user-select: none;  
121 - background-image: none;  
122 - border: 1px solid transparent;  
123 - /* border-radius: 4px; */ 105 + display: inline-block;
  106 + padding: 6px 12px;
  107 + margin-bottom: 0;
  108 + font-size: 14px;
  109 + font-weight: 400;
  110 + line-height: 3.1;
  111 + text-align: center;
  112 + white-space: nowrap;
  113 + vertical-align: middle;
  114 + -ms-touch-action: manipulation;
  115 + touch-action: manipulation;
  116 + cursor: pointer;
  117 + -webkit-user-select: none;
  118 + -moz-user-select: none;
  119 + -ms-user-select: none;
  120 + user-select: none;
  121 + background-image: none;
  122 + border: 1px solid transparent;
  123 + /* border-radius: 4px; */
124 } 124 }
125 125
126 .btn-default { 126 .btn-default {
127 - color: #333;  
128 - background-color: #fff;  
129 - border-color: #ccc; 127 + color: #333;
  128 + background-color: #fff;
  129 + border-color: #ccc;
130 } 130 }
131 131
132 .ui-helper-hidden-accessible{ 132 .ui-helper-hidden-accessible{