diff --git a/base.scss b/base.scss index 236477c34..25f2e37a2 100644 --- a/base.scss +++ b/base.scss @@ -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"; diff --git a/src/stories/Library/Lists/list-intermediates/list-intermediates.scss b/src/stories/Library/Lists/fee-list/fee-list.scss similarity index 53% rename from src/stories/Library/Lists/list-intermediates/list-intermediates.scss rename to src/stories/Library/Lists/fee-list/fee-list.scss index 6d741e64b..62965c282 100644 --- a/src/stories/Library/Lists/list-intermediates/list-intermediates.scss +++ b/src/stories/Library/Lists/fee-list/fee-list.scss @@ -1,4 +1,4 @@ -.intermediate-list-page { +.fee-list-page { background: $c-global-primary; padding: $s-md; @@ -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; }