Commit fa47119f042ae6c3c9bcfa72537b317ad9802584

Authored by Caio Almeida
1 parent 31b32baf

Style of the second box

Showing 1 changed file with 13 additions and 10 deletions   Show diff stats
sass/_proposal_detail.scss
... ... @@ -106,6 +106,9 @@
106 106 color: #083e87;
107 107 width: 100%;
108 108 margin: 20px 0;
  109 + font-size: 24px;
  110 + font-style: italic;
  111 + font-weight: bold;
109 112  
110 113 img {
111 114 width: 100%;
... ... @@ -214,7 +217,7 @@
214 217 margin: 0 0 20px 10px;
215 218 }
216 219 .subtitle {
217   - color: rgb(163, 163, 163);
  220 + color: #333;
218 221 }
219 222 .vote-actions {
220 223 .like {
... ... @@ -229,19 +232,19 @@
229 232 background-image: url(./images/dislike.png);
230 233 }
231 234 .skip {
232   - display: block;
233 235 font-weight: bolder;
234   - font-size: x-large;
235   - background-color: #00a9bd;
  236 + font-size: 14px;
  237 + text-transform: uppercase;
  238 + background-color: $color;
236 239 color: white;
237   - width: 15%;
238   - margin-top: 4%;
239   - text-decoration: none;
  240 + width: 60%;
  241 + border: none;
  242 + margin: 20px auto;
240 243 border-radius: 6px;
241 244 text-align: center;
242   - margin-left: auto;
243   - padding: 10px;
244   - margin-right: auto;
  245 + text-decoration: none;
  246 + padding: 20px;
  247 + display: block;
245 248 }
246 249 }
247 250 }
... ...