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

Cambios de variables

parent c255c71c
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@
white-space: normal;
font-size: 1.125em;
background-color: #fff;
color: #0094d4;
color: $primaryColor;
margin-left: 0px;
}
.navbar-nav li ul.dropdown-menu li a:hover {
......
.top{
position: absolute;
top: 8px;
z-index: 1031;
width: 100%;
margin-bottom: 40px;
nav > ul > li {
float: right !important;
a{
color: $blanco;
font-size: 0.75em;
&:hover, &:focus{
background: transparent;
text-decoration: underline;
}
}
}
nav > ul > li:first-child>a {
color: $primaryColor;
background-color: transparent;
border-color: $primaryColor;
border-width: 2px;
border-style: solid;
border-image: initial;
padding: 5px 8px;
border-radius: 20px;
margin-top: 2px;
transition: all 0.2s ease;
&:hover, &:focus{
color: $blanco;
background-color: $primaryColor;
text-decoration: none;
}
@media (min-width: 768px) {
color: $blanco;
background-color: transparent;
border-color: $blanco;
&:hover, &:focus{
color: $primaryColor;
background-color: $blanco;
}
}
}
}
\ No newline at end of file
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