@use 'iro-sass/src/index' as iro; @use '../functions' as fn; @include iro.props-namespace('lightbox') { @include iro.props-store(( --dims: ( ), ), 'dims'); @include iro.bem-object(iro.props-namespace()) { display: contents; @include iro.bem-elem('header') { display: flex; box-sizing: border-box; flex: 0 0 auto; align-items: center; width: 100%; } @include iro.bem-elem('img') { align-self: center; max-width: 100%; min-height: 0; max-height: 100%; margin-top: auto; margin-bottom: auto; } @include iro.bem-elem('close-btn') { margin-left: auto; } } }