]> 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
Merge branch 'release/2.3.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
CommitLineData
2f1548fd
C
1@import '_variables';
2@import '_mixins';
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
13 & > div {
c4741804 14 padding: 10px;
2f1548fd 15 width: 350px;
2c3abc4f 16
c4741804
RK
17 &:nth-child(2) {
18 max-width: 60px !important;
19 }
20
2c3abc4f
C
21 @media screen and (max-width: $small-view) {
22 width: auto;
23
24 &:first-child {
25 flex-grow: 1;
26 }
27 }
2f1548fd 28 }
2f1548fd 29}