Merge branch 'config-buttons' into 'develop'

SoapboxConfig: button styles

See merge request soapbox-pub/soapbox-fe!288
This commit is contained in:
Alex Gleason 2020-10-02 03:01:08 +00:00
commit 2a077aca84
2 changed files with 13 additions and 0 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);
}
}
}