Commit 33d1b2cf007b49b38f9be52c3ea1cfe20a95770e

Authored by Fabiano Rangel
1 parent 51b89ab9

Ticket #45 Adjust spacing and size of proposed content

Showing 1 changed file with 14 additions and 15 deletions   Show diff stats
ConfJuvApp/scss/_proposal_list.scss
1 #proposals { 1 #proposals {
2 background: $ice; 2 background: $ice;
3 padding-top: 70px; 3 padding-top: 70px;
4 - min-heigt:800px; 4 + min-height: 800px;
5 5
6 h2 { 6 h2 {
7 color: $orange; 7 color: $orange;
@@ -22,26 +22,24 @@ @@ -22,26 +22,24 @@
22 22
23 .card { 23 .card {
24 padding: 0; 24 padding: 0;
  25 + min-height: 350px;
25 26
26 h3 { 27 h3 {
27 - font-size: 20px;  
28 - background: $diamond;  
29 - padding: 2 * $unit;  
30 - height: 135px;  
31 - min-height: 135px;  
32 - overflow: hidden;  
33 - text-overflow: ellipsis; 28 + font-size: 20px;
  29 + background: $diamond;
  30 + overflow: hidden;
  31 + text-overflow: ellipsis;
  32 + padding: 12px;
  33 +
34 } 34 }
35 } 35 }
36 36
37 .card-body { 37 .card-body {
38 - color: $black;  
39 - font-size: 16px;  
40 - padding: 2 * $unit;  
41 - white-space: normal;  
42 - height: 100px;  
43 - min-height: 100px;  
44 - overflow: hidden; 38 + color: $black;
  39 + font-size: 16px;
  40 + padding: 5px 10px 10px 10px;
  41 + white-space: normal;
  42 + overflow: hidden;
45 text-overflow: ellipsis; 43 text-overflow: ellipsis;
46 } 44 }
47 45
@@ -94,6 +92,7 @@ @@ -94,6 +92,7 @@
94 text-transform: uppercase; 92 text-transform: uppercase;
95 margin: $unit; 93 margin: $unit;
96 cursor: pointer; 94 cursor: pointer;
  95 + margin-top:80px;
97 } 96 }
98 } 97 }
99 } 98 }