File tree Expand file tree Collapse file tree 1 file changed +5
-53
lines changed
src/components/EditWaterModal Expand file tree Collapse file tree 1 file changed +5
-53
lines changed Original file line number Diff line number Diff line change @@ -331,28 +331,10 @@ font-weight: 700;
331331
332332/* Media Queries for responsiveness */
333333@media (min-width : 768px ) {
334- /* .modalBody input[type='text'],
335- .modalBody input[type='number'],
336- .modalBody select {
337- display: flex;
338- justify-content: flex-start;
339- width: 100%;
340- height: 44px;
341- border: 1px solid var(--secondary-color---5);
342- border-radius: 6px;
343- padding: 12px 10px;
344- font-family: Roboto, sans-serif;
345- font-size: 16px;
346- font-weight: 400;
347- line-height: 20px;
348- color: var(--primery-color-blue);
349- box-sizing: border-box;
350- margin-bottom: 24px;
351- } */
352334
353335 .modalContent {
354336 max-width : 704px ;
355- padding : 15 px ;
337+ padding : 24 px 32 px ;
356338 }
357339
358340 .waterEntry {
@@ -399,40 +381,10 @@ font-weight: 700;
399381 }
400382}
401383
402- /* @media (max -width: 480px ) {
384+ @media (min -width: 1440 px ) {
403385 .modalContent {
404- width: 100%;
405- padding: 10px;
406- }
407-
408- .waterEntry {
409- width: 45%;
410- }
411-
412- .waterEntry img {
413- width: 20px;
414- height: 20px;
415- }
416-
417- .waterAmount,
418- .waterTime {
419- font-size: 14px;
420- }
421-
422- .amountSelector button {
423- width: 20px;
424- height: 20px;
425- font-size: 14px;
386+ width : 592px ;
387+ padding : 32px 24px ;
426388 }
427389
428- .amountSelector span {
429- font-size: 14px;
430- padding: 3px 6px;
431- }
432-
433- .saveButton {
434- width: 70px;
435- padding: 6px;
436- font-size: 12px;
437- }
438- } */
390+ }
You can’t perform that action at this time.
0 commit comments