@@ -12,38 +12,34 @@ table {
1212 border-collapse : collapse;
1313}
1414th , td {
15- padding : 10 px ;
15+ padding : 6 px ;
1616 text-align : left;
1717 border-bottom : 1px solid # ddd ;
1818}
1919th {
2020 background-color : # f2f2f2 ;
2121 font-weight : bold;
2222}
23- # form-buttons {
24- display : flex;
25- justify-content : space-between;
26- }
2723input [type = "text" ], input [type = "number" ] {
2824 width : calc (100% - 12px );
29- padding : 8 px ;
30- margin : 4 px 0 ;
25+ padding : 6 px ;
26+ margin : 2 px 0 ;
3127 border : 1px solid # ccc ;
3228 border-radius : 4px ;
3329}
34- input [type = "submit" ], input [type = "button" ] {
35- width : calc (50% - 12px );
30+ # form-buttons {
31+ display : flex;
32+ justify-content : space-between;
33+ margin : 0 8px 0 ;
3634}
37- . add-row-btn {
38- margin : 10 px 0 ;
35+ input [ type = "submit" ] , input [ type = "button" ] {
36+ width : calc ( 40 % - 12 px ) ;
3937}
40- # add-row-container {
38+ input [type = "button" ]# addRowBtn {
39+ width : calc (20% - 12px );
4140 text-align : center;
42- display : flex;
43- justify-content : center;
44- align-items : center;
41+ font-size : 1.4rem ;
4542}
46-
4743/* Timer and Shared Styles */
4844body {
4945 font-family : Arial, sans-serif;
9288 font-weight : bold;
9389 color : var (--primary-color );
9490}
95- .add-row-btn , . next-button , footer a , input [type = "submit" ], input [type = "button" ] {
96- font-size : 0.8 rem ;
97- padding : 10 px 20 px ;
91+ .next-button , footer a , input [type = "submit" ], input [type = "button" ] {
92+ font-size : 0.9 rem ;
93+ padding : 6 px 12 px ;
9894 background-color : var (--btn-primary-color );
9995 color : white;
10096 border : none;
@@ -115,7 +111,7 @@ footer a {
115111footer a : hover , .next-button : hover , input [type = "submit" ]: hover , input [type = "button" ]: hover {
116112 background-color : var (--btn-hover-color );
117113}
118- .next-button : disabled {
114+ input [ type = "button" ] # addRowBtn : disabled , .next-button : disabled {
119115 background-color : # 6c757d ;
120116 cursor : not-allowed;
121117}
0 commit comments