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

@ -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 {

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