forked from qwerty/tupali
cambios en style.css
This commit is contained in:
parent
a82c211ba6
commit
b9f57d1bf0
@ -46,15 +46,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.box-secciones {
|
.box-secciones {
|
||||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
||||||
transition: all 0.3s cubic-bezier(.25, .8, .25, 1) !important;
|
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.box-secciones:hover {
|
.box-secciones:hover {
|
||||||
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
||||||
}
|
}git
|
||||||
|
|
||||||
.img-secciones {
|
.img-secciones {
|
||||||
max-height: 150px;
|
max-height: 150px;
|
||||||
|
Loading…
Reference in New Issue
Block a user