]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account.component.scss
Update translations
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account.component.scss
index a5bb499b42cb52fbe1d034ee1a3aabcce10ba3c1..6275b7ac2b15f4a6a4ad8b2d2087633b49aea00a 100644 (file)
@@ -1,13 +1,13 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
+
+.root {
+  @include sub-menu-h1;
 
-.row {
   flex-direction: column;
   width: 100%;
 
-  > my-top-menu-dropdown:nth-child(1) {
+  > my-top-menu-dropdown:nth-child(1) {
     flex-grow: 1;
   }
-
-  @include sub-menu-h1;
 }