aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-settings.component.scss
blob: 3e1792e3e4738bae6843d4dfbb6c6bf9fe8d106d (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
26
27
@import '_variables';
@import '_mixins';

.user-quota {
  font-size: 15px;
  margin-top: 20px;

  label {
    margin-right: 5px;
  }
}

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

.progress {
  @include progressbar;
  width: 500px;
  max-width: 100%;
}

@media screen and (max-width: $small-view) {
  .progress {
    width: 100%;
  }
}