]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-abuse-list/abuse-details.component.scss
Replace all glyphicon icons
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-abuse-list / abuse-details.component.scss
index d83eb974d182d5b984aa3855925c20789077800a..bd43ed459cd4511faf61d912456e1bc973ae7d9c 100644 (file)
@@ -1,23 +1,6 @@
-@import 'variables';
-@import 'mixins';
-@import 'miniature';
-
-.screenratio {
-  div {
-    @include miniature-thumbnail;
-
-    display: inline-flex;
-    justify-content: center;
-    align-items: center;
-    color: pvar(--inputPlaceholderColor);
-  }
-
-  @include large-screen-ratio($selector: 'div, ::ng-deep iframe') {
-    width: 100% !important;
-    height: 100% !important;
-    left: 0;
-  };
-}
+@use '_variables' as *;
+@use '_mixins' as *;
+@use '_miniature' as *;
 
 .comment-html {
   background-color: #ececec;
@@ -32,3 +15,7 @@
 .abuse-details-links {
   @include disable-default-a-behaviour;
 }
+
+my-global-icon[iconName=flag] {
+  width: 15px;
+}