mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/elements/ve.ui.MWExpandableContentElement.css

28 lines
564 B
CSS
Raw Normal View History

.ve-ui-expandableContent-collapsible {
overflow: hidden;
position: relative;
margin: 0.4em 0 0.5em 0;
transition: height 200ms;
}
.ve-ui-expandableContent-container {
display: flex;
align-items: center;
position: absolute;
bottom: 0;
}
.ve-ui-expandableContent-toggle {
background-color: rgba( 255, 255, 255, 1 );
}
.ve-ui-expandableContent-fade {
background: linear-gradient( 90deg, rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, 1 ) 90% );
width: 50px;
height: 100%;
}
.ve-ui-expandableContent-collapsible > :last-child {
margin-bottom: 0;
}