Skip to content

Commit

Permalink
removing extra styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jhimanish committed Jun 29, 2023
1 parent 5f854ac commit 1be421c
Showing 1 changed file with 0 additions and 31 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
@import "./../../assets/abstracts/mixins";
@import "./../../assets/abstracts/variables";

.overviewCard {
text-align: left;
height: 52px;
justify-content: center;
border-radius: 0px;
@include flexPosition($dir: column);
}

.overviewCardTypography {
margin-left: 10px;
}

.titleButton {
margin-left: 45px;
}
Expand All @@ -34,22 +22,3 @@
.section {
margin-bottom: 1rem;
}

.orderCard {
width: 225px;
height: 164px;
}

.orderCardGrid {
width: 225px;
height: 164px;
overflow-x: scroll;
}

.overviewCardGrid {
margin-top: 40px;

@include responsive(sm-down) {
margin-top: 20px;
}
}

0 comments on commit 1be421c

Please sign in to comment.