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

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