aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/gas-customization/gas-modal-page-container/index.scss
blob: 2d225021232418ad9ceafb765384abd7a28e5fa6 (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
.gas-modal-content {
  .basic-tab {
    height: 219px;
  }

  .advanced-tab {
    height: 475px;
  }

  .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;
  }
}