Skip to content

Commit

Permalink
rename intermediate->fee
Browse files Browse the repository at this point in the history
  • Loading branch information
sinejespersen committed Apr 18, 2023
1 parent 17f35cb commit 0d74229
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
@import "./src/stories/Library/pincode-container/pincode-container";
@import "./src/stories/Library/promo-bar/promo-bar";
@import "./src/stories/Library/recommender/recommender";
@import "./src/stories/Library/Lists/list-intermediates/list-intermediates";
@import "./src/stories/Library/Lists/fee-list/fee-list";
@import "./src/stories/Library/instant-loan/instant-loan";
@import "./src/stories/Library/scroll-lock-background/scroll-lock-background";
@import "./src/stories/Library/favorites-list-material-component/favorites-list-material-component";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.intermediate-list-page {
.fee-list-page {
background: $c-global-primary;
padding: $s-md;

Expand All @@ -7,16 +7,16 @@
}
}

.intermediate-list-bottom {
.fee-list-bottom {
display: flex;
flex-direction: row;
}
.intermediate-list-bottom__paymenttypes {
.fee-list-bottom__paymenttypes {
flex: 1;
}
.intermediate-list-bottom__actions > p {
.fee-list-bottom__actions > p {
text-align: right;
}
.intermediate-list-bottom__actions > button {
.fee-list-bottom__actions > button {
margin-left: auto;
}

0 comments on commit 0d74229

Please sign in to comment.