Skip to content

Commit 9a2ccd3

Browse files
committed
style(payment): Include missing SCSS file.
1 parent 864bc40 commit 9a2ccd3

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
.paymentMethods {
2+
display: flex;
3+
flex-flow: row wrap;
4+
justify-content: space-around;
5+
gap: 20px;
6+
}
7+
8+
.paymentMethods app-payment-method {
9+
flex: 400px 0 1;
10+
text-align: center;
11+
}
12+
13+
.paymentMethods mat-expansion-panel {
14+
flex: 100% 0 0;
15+
}
16+
17+
#shoppingCartButton {
18+
position: fixed;
19+
top: 75px;
20+
right: 50px;
21+
z-index: 10;
22+
width: 75px;
23+
height: 75px;
24+
25+
mat-icon {
26+
width: inherit;
27+
height: inherit;
28+
}
29+
svg {
30+
width: 50px !important;
31+
height: 50px !important;
32+
}
33+
.mat-badge-content {
34+
font-size: 20px !important;
35+
line-height: 26px !important;
36+
}
37+
}

0 commit comments

Comments
 (0)