aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/index.scss
blob: e34e4e328923dae5a1fa6043276b1016eceb939c (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
.basic-tab-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 21px;
  height: 324px;
  background: #F5F7F8;
  border-bottom: 1px solid #d2d8dd;

  &__title {
    margin-top: 19px;
    font-size: 16px;
    color: $black;
  }

  &__blurb {
    font-size: 12px;
    color: $black;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  &__footer-blurb {
    font-size: 12px;
    color: #979797;
    margin-top: 15px;
  }
}