Skip to content

Commit b4ca05d

Browse files
committed
Changed style to be compatible with IPhone SE
1 parent 5f19a17 commit b4ca05d

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

point-of-sale/src/client/components/sections/NumPad.module.css

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
.root {
2-
}
3-
41
.text {
52
text-align: center;
3+
margin-top: 16px;
64
margin-bottom: 16px;
75
}
86

97
.value {
108
text-align: center;
11-
margin-bottom: 64px;
9+
margin-bottom: 32px;
1210
font-size: 48px;
1311
font-weight: 700;
14-
line-height: 64px;
15-
}
16-
17-
.buttons {
12+
line-height: 32px;
1813
}
1914

2015
.row {
@@ -51,7 +46,6 @@
5146
}
5247
}
5348

54-
5549
:global(html.dark) .button {
5650
background: var(--theme-dark-numpad-button-background);
5751
color: var(--theme-dark-numpad-button-color);

point-of-sale/src/client/components/sections/PoweredBy.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.root {
22
display: flex;
3-
margin: 16px;
3+
margin: 0px;
44
justify-content: center;
55
align-items: center;
66
gap: 10px;
7-
line-height: 48px;
7+
line-height: 0px;
88
font-weight: 500;
99
}
1010

0 commit comments

Comments
 (0)