Update style.css
Browse files
style.css
CHANGED
@@ -57,8 +57,13 @@ body {
|
|
57 |
background-color: #f8f8f8;
|
58 |
}
|
59 |
|
|
|
|
|
|
|
|
|
|
|
60 |
.currency-box input {
|
61 |
-
margin:
|
62 |
padding: 15px;
|
63 |
font-size: 16px;
|
64 |
width: 100%;
|
@@ -67,6 +72,11 @@ body {
|
|
67 |
box-sizing: border-box;
|
68 |
}
|
69 |
|
|
|
|
|
|
|
|
|
|
|
70 |
.currency-select {
|
71 |
display: flex;
|
72 |
align-items: center;
|
|
|
57 |
background-color: #f8f8f8;
|
58 |
}
|
59 |
|
60 |
+
.currency-box {
|
61 |
+
margin: 10px 0;
|
62 |
+
width: 100%;
|
63 |
+
}
|
64 |
+
|
65 |
.currency-box input {
|
66 |
+
margin-top: 5px;
|
67 |
padding: 15px;
|
68 |
font-size: 16px;
|
69 |
width: 100%;
|
|
|
72 |
box-sizing: border-box;
|
73 |
}
|
74 |
|
75 |
+
.currency-box label {
|
76 |
+
font-weight: bold;
|
77 |
+
font-size: 16px;
|
78 |
+
}
|
79 |
+
|
80 |
.currency-select {
|
81 |
display: flex;
|
82 |
align-items: center;
|