aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/gas-customization/gas-modal-page-container/advanced-tab-content/time-remaining/index.scss
blob: 01bb0626815597f02acb8b29e775aee07f6dec97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.time-remaining {
  .minutes-num, .seconds-num {
    font-size: 26px;
  }

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

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