This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +362
-7
lines changed Expand file tree Collapse file tree 4 files changed +362
-7
lines changed Original file line number Diff line number Diff line change 29
29
--green : # 137d60 ;
30
30
--blue-1 : # eaf6fd ;
31
31
--blue-2 : # bae1f9 ;
32
-
32
+ --blue-3 : # 2c95d7 ;
33
+ --grey-1 : # 767676 ;
33
34
--divider : # e9e9e9 ;
34
35
35
36
--header-height : 80px ;
Original file line number Diff line number Diff line change 12
12
padding : 16px 32px ;
13
13
max-width : var (--screen-max );
14
14
margin : 0 auto;
15
- box-sizing : border -box;
15
+ box-sizing : content -box;
16
16
17
17
font-size : 12px ;
18
18
line-height : 18px ;
19
19
font-weight : 400 ;
20
20
color : var (--black-100 );
21
21
}
22
+ @media (max-width : /* --sm-max */ 959px ) {
23
+ .footer-wrapper .footer-inner {
24
+ padding : 16px 16px ;
25
+ }
26
+ }
22
27
@media (max-width : /* --xs-max */ 599px ) {
23
28
.footer-wrapper .footer-inner {
24
29
flex-direction : column;
Original file line number Diff line number Diff line change 5
5
}
6
6
7
7
.page {
8
- min-height : calc (100vh - var (--header-height ) - var (--footer-height ));
8
+ min-height : calc (100vh - var (--header-height ) - var (--footer-height ) - 64 px );
9
9
max-width : var (--screen-max );
10
10
margin : 0 auto;
11
11
padding : 32px ;
12
- box-sizing : border -box;
12
+ box-sizing : content -box;
13
13
}
14
14
.page table .myHome tbody tr td .bodyColumn # payments {
15
15
padding : 0 ;
16
16
}
17
- @media (max-width : /* --xs -max */ 599 px ) {
17
+ @media (max-width : /* --sm -max */ 959 px ) {
18
18
.page {
19
- min-height : calc (100vh - var (--header-height-mobile ) - 75px );
19
+ min-height : calc (100vh - var (--header-height-mobile ) - 75px - 32 px );
20
20
max-width : 100% ;
21
- padding : 16px ;
21
+ padding : 16px 16 px 0 ;
22
22
}
23
23
}
24
24
@@ -158,6 +158,12 @@ body {
158
158
top : 100% ;
159
159
}
160
160
161
+ .paymentHistoryDropdown-container {
162
+ display : flex;
163
+ width : 100% ;
164
+ gap : 8px ;
165
+ }
166
+
161
167
.paymentHistoryDropdown {
162
168
}
163
169
.paymentHistoryDropdown .dropdown-toggle {
You can’t perform that action at this time.
0 commit comments