Преглед изворни кода

Update style on the inventory check card inputs.

Lee Morgan пре 5 година
родитељ
комит
d99bc63e93
1 измењених фајлова са 4 додато и 10 уклоњено
  1. 4 10
      views/dashboardPage/css/strands/home.css

+ 4 - 10
views/dashboardPage/css/strands/home.css

@@ -108,6 +108,9 @@
         }
 
             .numberInput button{
+                display: flex;
+                justify-content: center;
+                align-items: center;
                 width: 30%;
                 font-size: 23px;
                 background: rgb(0, 27, 45);
@@ -117,20 +120,11 @@
                 cursor: pointer;
             }
 
-            .numberInput button:first-of-type{
-                border-bottom-left-radius: 5px;
-                border-top-left-radius: 5px;
-            }
-
-            .numberInput button:last-of-type{
-                border-bottom-right-radius: 5px;
-                border-top-right-radius: 5px;
-            }
-
             .numberInput input{
                 width: 55%;
                 font-size: 15px;
                 text-align: center;
+                border: 1px solid black;
             }
 
             .numberInput input::-webkit-outer-spin-button,