aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/first-time-flow/end-of-flow/index.scss
blob: d7eb4513b1762c024e3836a0a9cfc8c07865ee7e (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.end-of-flow {
  color: black;
  font-family: Roboto;
  font-style: normal;

  .app-header__logo-container {
    width: 742px;
    margin-top: 3%;

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

  &__text-1, &__text-3 {
    font-weight: normal;
    font-size: 16px;
    margin-top: 18px;
  }

  &__text-2 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 26px;
  }

  &__text-3  {
    margin-top: 2px;
    margin-bottom: 2px;

    @media screen and (max-width: $break-small) {
      margin-bottom: 16px;
      font-size: .875rem;
    }
  }

  &__text-4 {
    margin-top: 26px;
  }

  button {
    width: 207px;
  }

  &__start-over-button {
    width: 744px;
  }

  &__emoji {
    font-size: 80px;
    margin-top: 70px;
  }
}