This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$salmon : #ff7c7c; | |
$color-error : $salmon; | |
.alert-browser { | |
background: color-error; | |
color: #fff; | |
padding: 15px 20px; | |
position: fixed; | |
text-align: center; | |
width: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--[if lt IE 9]> | |
<div class="alert-browser"> | |
Oops! Parece que estás usando un navegador desactualizado. Por favor <a href="http://browsehappy.com/?locale=es_ES">actualiza tu navegador</a> para mejorar tu experiencia en la web. | |
</div> | |
<![endif]--> |