]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-abuse-list/abuse-message-modal.component.scss
Fix HTML in account/channel description
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-abuse-list / abuse-message-modal.component.scss
index 419eb7fe79a5ea335d4734f196c4e12c4247880e..3b43a4a4dd824a58c068209b0e1724e2887ffcb7 100644 (file)
@@ -1,5 +1,5 @@
-@use '_variables';
-@use '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 form {
   margin: 20px 20px 0 0;
@@ -25,7 +25,6 @@ textarea {
 
 .no-messages {
   display: flex;
-  font-size: 15px;
   justify-content: center;
 }
 
@@ -45,10 +44,6 @@ textarea {
     color: var(--mainForegroundColor);
     background-color: var(--greyBackgroundColor);
 
-    .content {
-      font-size: 15px;
-    }
-
     .date {
       font-size: 13px;
       color: var(--greyForegroundColor);