SoapboxConfig: Improve style of delete icons
This commit is contained in:
parent
011b80f717
commit
e1a86d4e1c
2 changed files with 7 additions and 0 deletions
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue