aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/my-ownership/my-ownership.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-library/my-ownership/my-ownership.component.scss')
-rw-r--r--client/src/app/+my-library/my-ownership/my-ownership.component.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/client/src/app/+my-library/my-ownership/my-ownership.component.scss b/client/src/app/+my-library/my-ownership/my-ownership.component.scss
index c834bc768..296659ea0 100644
--- a/client/src/app/+my-library/my-ownership/my-ownership.component.scss
+++ b/client/src/app/+my-library/my-ownership/my-ownership.component.scss
@@ -1,5 +1,6 @@
1@use '_miniature'; 1@use 'sass:math';
2@use '_mixins'; 2@use '_miniature' as *;
3@use '_mixins' as *;
3 4
4.chip { 5.chip {
5 @include chip; 6 @include chip;
@@ -19,7 +20,7 @@
19 @include margin-right(0.5rem); 20 @include margin-right(0.5rem);
20 21
21 height: $image-height; 22 height: $image-height;
22 width: #{(16/9) * $image-height}; 23 width: #{math.div(16, 9) * $image-height};
23 border-radius: 2px; 24 border-radius: 2px;
24 border: 0; 25 border: 0;
25 background: transparent; 26 background: transparent;