We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf0719 commit 784ab9eCopy full SHA for 784ab9e
components/vote/button/button-style.scss
@@ -38,4 +38,10 @@
38
padding: 0;
39
margin: 0;
40
}
41
+
42
+ &__logout-value {
43
+ align-self: center;
44
+ font-size: 20pt;
45
+ margin: auto;
46
+ }
47
components/vote/button/new-button.jsx
@@ -49,7 +49,7 @@ export default class NewButton extends Component {
49
(<span className={className}>{myValue}</span>)
50
</div>
51
</div>): (<div className="vote-new-button" style={{color: color}}>
52
- <div className="vote-new-button__value" title={value + " was voted in total by all users."}>
+ <div className="vote-new-button__logout-value" title={value + " was voted in total by all users."}>
53
<span className={className}>{value}</span>
54
55
</div>);
0 commit comments