File tree Expand file tree Collapse file tree 1 file changed +1
-34
lines changed
src/components/Profile/LanguageModal Expand file tree Collapse file tree 1 file changed +1
-34
lines changed Original file line number Diff line number Diff line change 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
- }
16
1
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
- }
35
2
36
3
.language-button {
37
4
background-color : # D9BFAF ;
64
31
65
32
66
33
67
-
34
+
You can’t perform that action at this time.
0 commit comments