]> 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
Add mute status in account and channel pages
[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 8
dc4e0ddb 9 &.header {
2f1548fd 10 font-size: 16px;
dc4e0ddb
C
11 font-weight: $font-semibold;
12 margin-top: 10px;
2f1548fd
C
13 }
14
931d3430 15 > div {
c4741804 16 padding: 10px;
2c3abc4f 17
c07fac20
K
18 &:first-child {
19 width: 350px;
c4741804
RK
20 }
21
c07fac20 22 @media screen and (max-width: #{breakpoint(sm)}) {
2c3abc4f 23 &:first-child {
c07fac20 24 width: auto;
2c3abc4f
C
25 flex-grow: 1;
26 }
27 }
2f1548fd 28 }
2f1548fd 29}