mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
use bigger bottom padding instead of line-height to vertical center
This commit is contained in:
parent
0013a94692
commit
50a39f7e98
@ -21,14 +21,13 @@ div.poll {
|
|||||||
li, .option {
|
li, .option {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 1.125em;
|
font-size: 1.125em;
|
||||||
line-height: 28px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
li[data-poll-option-id] {
|
li[data-poll-option-id] {
|
||||||
color: $option-foreground;
|
color: $option-foreground;
|
||||||
background: $option-background;
|
background: $option-background;
|
||||||
box-shadow: inset 0 -6px rgba(0,0,0,.25), inset 0 0 0 100px rgba(0,0,0,0);
|
box-shadow: inset 0 -6px rgba(0,0,0,.25), inset 0 0 0 100px rgba(0,0,0,0);
|
||||||
padding: .5em .7em;
|
padding: .5em .7em .7em .5em;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user