_proposal_list.scss
1.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
#proposals {
background: $ice;
padding-top: 44px;
height: 100%;
min-height: 470px;
h2 {
color: $orange;
font-size: 20px;
font-weight: 400;
margin: 0 0 -10px 10px;
}
ion-list {
display: block;
.item {
border: 0;
background: transparent;
padding: 0;
}
}
.card {
padding: 0;
min-height: 250px;
height: 250px;
position: relative;
h3 {
font-size: 16px;
background: $diamond;
overflow: hidden;
text-overflow: ellipsis;
padding: 12px;
small {
font-size: 13px;
color: $darkergrey;
}
p {
margin: 0;
}
}
}
.card-body {
color: $black;
font-size: 14px;
padding: 0 10px 10px 10px;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
height: 100px;
}
.card-footer {
border-top: 1px solid $lightgrey;
text-align: left;
position: absolute;
bottom: 0;
width: 100%;
background: $lightergrey;
a {
color: $lightblue;
cursor: pointer;
padding: $unit;
display: inline-block;
}
}
td-cards {
position: relative;
td-card {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
#loading-cards {
position: absolute;
width: 100%;
text-align: center;
top: 3 * $unit;
}
.force-reload {
position: absolute;
width: 100%;
text-align: center;
top: 3 * $unit;
a {
color: $lightblue;
cursor: pointer;
}
}
}
.cards-footer {
text-align: center;
margin-top: 260px;
a {
color: $lightblue;
text-transform: uppercase;
margin: $unit;
cursor: pointer;
}
}
}