Skip to content
Snippets Groups Projects
Commit a97ec54e authored by Otto Zaiser's avatar Otto Zaiser
Browse files

Fix campos requeridos y home banner

parent 94c63fe1
No related branches found
No related tags found
No related merge requests found
...@@ -130,4 +130,16 @@ a.skip-link{ ...@@ -130,4 +130,16 @@ a.skip-link{
overflow: hidden; overflow: hidden;
-ms-overflow-style: none; -ms-overflow-style: none;
} }
}
// Formularios Asterisco
.form-required:after {
font-size: 1.5em;
display: inline-block;
vertical-align: text-top;
content: "*";
color: red;
background-image: none;
background-size: auto;
} }
\ No newline at end of file
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
.hero_bg { .hero_bg {
position: absolute; position: absolute;
z-index: -100; z-index: -100;
top: -40px; top: -45px;
bottom: 0; bottom: 0;
right: 0; right: 0;
left: 0; left: 0;
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment