Solved button text margin fix
This commit is contained in:
parent
e9bd783bb7
commit
3763ca4aaa
|
@ -13,9 +13,6 @@
|
|||
&.expanded {
|
||||
.accepted,
|
||||
.unaccepted {
|
||||
.d-icon {
|
||||
margin: 0;
|
||||
}
|
||||
.d-button-label {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -13,6 +13,15 @@
|
|||
align-items: baseline;
|
||||
}
|
||||
|
||||
.post-controls {
|
||||
.accepted,
|
||||
.unaccepted {
|
||||
.d-button-label {
|
||||
margin-left: 7px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.post-controls span.accepted-text {
|
||||
padding: 8px 10px;
|
||||
font-size: $font-up-1;
|
||||
|
|
Loading…
Reference in New Issue