Skip to content

Commit 8614504

Browse files
authored
Update LanguageModal.css
1 parent a47a7b1 commit 8614504

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed
Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,4 @@
1-
.modal-content {
2-
position: fixed;
3-
top: 50%;
4-
left: 50%;
5-
transform: translate(-50%, -50%);
6-
background-color: #EBE1DB;
7-
border: 2px solid #934A21;
8-
border-radius: 8px;
9-
padding: 20px;
10-
width: 400px;
11-
max-width: calc(100% - 40px); /* Ajuste para evitar desbordamiento horizontal */
12-
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
13-
text-align: center;
14-
z-index: 1000; /* Asegura que esté por encima de otros elementos */
15-
}
161

17-
.modal-overlay {
18-
position: fixed;
19-
top: 0;
20-
left: 0;
21-
right: 0;
22-
bottom: 0;
23-
background-color: rgba(0, 0, 0, 0.5);
24-
display: flex;
25-
align-items: center; /* Centrar verticalmente */
26-
justify-content: center; /* Centrar horizontalmente */
27-
z-index: 999; /* Asegura que esté detrás del modal */
28-
}
29-
30-
.modal-header {
31-
font-size: 20px;
32-
margin-bottom: 15px;
33-
color: #934A21;
34-
}
352

363
.language-button {
374
background-color: #D9BFAF;
@@ -64,4 +31,4 @@
6431

6532

6633

67-
34+

0 commit comments

Comments
 (0)