estilos popup
This commit is contained in:
parent
8619adbf4c
commit
172ac187a2
|
@ -3600,6 +3600,7 @@ div.simple_value > a > span.text p
|
|||
background:white;
|
||||
opacity: 0;
|
||||
transition: opacity 0.5s;
|
||||
-webkit-transition: opacity 0.5s;
|
||||
}
|
||||
.modalheader{
|
||||
text-align:center;
|
||||
|
@ -3810,6 +3811,7 @@ color:#82b92e;font-family:Nunito;font-size:10pt;position:relative;top:6px;
|
|||
#opacidad{
|
||||
opacity:0;
|
||||
transition: opacity 3s;
|
||||
-webkit-transition: opacity 3s;
|
||||
z-index:1;
|
||||
width:100%;
|
||||
height:100%;
|
||||
|
|
Loading…
Reference in New Issue