v2.2.1-rc
This commit is contained in:
@ -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>
|
||||
|
9
assets/html/013_arriba.html
Normal file
9
assets/html/013_arriba.html
Normal 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>
|
@ -34,5 +34,7 @@
|
||||
}
|
||||
.content>.button {
|
||||
width: 100%;
|
||||
color: $blanco;
|
||||
background-color: $gris_standard;
|
||||
}
|
||||
}
|
||||
|
@ -55,7 +55,7 @@
|
||||
}
|
||||
.button {
|
||||
width: 100%;
|
||||
background-color: #666667;
|
||||
background-color: $gris_standard;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
.button {
|
||||
width: 100%;
|
||||
background-color: #666667;
|
||||
background-color: $gris_standard;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
@ -55,7 +55,7 @@
|
||||
}
|
||||
.button {
|
||||
width: 100%;
|
||||
background-color: #666667;
|
||||
background-color: $gris_standard;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
@ -63,6 +63,8 @@
|
||||
}
|
||||
.button {
|
||||
width: 100%;
|
||||
color: $blanco;
|
||||
background-color: $gris_standard;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -258,6 +258,8 @@ html {
|
||||
}
|
||||
#carro .content > .button {
|
||||
width: 100%;
|
||||
color: white;
|
||||
background-color: #333333;
|
||||
}
|
||||
|
||||
.white.circle {
|
||||
@ -468,7 +470,7 @@ i.font-icon.chile:before {
|
||||
}
|
||||
#corporativos form .button {
|
||||
width: 100%;
|
||||
background-color: #666667;
|
||||
background-color: #333333;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@ -720,7 +722,7 @@ i.font-icon.chile:before {
|
||||
}
|
||||
#corporativos form .button {
|
||||
width: 100%;
|
||||
background-color: #666667;
|
||||
background-color: #333333;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@ -734,7 +736,7 @@ i.font-icon.chile:before {
|
||||
}
|
||||
#contacto .button {
|
||||
width: 100%;
|
||||
background-color: #666667;
|
||||
background-color: #333333;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@ -816,6 +818,8 @@ i.font-icon.chile:before {
|
||||
}
|
||||
#columna_sticky .sticky .column:first-child .button {
|
||||
width: 100%;
|
||||
color: white;
|
||||
background-color: #333333;
|
||||
}
|
||||
|
||||
#menu i {
|
||||
|
2
public/assets/styles/main.min.css
vendored
2
public/assets/styles/main.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user