_proposal.scss
730 Bytes
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
#proposal {
background: $ice;
h1 {
position: relative;
background: $green-triangles;
font-weight: 700;
font-size: 36px;
color: $white;
text-align: center;
padding: 60px 0;
overflow: visible;
}
h2 {
color: $lightgreen;
font-size: 18px;
margin: $unit;
}
.back {
top: $unit;
color: $white;
}
img {
margin: $unit;
}
p {
margin: $unit;
font-size: 16px;
color: $darkergrey;
line-height: 24px;
text-align: justify;
clear: both;
}
.comment {
background: $pink;
text-transform: uppercase;
color: $white;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
margin: $unit;
float: right;
font-size: 12px;
}
}