File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 14
14
}
15
15
}
16
16
17
- & __influence-description {
17
+ & __influence {
18
18
flex : 0 0 80% ;
19
19
}
20
20
21
+ & __influence-description {
22
+ display : flex ;
23
+ }
24
+
21
25
& __user-section {
22
26
flex : 0 0 20% ;
23
27
}
24
28
25
29
& __influence-section {
26
- flex : 0 0 100 % ;
30
+ flex : 0 0 50 % ;
27
31
}
28
32
29
33
& __influence-disclaimer {
30
34
padding : 1em 0 ;
31
- flex : 0 0 100% ;
32
35
font-size : smaller ;
33
36
color : red ;
34
37
@include break (medium ) {
70
73
border : none ;
71
74
background : getColor (elephant );
72
75
color : white ;
73
- cursor : pointer ;
74
76
border-radius : 3px ;
75
77
font-size : 13px ;
76
78
display : inline-block ;
Original file line number Diff line number Diff line change @@ -179,13 +179,15 @@ export default class VoteApp extends React.Component {
179
179
return (
180
180
< div className = "vote-app" >
181
181
< div className = "vote-app__influence" >
182
- < div className = "vote-app__influence-disclaimer" >
183
- DISCLAIMER: Since this feature is its Alpha stages, the formula for calculating influence may change.
184
- </ div >
185
182
< div className = "vote-app__top" >
186
- < div className = "vote-app__influence-description" >
187
- < Influence className = "vote-app__influence-section" type = "normal" />
188
- < Influence className = "vote-app__influence-section" type = "golden" />
183
+ < div className = "vote-app__influence" >
184
+ < div className = "vote-app__influence-description" >
185
+ < Influence className = "vote-app__influence-section" type = "normal" />
186
+ < Influence className = "vote-app__influence-section" type = "golden" />
187
+ </ div >
188
+ < div className = "vote-app__influence-disclaimer" >
189
+ DISCLAIMER: Since this feature is its Alpha stages, the formula for calculating influence may change.
190
+ </ div >
189
191
</ div >
190
192
< div className = "vote-app__user-section" >
191
193
{ this . renderSelf ( inProgress ) }
You can’t perform that action at this time.
0 commit comments