v2.0.4-beta
This commit is contained in:
42
assets/sass/common/_ventajas.scss
Normal file
42
assets/sass/common/_ventajas.scss
Normal file
@ -0,0 +1,42 @@
|
||||
#ventajas {
|
||||
position: relative;
|
||||
|
||||
background-image: $fondo_ventajas_dimensiones;
|
||||
|
||||
.diagonal {
|
||||
position: absolute;
|
||||
background-blend-mode: color;
|
||||
}
|
||||
.gallery {
|
||||
position: relative;
|
||||
|
||||
text-align: center;
|
||||
|
||||
.image {
|
||||
max-height: inherit;
|
||||
img {
|
||||
max-height: inherit;
|
||||
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.nav {
|
||||
position: absolute;
|
||||
cursor: pointer;
|
||||
|
||||
background-color: rgb(255, 255, 255, .5);
|
||||
}
|
||||
.nav.left {
|
||||
top: 50%;
|
||||
left: 0;
|
||||
}
|
||||
.nav.right {
|
||||
top: 50%;
|
||||
right: 0;
|
||||
}
|
||||
&::after {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user