SoapboxConfig: Improve style of delete icons

This commit is contained in:
Alex Gleason 2020-08-23 23:55:03 -05:00
parent 011b80f717
commit e1a86d4e1c
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 7 additions and 0 deletions

View file

@ -999,3 +999,10 @@ code {
border-color: $error-red !important;
color: $error-red;
}
.input .row .fa-times-circle {
position: absolute;
right: 7px;
cursor: pointer;
color: $error-red;
}