Skip to content

Commit

Permalink
[edit] payment info
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy-port committed Aug 20, 2021
1 parent f5fabe3 commit 8c3ee2a
Show file tree
Hide file tree
Showing 6 changed files with 879 additions and 829 deletions.
1 change: 0 additions & 1 deletion app/assets/style/all.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

@import './helpers/base';
@import './helpers/helpers'; //rwd heights and widths
@import './helpers/mixin'; //vh

@import './utilities/sizing';
@import './utilities/spacing';
Expand Down
9 changes: 9 additions & 0 deletions app/assets/style/helpers/_helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,13 @@
@include media-breakpoint-up(md) {
margin-bottom: 42px;
}
}

/* vh */

.vh-100-minus-header {
height: calc(100vh - 60px);
@include media-breakpoint-up(md) {
height: calc(100vh - 90px);
}
}
15 changes: 0 additions & 15 deletions app/assets/style/helpers/_mixin.scss

This file was deleted.

2 changes: 1 addition & 1 deletion app/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -498,12 +498,12 @@
</div>

<!-- tickets list -->
<!-- 使用flex grow 撐開上下空間 -->
<ul
class="
scroll-bar
flex-grow-1
overflow-auto
pe-2 pe-md-5
"
>
Expand Down
Loading

0 comments on commit 8c3ee2a

Please sign in to comment.