Skip to content
Snippets Groups Projects
Commit 5d61a790 authored by Otto Zaiser's avatar Otto Zaiser
Browse files

Nuevos estilos casos y fijar version de Gulp en 3.9.1

parent a97ec54e
No related branches found
No related tags found
No related merge requests found
.view-casos-de-uso {
.row {
display: flex;
align-items: stretch;
flex-wrap: wrap;
}
.caso {
.contentWrapper {
//border: 1px solid $claro;
text-align: center;
}
img{
border-radius: 10px;
transition: opacity 0.5s ease;
}
img:hover{
opacity: .85;
}
margin-bottom: 20px;
h2 {
font-size: 1.1em;
margin: 10px;
font-weight: normal;
&:after {
content: none;
}
}
}
}
...@@ -10,7 +10,7 @@ body { ...@@ -10,7 +10,7 @@ body {
margin-top: 0; margin-top: 0;
} }
p { p, p:last-child, .form-group:last-child, .panel:last-child {
margin-bottom: 1.3em; margin-bottom: 1.3em;
} }
......
...@@ -194,3 +194,44 @@ ...@@ -194,3 +194,44 @@
} }
} }
.casos{
margin-top: 50px;
text-align: center;
margin-bottom: 50px;
.grid{
margin-bottom: 50px;
.row {
display: flex;
align-items: stretch;
flex-wrap: wrap;
}
.col-xs-12{
@media (max-width: 768px) {
margin-bottom: 50px;
}
}
.contentWrapper {
//border: 1px solid $claro;
img{
border-radius: 15px;
margin: 0 auto;
transition: opacity 0.5s ease;
}
img:hover{
opacity: .85;
}
h3 {
font-size: 1.1em;
margin: 10px;
font-weight: normal;
&:after {
content: none;
}
}
}
}
}
...@@ -11,4 +11,5 @@ ...@@ -11,4 +11,5 @@
@import 'general/miembros'; @import 'general/miembros';
@import 'general/faq'; @import 'general/faq';
@import 'general/eventos'; @import 'general/eventos';
@import 'general/casos';
@import 'general/login'; @import 'general/login';
This diff is collapsed.
This diff is collapsed.
...@@ -13,20 +13,20 @@ ...@@ -13,20 +13,20 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"browser-sync": "^2.18.7", "browser-sync": "^2.26.7",
"del": "^3.0.0", "del": "^3.0.0",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1", "gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^3.9.3", "gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1", "gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.1.1", "gulp-imagemin": "^6.0.0",
"gulp-plumber": "^1.1.0", "gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^3.1.0", "gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6", "gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"gulp-shell": "^0.6.5", "gulp-shell": "^0.6.5",
"gulp-newer": "^1.4.0" "gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^2.0.1"
}, },
"devDependencies": {} "devDependencies": {}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment