File tree Expand file tree Collapse file tree 1 file changed +41
-40
lines changed Expand file tree Collapse file tree 1 file changed +41
-40
lines changed Original file line number Diff line number Diff line change 1
- * {
1
+ * {
2
2
margin : 0 ;
3
3
padding : 0 ;
4
4
box-sizing : border-box;
5
- }
6
-
7
- body {
5
+ }
6
+
7
+ body {
8
8
height : 100vh ;
9
9
display : flex;
10
10
justify-content : center;
11
11
align-items : center;
12
12
flex-direction : column;
13
13
background-color : # d3f1f8 ;
14
- }
15
-
16
- .vat-calc {
14
+ }
15
+
16
+ .vat-calc {
17
17
background : # 0ad3ff ;
18
18
padding : 3rem 1rem ;
19
19
border-radius : 10px ;
20
- box-shadow : 0 1px 5px 0 rgba (28 , 184 , 227 , 1 );
20
+ box-shadow : 0 1px 5px 0 rgba (28 , 184 , 227 , 1 );
21
21
margin : 0 auto;
22
- }
23
-
24
- h2 {
22
+ }
23
+
24
+ h2 {
25
25
text-align : center;
26
26
font-size : 2rem ;
27
27
text-transform : uppercase;
28
28
padding : 1.2rem 0 ;
29
29
color : # fff ;
30
- }
31
-
32
- .main-wrapper {
30
+ }
31
+
32
+ .main-wrapper {
33
33
padding : 1rem ;
34
34
height : 160px ;
35
35
border-radius : 5px ;
36
- }
37
-
38
- .button_group {
36
+ }
37
+
38
+ .button_group {
39
39
display : flex;
40
- }
41
-
42
- .main-btn {
40
+ }
41
+
42
+ .main-btn {
43
43
padding : 0.6rem 0 ;
44
44
font-size : 1rem ;
45
45
border-radius : 25px ;
52
52
margin-top : 36px ;
53
53
transition : all 0.5s ease;
54
54
cursor : pointer;
55
- }
56
-
57
- .main-btn : hover {
55
+ }
56
+
57
+ .main-btn : hover {
58
58
background : # 252525 ;
59
59
color : # fff ;
60
- }
61
-
62
- form {
60
+ }
61
+
62
+ form {
63
63
line-height : 1.8 ;
64
- }
65
-
66
- form label {
64
+ }
65
+
66
+ form label {
67
67
font-weight : bold;
68
68
padding-right : 0.5rem ;
69
69
color : # fff ;
70
- }
71
-
72
- form input {
70
+ }
71
+
72
+ form input {
73
73
font-size : 1rem ;
74
74
padding : 0.3rem ;
75
75
outline : none;
76
76
border : none;
77
77
text-align : right;
78
- border-radius : 5px ;
79
- }
80
-
81
- form input [disabled ]{
78
+ border-radius : 5px ;
79
+ }
80
+
81
+ form input [disabled ] {
82
82
border : 1ps solid # fff ;
83
- }
84
-
85
- form div {
83
+ }
84
+
85
+ form div {
86
86
display : flex;
87
87
justify-content : space-between;
88
88
padding : 0.3rem 0 ;
89
- }
89
+ }
90
+
You can’t perform that action at this time.
0 commit comments