v2.2.1-rc

This commit is contained in:
2021-01-14 23:55:53 -03:00
parent 7b43fb0880
commit d9e492fb40
12 changed files with 27 additions and 10 deletions

View File

@ -6,7 +6,7 @@
<i class="bars icon"></i>
</div>
<div class="menu">
<a class="item" href="./">Inicio</a>
<a class="item" href="#header">Inicio</a>
<a class="item" href="#ventajas">Ventajas</a>
<a class="item" href="#dimensiones">Dimensiones</a>
<a class="item" href="#corporativos">Corporativos</a>

View File

@ -0,0 +1,9 @@
<div class="ui bottom fixed text menu">
<div class="ui container">
<div class="right menu">
<a class="item" href="#header">
<i class="bordered up arrow icon"></i>
</a>
</div>
</div>
</div>

View File

@ -34,5 +34,7 @@
}
.content>.button {
width: 100%;
color: $blanco;
background-color: $gris_standard;
}
}

View File

@ -55,7 +55,7 @@
}
.button {
width: 100%;
background-color: #666667;
background-color: $gris_standard;
color: white;
}
}

View File

@ -6,7 +6,7 @@
.button {
width: 100%;
background-color: #666667;
background-color: $gris_standard;
color: white;
}
}

View File

@ -55,7 +55,7 @@
}
.button {
width: 100%;
background-color: #666667;
background-color: $gris_standard;
color: white;
}
}

View File

@ -63,6 +63,8 @@
}
.button {
width: 100%;
color: $blanco;
background-color: $gris_standard;
}
}
}