aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/gas-customization/gas-modal-page-container/index.scss
blob: 427b58888ad974e22de145dde211f41bad7f5a43 (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
55
56
57
58
@import './advanced-tab-content/index';
@import './basic-tab-content/index';

.gas-modal-page-container {
  .page-container {
    width: 391px;
  }
}

.gas-modal-content {
  &__basic-tab {
    height: 219px;
  }


  &__info-row, &__info-row--fade {
    width: 100%;
    background: $polar;
    padding: 15px 21px;
    display: flex;
    flex-flow: column;
    color: $scorpion;

    &__total-info, &__sum-info {
      display: flex;
      flex-flow: row;
      justify-content: space-between;
    }

    &__total-info {
      &__total-label {
        font-size: 16px;
      }

      &__total-value {
        font-size: 16px;
        font-weight: bold;
      }
    }

    &__sum-info {
      &__sum-label {
        font-size: 12px;
      }

      &__sum-value {
        font-size: 14px;
      }
    }
  }

  &__info-row--fade {
    background: white;
    color: $dusty-gray;
    border-top: 1px solid $mischka;
    margin-top: 22px;
  }
}