]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-notification-preferences / my-account-notification-preferences.component.scss
index 0274f47c52e85d7920c9602af224dab4e2ff105a..8181c3175650c46f230d6f824a6699da2d9369f8 100644 (file)
@@ -1,25 +1,28 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
-.custom-row {
+.notification-row {
   display: flex;
   align-items: center;
   border-bottom: 1px solid $separator-border-color;
 
-  &:first-child {
-    font-size: 16px;
-
-    & > div {
-      font-weight: $font-semibold;
-    }
+  &.header {
+    font-weight: $font-semibold;
+    margin-top: 10px;
   }
 
-  & > div {
-    width: 350px;
-  }
+  > div {
+    padding: 10px;
 
-  & > div {
-    padding: 10px
+    &:first-child {
+      width: 350px;
+    }
+
+    @media screen and (max-width: #{breakpoint(sm)}) {
+      &:first-child {
+        width: auto;
+        flex-grow: 1;
+      }
+    }
   }
 }
-