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

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