Skip to content

Commit 5e4bd43

Browse files
932529: Need to change the UI design in super market use case sample
1 parent cd9ffbc commit 5e4bd43

File tree

1 file changed

+7
-33
lines changed
  • Inventory Management and Invoice Generating/Inventory Application/src

1 file changed

+7
-33
lines changed

Inventory Management and Invoice Generating/Inventory Application/src/index.css

Lines changed: 7 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -166,20 +166,20 @@
166166
height: 30px;
167167
}
168168

169-
.header .input-container.billno {
170-
width: 10%;
169+
.header .input-container.custaddress {
170+
width: 22%;
171171
}
172172

173173
.header .input-container.phone {
174-
width: 15%;
174+
width: 24%;
175175
}
176176

177177
.header .input-container.datepicker {
178178
width: 22%;
179179
}
180180

181181
.header .input-container {
182-
padding-right: 30px;
182+
padding-right: 5px;
183183
/* Adjust the padding value as needed */
184184
}
185185

@@ -236,7 +236,7 @@
236236
}
237237

238238
.control-pane.amount .control-section .card-layout #poscards {
239-
height: 114px;
239+
height: 130px;
240240
}
241241

242242
.control-pane.amount .control-section .card-layout #poscards .e-card-actions {
@@ -587,54 +587,28 @@ body {
587587

588588
@media screen and (max-width: 1300px) {
589589

590-
.e-dialog {
591-
width: 95% !important;
592-
max-width: none !important;
593-
}
594-
595590
.input-container-title {
596591
font-size: 20px;
597592
}
598593

599-
.control-pane.amount .control-section .e-card-resize-container {
600-
height: 200px;
601-
}
602-
603594
.header {
604595
flex-wrap: wrap;
605596
justify-content: flex-start;
606597
}
607598

608599
.header .input-container {
609600
margin-bottom: 20px;
610-
margin-right: 10px;
611-
}
612-
613-
.header .input-container.billno,
614-
.header .input-container.phone,
615-
.header .input-container.datepicker {
616-
width: auto;
617-
}
618-
619-
.primary-container {
620-
flex-direction: column;
621-
height: auto;
622-
}
623-
624-
.control-pane.amount {
625-
width: 100%;
626-
height: 100%;
601+
margin-top: 10px;
627602
}
628603

629604
.control-pane.amount .col-xs-6 {
630-
width: 30%;
631605
min-width: 20%;
632606
margin-bottom: 10px;
633607
margin-left: 2%;
634608
}
635609

636610
.control-pane.payment .col-xs-3 {
637-
width: 48%;
611+
width: 25%;
638612
margin-bottom: 10px;
639613
}
640614
}

0 commit comments

Comments
 (0)