aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/gas-customization/gas-modal-page-container/basic-tab-content/index.scss
blob: d5eb5d4141c315741d271b42e34031a246e3c0e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.basic-tab-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px;

  &__title {
    margin-top: 19px;
    font-size: 20px;
    color: $scorpion;
  }
}