X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-library%2Fmy-ownership%2Fmy-ownership.component.scss;h=a8450ff1b6bd1df3ebb659d30709c2a2e1b3ab46;hb=93c728a25a87cf6dae5fc49d42d6af52ff7f7ff2;hp=c834bc768c4f282bcd9212533c138a7ce645357a;hpb=fa12eacc014aae8094d108634371640f2695bf9f;p=github%2FChocobozzz%2FPeerTube.git 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..a8450ff1b 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,14 +1,11 @@ -@use '_miniature'; -@use '_mixins'; +@use 'sass:math'; +@use '_miniature' as *; +@use '_mixins' as *; .chip { @include chip; } -.badge { - @include table-badge; -} - .video-table-video { display: inline-flex; @@ -19,7 +16,7 @@ @include margin-right(0.5rem); height: $image-height; - width: #{(16/9) * $image-height}; + width: #{math.div(16, 9) * $image-height}; border-radius: 2px; border: 0; background: transparent; @@ -58,13 +55,6 @@ color: pvar(--mainForegroundColor); line-height: 1rem; - div .glyphicon { - @include margin-left(0.1rem); - - font-size: 80%; - color: #808080; - } - div + div { font-size: 80%; }