Fix attachment icon
This commit is contained in:
parent
86aebc48a0
commit
c59501958f
1 changed files with 5 additions and 1 deletions
|
@ -122,8 +122,12 @@ $crazy-height-calculation: '100vh - 4.5rem - 1.5rem - 116px - 1em - 1.5em';
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
svg {
|
svg {
|
||||||
margin: 4px;
|
margin: 4px 0 4px 4px;
|
||||||
fill: $dark;
|
fill: $dark;
|
||||||
|
|
||||||
|
&:not(.svg-inline--fa) {
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue