SoapboxConfig: button styles

This commit is contained in:
Alex Gleason
2020-10-01 21:48:24 -05:00
parent 83a06e2708
commit a817deffa0
2 changed files with 15 additions and 2 deletions

View File

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