v2.0.4-beta
This commit is contained in:
58
assets/sass/common/_contacto.scss
Normal file
58
assets/sass/common/_contacto.scss
Normal file
@ -0,0 +1,58 @@
|
||||
#contacto {
|
||||
position: relative;
|
||||
margin-top: 1rem;
|
||||
|
||||
.background {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: $gris;
|
||||
clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
|
||||
}
|
||||
|
||||
.column {
|
||||
height: 100%;
|
||||
}
|
||||
.column:first-child {
|
||||
width: 67%;
|
||||
}
|
||||
.column:last-child {
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
div.whatsapp {
|
||||
background-color: green;
|
||||
padding: .5rem 0;
|
||||
color: $blanco;
|
||||
}
|
||||
|
||||
.icons {
|
||||
.icon:first-child {
|
||||
color: $blanco;
|
||||
}
|
||||
.icon:last-child {
|
||||
color: $gris;
|
||||
}
|
||||
}
|
||||
|
||||
.paragraph {
|
||||
margin-bottom: .5rem;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
form {
|
||||
.row {
|
||||
margin-bottom: .5rem;
|
||||
|
||||
input {
|
||||
height: 1.5rem;
|
||||
}
|
||||
textarea {
|
||||
height: 5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user