aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/shared/signup-step-title.component.scss
blob: 1e0cb24400666e9487ff6bb1691e14d3cd8a5d89 (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
@use '_variables' as *;
@use '_mixins' as *;

.step-content-title {
  text-align: center;
  margin: auto;
  margin-bottom: 45px;

  h2 {
    font-size: 32px;
    font-weight: normal;
    max-width: 300px;
    margin: 15px auto 0;
  }
}

.step-content-title-separator {
  height: 6px;
  width: 60px;
  border-radius: 4px;
  background-color: pvar(--mainColor);
  margin: 5px auto 0;
}