update
This commit is contained in:
+4
-4
@@ -8,7 +8,7 @@
|
||||
.btn_ { position: absolute; bottom: -11%; left: 72%; }
|
||||
.card_intro { background-image: linear-gradient(to bottom, #ffffff, #fafaff, #f3f5ff, #ebf0ff, #e1ecff); border: 0; border-top-left-radius:25px; border-top-right-radius: 25px; }
|
||||
.bg-blanco { background-image: url(img/fondos/bg0.png); background-repeat: no-repeat; background-size: cover; background-position: center; }
|
||||
.bg_actividad { background-image: linear-gradient(to right, #b9230f, #ad210e, #a21e0d, #961c0c, #8b1a0b); border-top-right-radius: 25px;}
|
||||
.bg_actividad { background: linear-gradient(to right, #ff002d 0%, #d90026 100%); border-top-right-radius: 25px;}
|
||||
.bg-gris { background-image: url(img/actividad/bg_gris.png); background-repeat: no-repeat; background-size: cover; background-position: center; }
|
||||
.cuadro_gris { position: relative; background-image: url(img/actividad/gris.png); background-repeat: no-repeat; background-size: 100% 100%; margin: 0 auto; }
|
||||
.opcion { position: relative; padding-top: 10px; cursor: pointer; padding-left: 18px; }
|
||||
@@ -18,7 +18,7 @@
|
||||
.opcion.selected:hover { content: ""; position: absolute; background-image: url(img/actividad/2.png); width: 52px; height: 52px; background-repeat: no-repeat; top: 0; left: -60px; }
|
||||
.sec2.good { background-image: url(img/fondos/bg8.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; }
|
||||
.sec2.bad { background-image: url(img/fondos/bg9.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; }
|
||||
.text-rojo-1 { color: #b9230f; font-weight: bold; }
|
||||
.text-rojo-1 { color: #FF002D; font-weight: bold; }
|
||||
.swal2-popup.popup-class { height: 100%;}
|
||||
</style>
|
||||
</head>
|
||||
@@ -329,7 +329,7 @@
|
||||
allowEscapeKey: false,
|
||||
allowEnterKey: false,
|
||||
showConfirmButton: false,
|
||||
closeButtonHtml: '<div><img src="img/template/close.png"></div>',
|
||||
closeButtonHtml: '<div><img src="img/template/close.svg" width = "50"></div>',
|
||||
onBeforeOpen: function () {
|
||||
},
|
||||
onOpen: function () {
|
||||
@@ -366,7 +366,7 @@
|
||||
allowEscapeKey: false,
|
||||
allowEnterKey: false,
|
||||
showConfirmButton: false,
|
||||
closeButtonHtml: '<div><img src="img/template/close.png"></div>',
|
||||
closeButtonHtml: '<div><img src="img/template/close.svg" width = "50"></div>',
|
||||
onBeforeOpen: function () {
|
||||
},
|
||||
onOpen: function () {
|
||||
|
||||
Reference in New Issue
Block a user