]> 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 4163722ddd42b15887610f34969231a041ee540e..3b43a4a4dd824a58c068209b0e1724e2887ffcb7 100644 (file)
@@ -1,5 +1,5 @@
-@import 'variables';
-@import '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);