SoapboxConfig: button styles

This commit is contained in:
Alex Gleason 2020-10-01 21:48:24 -05:00
parent 83a06e2708
commit a817deffa0
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 13 additions and 0 deletions

View file

@ -750,3 +750,16 @@ code {
margin-left: 10px; margin-left: 10px;
} }
} }
.actions.add-row {
margin: 10px 0 0;
.button {
border: 0;
background: transparent;
&:hover {
color: var(--primary-text-color);
}
}
}