]> 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
Increase global font size
[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 3
5b0ec7cd 4.notification-row {
2f1548fd
C
5 display: flex;
6 align-items: center;
f0a39880 7 border-bottom: 1px solid $separator-border-color;
2f1548fd 8
dc4e0ddb 9 &.header {
dc4e0ddb
C
10 font-weight: $font-semibold;
11 margin-top: 10px;
2f1548fd
C
12 }
13
931d3430 14 > div {
c4741804 15 padding: 10px;
2c3abc4f 16
c07fac20
K
17 &:first-child {
18 width: 350px;
c4741804
RK
19 }
20
c07fac20 21 @media screen and (max-width: #{breakpoint(sm)}) {
2c3abc4f 22 &:first-child {
c07fac20 23 width: auto;
2c3abc4f
C
24 flex-grow: 1;
25 }
26 }
2f1548fd 27 }
2f1548fd 28}