Mejora alerta pagina externa

parent 7b856aa1
......@@ -49,47 +49,3 @@ and open the template in the editor.
padding: 10px 10px 10px 10px;
}
/*alertas*/
header.masthead-kushki {
position: relative;
overflow: hidden;
padding-bottom: 0;
background: -webkit-gradient(linear, left bottom, left top, from(#ff6a00), to(#ee0979));
background: white;
}
/* Mensaje de alertas */
.alert-ok {
font-family: 'Roboto Condensed', sans-serif;
font-size: 1.1em;
border-radius:5px;
padding: 20px;
overflow:hidden;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
/* background-color:#8dc081; /* Verde */
color: red;
margin-bottom: 15px;
}
/* Botón cerrar */
.closebtn-ok {
color: #333333;
font-weight: bold;
font-size: 32px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}
.closebtn-ok:hover {
color: #777777;
}
.icon-one {
color:red;
font-weight: bold;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}
.txt-alerta { color:#444444; }
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment