]> 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
smaller miniature average size in fluid grid, updated admin instructions for global...
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-notification-preferences / my-account-notification-preferences.component.scss
1 @import '_variables';
2 @import '_mixins';
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 width: 350px;
16
17 &:nth-child(2) {
18 max-width: 60px !important;
19 }
20
21 @media screen and (max-width: $small-view) {
22 width: auto;
23
24 &:first-child {
25 flex-grow: 1;
26 }
27 }
28 }
29 }