aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss
blob: 6feb16ab1521ee2e6b4f27198495eae9caaa798c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@import '_variables';
@import '_mixins';

.custom-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);

  &:first-child {
    font-size: 16px;

    & > div {
      font-weight: $font-semibold;
    }
  }

  & > div {
    width: 350px;
  }

  & > div {
    padding: 10px
  }
}