]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/shared/actor-avatar-info.component.scss
Add class to email change form
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / shared / actor-avatar-info.component.scss
index 36a792f82b8ded7995212910b53cc2c39b66f6b2..86f8108b96b5d05b2d10f886597959d8dc4feece 100644 (file)
       .actor-info-display-name {
         font-size: 20px;
         font-weight: $font-bold;
+
+        @media screen and (max-width: $small-view) {
+          font-size: 16px;
+        }
       }
 
       .actor-info-username {
@@ -25,7 +29,7 @@
         position: relative;
         top: 2px;
         font-size: 14px;
-        color: #777272;
+        color: $grey-actor-name;
       }
     }
 
@@ -48,4 +52,4 @@
 
   position: relative;
   top: -10px;
-}
\ No newline at end of file
+}