44}
55
66.e-grid {
7- flex : 9 ;
7+ flex : 7 ;
88}
99
1010.e-grid td .e-active {
3434 }
3535}
3636
37- .header .input-container .e-input-group .e-control-wrapper .e-ddl {
38- width : 86% !important ;
39- }
40-
4137.header {
4238 display : flex;
4339 justify-content : space-between;
7672 }
7773
7874 .input-container-title {
79- font-size : 19 px ;
75+ font-size : 22 px ;
8076 }
8177}
8278
108104 .card-control-section .vertical_card_layout .col-xs-3 .col-sm-3 # poscards .e-card {
109105 height : 90px ;
110106 }
107+
108+ .control-pane .amount .col-xs-6 .col-sm-6 # poscards .e-card .e-card-btn-txt {
109+ height : 70% ;
110+ }
111111}
112112
113113.e-calendar .e-content td .e-today .e-selected : hover span .e-day ,
127127 color : white
128128}
129129
130+ .e-grid tr .e-columnheader ,
131+ .e-grid tr .e-row {
132+ height : 40px !important ;
133+ }
134+
130135.input-container-title {
131136 box-shadow : 0 2px 7px 0 rgba (0 , 0 , 0 , 0.16 );
132- background : linear-gradient (to right, # fb923c , # facc15 50% , # f97316 );
137+ background : linear-gradient (to right, # fb923c, # facc15 50% , # f97316 );
133138 color : black;
134139 margin : 0 ;
135140 padding : 5px ;
136141 text-align : center;
137- font-size : 19px ;
142+ display : flex;
143+ align-items : center;
144+ justify-content : center;
145+ height : 50px ;
146+ font-size : 25px ;
138147 font-family : ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" , "Noto Color Emoji" ;
139148 font-weight : bold;
140149}
219228.primary-container .control-pane .amount {
220229 flex : 1 ;
221230 display : flex;
222- flex-direction : column;
223231 justify-content : space-between;
224232 min-width : 140px ;
225233}
226234
227235.control-pane .amount .control-section .card-layout # poscards {
228- height : 90px ;
229236 background-color : # e2e0f2 ;
230237}
231238
239+ .control-pane .amount .control-section .row {
240+ margin-top : 10px ;
241+ }
242+
243+ .header .input-container .custid td .customerID {
244+ display : flex;
245+ align-items : center;
246+ gap : 4px ;
247+ white-space : nowrap;
248+ }
249+
232250.control-pane .amount .control-section .card-layout # poscards .e-card-actions {
233- padding-top : 9px ;
234- font-size : 30px ;
251+ font-size : 34px ;
235252 font-weight : bold;
236253}
237254
245262 margin-left : 1px ;
246263}
247264
248- .primary-container .e-card {
249- height : 140px ;
250- }
251-
252265/* Vertical card customization */
253266
254267.card-control-section .vertical_card_layout # poscards_profile .e-card .e-card-header {
274287.card-control-section .vertical_card_layout # poscards_profile .e-card {
275288 text-align : center;
276289 background-size : cover;
277- height : 55px ;
278290}
279291
280292.card-control-section .vertical_card_layout # poscards .e-card .e-card-header-caption .e-card-header-title ,
351363}
352364
353365.control-pane .payment .e-card : hover {
354- transform : scale (1.05 ) ;
366+ transform : scale (1.05 );
355367}
356368
357369/* Button Text */
415427
416428/* Cards */
417429.e-card {
418- margin : 10 px 10px 0 10px ;
430+ margin : 0 px 10px 20 px 10px ;
419431 border-radius : 5px ;
420432}
421433
437449 background-color : # 543cfb ;
438450 /*necessary*/
439451 color : # 333 ;
440- line-height : 32 px ;
452+ line-height : 25 px ;
441453}
442454
443455/* Card Buttons */
444456.e-card .e-card-actions .e-card-btn-txt {
457+ display : flex;
458+ align-items : center;
459+ justify-content : center;
445460 color : black;
446461 cursor : pointer;
447462}
455470body {
456471 font-family : ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" , "Noto Color Emoji" ;
457472 background-color : # f4f4f4 ;
458- margin : 5px ;
459473 position : absolute;
460474 min-width : 50% ;
461- height : auto;
462475}
463476
464477.control-section {
@@ -531,7 +544,7 @@ body {
531544}
532545
533546.e-card-btn-txt span {
534- font-size : 17 px ;
547+ font-size : 20 px ;
535548 font-weight : bold;
536549 color : white;
537550}
@@ -555,12 +568,13 @@ body {
555568
556569.header .header-table {
557570 width : 35% ;
558- margin-right : 5% ;
571+ margin-right : 5% ;
559572}
560573
561574.e-grid .e-row .e-altrow {
562575 background-color : # e8ebea ;
563576}
577+
564578td {
565579 padding : 3px ;
566580}
@@ -572,30 +586,61 @@ td {
572586 width : 28px ;
573587}
574588
575- @media screen and (max-width : 1300px ) {
589+ .control-pane .amount .col-xs-6 {
590+ min-width : 20% ;
591+ }
592+
593+ .control-pane .payment .col-xs-3 {
594+ padding-left : 20px ;
595+ padding-right : 20px ;
596+ }
576597
598+ @media screen and (max-width : 1300px ) {
577599 .input-container-title {
578- font-size : 19 px ;
600+ font-size : 22 px ;
579601 }
580602
581603 .control-pane .amount .col-xs-6 {
582604 min-width : 20% ;
583- margin-bottom : 10px ;
584- margin-left : 2% ;
585605 }
586606
587607 .control-pane .payment .col-xs-3 {
588608 width : 25% ;
609+ padding-left : 20px ;
589610 }
590611
591612 .header .header-table {
592613 width : 28% ;
593- margin-right : 50px ;
614+ margin-right : 50px ;
615+ }
616+
617+ .card-control-section .vertical_card_layout .col-xs-3 .col-sm-3 # poscards .e-card {
618+ height : 70px !important ;
594619 }
595620}
596621
597- @media screen and (max-width : 1200px ) {
598- .header .input-container .e-input-group .e-control-wrapper .e-ddl {
599- width : 83% !important ;
622+ @media screen and (min-height : 550px ) {
623+ .control-pane .amount .control-section .card-layout .e-card {
624+ height : calc ((100vh - 405px ) / 3 );
625+ }
626+ }
627+
628+ @media screen and (max-height : 550px ) {
629+ .control-pane .amount .control-section {
630+ overflow-y : auto;
631+ }
632+ }
633+
634+ @media screen and (min-height : 700px ) {
635+
636+ .e-card .e-card-header ,
637+ .e-card .e-card-header-caption {
638+ line-height : calc ((100vh - 405px ) / 12 );
639+ }
640+ }
641+
642+ @media screen and (min-height : 800px ) {
643+ .control-pane .amount .e-card-header-title {
644+ font-size : 19px ;
600645 }
601646}
0 commit comments