Solved button text margin fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user