Use grid to organise settings in admin, my-account
[oweals/peertube.git] / client / src / sass / application.scss
index 046368c8b71a392c6efc3af1c4bad9ef7124a78f..a9475e484c3bc1fb323918e3015f03f9d79bf455 100644 (file)
@@ -174,6 +174,16 @@ label {
   }
 }
 
+.title-page-about,
+.title-page-settings {
+  font-size: 115%;
+  font-weight: $font-regular;
+
+  &.active {
+    font-weight: $font-semibold;
+  }
+}
+
 .admin-sub-header {
   display: flex;
   align-items: center;