aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-settings.component.scss
blob: 09d192beb2083e8a30a12599cb3b68d4ac2fb0c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@use '_variables';
@use '_mixins';

.account-title {
  @include settings-big-title;

  &.account-title-danger {
    color: lighten($color: #c54130, $amount: 10);
  }
}

.form-group {
  max-width: 500px;
}