mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-07-04 12:52:17 +00:00
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…
x
Reference in New Issue
Block a user