]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
2f1548fd
C
3
4.custom-row {
5 display: flex;
6 align-items: center;
f0a39880 7 border-bottom: 1px solid $separator-border-color;
2f1548fd
C
8
9 &:first-child {
10 font-size: 16px;
2f1548fd
C
11 }
12
931d3430 13 > div {
c4741804 14 padding: 10px;
2c3abc4f 15
c07fac20
K
16 &:first-child {
17 width: 350px;
c4741804
RK
18 }
19
c07fac20 20 @media screen and (max-width: #{breakpoint(sm)}) {
2c3abc4f 21 &:first-child {
c07fac20 22 width: auto;
2c3abc4f
C
23 flex-grow: 1;
24 }
25 }
2f1548fd 26 }
2f1548fd 27}