]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-notification-preferences / my-account-notification-preferences.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 .custom-row {
5 display: flex;
6 align-items: center;
7 border-bottom: 1px solid $separator-border-color;
8
9 &:first-child {
10 font-size: 16px;
11 }
12
13 > div {
14 padding: 10px;
15
16 &:first-child {
17 width: 350px;
18 }
19
20 @media screen and (max-width: #{breakpoint(sm)}) {
21 &:first-child {
22 width: auto;
23 flex-grow: 1;
24 }
25 }
26 }
27 }