13 lines
289 B
SCSS
13 lines
289 B
SCSS
|
.group-list {
|
||
|
.trx-group-list-subscribe-button {
|
||
|
// Remove the text-indent set by Tildes so it the button is left-aligned
|
||
|
// properly.
|
||
|
text-indent: unset;
|
||
|
|
||
|
button {
|
||
|
// Add some space between the button and the activity text.
|
||
|
margin-right: 0.5rem;
|
||
|
}
|
||
|
}
|
||
|
}
|