We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864bc40 commit 9a2ccd3Copy full SHA for 9a2ccd3
src/app/account-app/shopping-cart.component.scss
@@ -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