proposal-related.scss
1.16 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
.proposal-related {
background-color: #f1f1f1;
border-radius: 5px;
// overflow: hidden;
&.focus {
border: 7px solid #000;
border-radius: 12px;
border-color: #5E769C;
}
&--top {
color: #fff;
font-weight: bold;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
overflow: hidden;
}
&--middle {
padding: 30px;
}
&--bottom {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
// overflow: hidden;
border-bottom: 5px solid #dadada;
}
&--theme {
padding: 10px 15px 5px 15px;
}
&--program {
padding: 20px 15px;
}
&--content {
padding-bottom: 20px;
}
&--share {
padding: 15px 0;
background-color: #e8e8e8;
}
&--ranking {
font-weight: bold;
padding: 10px 0;
background-color: #dadada;
}
.action-label {
margin-top: 10px;
}
.dropdown {
display: inline-block;
}
.glyphicon {
color: #fff;
}
.icon-circle {
cursor: pointer;
-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
}
}