mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Middle aligned delete attachment icon
This commit is contained in:
parent
a292b93eb6
commit
d7e74f07f0
1 changed files with 2 additions and 2 deletions
|
@ -48,10 +48,10 @@
|
||||||
|
|
||||||
> .action {
|
> .action {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: -8px;
|
margin-top: -2px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
@extend .cursor-pointer;
|
@extend .cursor-pointer;
|
||||||
opacity: 0.3;
|
opacity: 0.5;
|
||||||
@extend .transition-all;
|
@extend .transition-all;
|
||||||
display: none;
|
display: none;
|
||||||
color: $color-stroke;
|
color: $color-stroke;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue