0byt3m1n1
Path:
/
var
/
www
/
clients
/
client38
/
web37
/
web
/
wp-content
/
themes
/
Impreza
/
common
/
css
/
elements
/
[
Home
]
File: vwrapper.css
/* * Vertical Wrapper */ .w-vwrapper { display: flex; flex-direction: column; } .w-vwrapper.align_center { align-items: center; } .rtl .w-vwrapper.align_right, body:not(.rtl) .w-vwrapper.align_left { align-items: flex-start; } .rtl .w-vwrapper.align_left, body:not(.rtl) .w-vwrapper.align_right { align-items: flex-end; } .w-vwrapper.valign_middle { justify-content: center; } .w-vwrapper.valign_bottom { justify-content: flex-end; } .w-vwrapper > *:not(:last-child) { margin-bottom: 0.7rem; /* fallback for IE11 */ margin-bottom: var(--vwrapper-gap, 0.7rem); }