Proyectos y parte de Proyecto
This commit is contained in:
@ -145,17 +145,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#contacto {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
|
||||
.header {
|
||||
color: #0d103c !important;
|
||||
font-weight: 900;
|
||||
}
|
||||
.form .button {
|
||||
background-color: #429ab7;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
@ -56,6 +56,20 @@ a {
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
#contacto {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
|
||||
.header {
|
||||
color: #0d103c !important;
|
||||
font-weight: 900;
|
||||
}
|
||||
.form .button {
|
||||
background-color: #429ab7;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #429ab7;
|
||||
color: white;
|
||||
|
84
resources/assets/sass/proyecto.scss
Normal file
84
resources/assets/sass/proyecto.scss
Normal file
@ -0,0 +1,84 @@
|
||||
#proyecto {
|
||||
background-color: #a7a9ab;
|
||||
padding-bottom: 2rem;
|
||||
|
||||
.titulo {
|
||||
color: #404041;
|
||||
.header {
|
||||
color: #0d103c !important;
|
||||
}
|
||||
.direccion {
|
||||
padding-left: 2rem;
|
||||
}
|
||||
.publicado {
|
||||
padding-top: .5rem;
|
||||
}
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
#galeria {
|
||||
padding-bottom: 4rem;
|
||||
|
||||
&>.image img {
|
||||
max-height: 60rem;
|
||||
}
|
||||
|
||||
.grid {
|
||||
padding-top: 2rem;
|
||||
}
|
||||
}
|
||||
#buscar {
|
||||
color: #404041 !important;
|
||||
padding-top: 2rem;
|
||||
|
||||
.header {
|
||||
color: inherit;
|
||||
}
|
||||
.divider {
|
||||
background-color: white;
|
||||
}
|
||||
.field {
|
||||
input[type='text'] {
|
||||
background-color: inherit !important;
|
||||
}
|
||||
}
|
||||
.slider {
|
||||
.track-fill {
|
||||
background-color: #0d103c !important;
|
||||
}
|
||||
}
|
||||
.price_label {
|
||||
margin-top: -1rem;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
#datos {
|
||||
.tabular {
|
||||
.item {
|
||||
background-color: #a7a9ab !important;
|
||||
border: thin solid white;
|
||||
|
||||
&:not(.active) {
|
||||
border: thin solid #a7a9ab;
|
||||
background-color: white !important;
|
||||
}
|
||||
&:last-child {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.segment {
|
||||
border: none !important;
|
||||
|
||||
.informacion {
|
||||
.row {
|
||||
border-bottom: thin dotted white;
|
||||
|
||||
&:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
60
resources/assets/sass/proyectos.scss
Normal file
60
resources/assets/sass/proyectos.scss
Normal file
@ -0,0 +1,60 @@
|
||||
#proyectos {
|
||||
background-color: #a7a9ab;
|
||||
padding-top: 2rem;
|
||||
|
||||
.titulo {
|
||||
color: #0d103c;
|
||||
}
|
||||
|
||||
.tabular.menu .item {
|
||||
color: #404041 !important;
|
||||
}
|
||||
|
||||
.grid {
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 2rem;
|
||||
|
||||
.ficha {
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
box-shadow: none !important;
|
||||
|
||||
.content {
|
||||
.segment {
|
||||
background-color: #e6e6e7 !important;
|
||||
padding-top: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
font-weight: 300;
|
||||
}
|
||||
.button {
|
||||
font-family: inherit !important;
|
||||
font-weight: 900;
|
||||
padding-top: 0.3rem !important;
|
||||
padding-bottom: 0.3rem !important;
|
||||
background-color: #0d103c !important;
|
||||
}
|
||||
}
|
||||
.image {
|
||||
overflow: hidden;
|
||||
}
|
||||
.overlay {
|
||||
background-color: #0d103c;
|
||||
color: white;
|
||||
opacity: 0.8;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
top: 1.9rem;
|
||||
right: -2.2rem;
|
||||
width: 10rem;
|
||||
padding-top: .3rem;
|
||||
padding-bottom: .3rem;
|
||||
-webkit-transform: rotate(45deg);
|
||||
-moz-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
-o-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user