aboutsummaryrefslogtreecommitdiff
path: root/src/components/Pages/BillingPage.scss
blob: f359df1b9548026ca48cb1271413af84c1c8b46d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import "./../../styles/theme";

.BillingPageFlex div {
  box-sizing: border-box;
  border: 1px solid $border1;
}

.BillingPageFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 27rem;
}

@media only screen and (max-device-width: 480px) {
  .BillingPageFlex {
    flex-direction: column;
    height: 35rem;
  }
}