aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/gas-customization/gas-modal-page-container/advanced-tab-content/time-remaining/index.scss
blob: e2115af7f632f5dead1add12186aa2aafd89f395 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.time-remaining {
  color: #313A5E;
  font-size: 16px;

  .minutes-num, .seconds-num {
    font-size: 16px;
  }

  .seconds-num {
    margin-left: 7px;
    font-size: 16px;
  }

  .minutes-label, .seconds-label {
    font-size: 16px;
  }
}