aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/confirm-page-container/confirm-page-container-content/confirm-page-container-summary/index.scss
blob: 7f0f5d37a4dc328e35bea8dc8c7b8177a1776df8 (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
54
.confirm-page-container-summary {
  padding: 16px 24px 0;
  background-color: #f9fafa;
  height: 133px;
  box-sizing: border-box;

  &__action-row {
    display: flex;
    justify-content: space-between;
  }

  &__action {
    text-transform: uppercase;
    color: $oslo-gray;
    font-size: .75rem;
    padding: 3px 8px;
    border: 1px solid $oslo-gray;
    border-radius: 4px;
    display: inline-block;
  }

  &__nonce {
    color: $oslo-gray;
  }

  &__title {
    padding: 4px 0;
    display: flex;
    align-items: center;
  }

  &__identicon {
    flex: 0 0 auto;
    margin-right: 8px;
  }

  &__title-text {
    font-size: 2.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  &__subtitle {
    color: $oslo-gray;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  &--border {
    border-bottom: 1px solid $geyser;
  }
}