Skip to content

Commit 6e39053

Browse files
authored
Merge pull request #4542 from alfonso-salces/MOBILE-4856
MOBILE-4856 file.scss: Align downloaded icon
2 parents b5e1013 + 949017a commit 6e39053

File tree

1 file changed

+7
-0
lines changed
  • src/addons/privatefiles/components/file

1 file changed

+7
-0
lines changed

src/addons/privatefiles/components/file/file.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@use "theme/globals" as *;
2+
13
:host {
24
ion-checkbox {
35
flex: none;
@@ -15,4 +17,9 @@
1517
ion-ripple-effect {
1618
z-index: 1;
1719
}
20+
21+
.item-heading ion-icon {
22+
@include margin-horizontal(8px, null);
23+
vertical-align: middle;
24+
}
1825
}

0 commit comments

Comments
 (0)