Skip to content

Commit 9dee802

Browse files
authored
correcciones entrega final
- Se modificó el estilo de algunos componentes para unificar el aspecto del proyecto.
1 parent 003e803 commit 9dee802

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

css/main.css

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ h4 {
3434
font-size: 1.424rem;
3535
color: #2E2D38;
3636
}
37-
h5, th {
37+
h5 {
3838
font-family: "Akatab", sans-serif;
3939
font-weight: 700;
4040
font-style: normal;
@@ -48,7 +48,7 @@ h6 {
4848
font-size: 1.125rem;
4949
color: #9B97B5;
5050
}
51-
p, a, li, td, input, label {
51+
p, a, li, td, input, label, th, td {
5252
font-family: "Chocolate Classical Sans", sans-serif;
5353
font-weight: 400;
5454
font-style: normal;
@@ -74,16 +74,16 @@ header nav{
7474
display: flex;
7575
flex-direction: row;
7676
justify-content: space-between;
77-
padding: 8px 32px;
77+
padding: 8px;
7878
}
7979
header nav ul {
8080
display: flex;
8181
flex-direction: row;
8282
align-items: center;
83+
gap: 16px;
8384
}
8485
header nav ul li{
8586
padding: 8px 24px;
86-
margin-left: 16px;
8787
list-style: none;
8888
border: 2px solid #FCFCFE;
8989
}
@@ -150,6 +150,16 @@ button{
150150
color: #FCFCFE;
151151
padding: 8px 16px;
152152
}
153+
#cotizacionDiv {
154+
display: flex;
155+
flex-direction: column;
156+
gap: 2px;
157+
}
158+
#cotizacionDiv .exito {
159+
display: flex;
160+
flex-direction: column;
161+
gap: 8px;
162+
}
153163
.disclaimer{
154164
display: flex;
155165
flex-direction: column;
@@ -164,25 +174,24 @@ table {
164174
margin-bottom: 32px;
165175
border-spacing: 0;
166176
border-radius: 8px;
167-
background-color: #9B97B5;
177+
background-color: transparent;
168178
box-shadow: 0 2px 8px rgba(155, 151, 181, .5);
169-
padding: 2px 4px;
179+
padding: 8px;
170180
text-align: left;
171181
}
172182
tr:hover {
173183
background-color: #AD9D37;
174184
border-radius: 8px;
175185
}
176186
th {
177-
color: #ECEBF7;
187+
color: #2E2D38;
178188
padding: 2px 4px;
179-
border-bottom: 2px solid #ECEBF7;
189+
border: 1px solid #AD6737;
180190
}
181191
td {
182-
color: #ECEBF7;
183-
min-width:112px;
192+
color: #3D3A58;
184193
padding: 2px 4px;
185-
border-bottom: 1px solid #ECEBF7;
194+
border: 1px solid #AD6737;
186195
}
187196
/*Footer*/
188197
footer {

0 commit comments

Comments
 (0)