mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/elements/ve.ui.MWExpandableContentElement.css
Andrew Kostka c1d36072ea Add collapsible descriptions to the transclusion dialog
Bug: T273426
Change-Id: I793a66f5c5877451b70058e9388dd86b3fcaadd7
2021-05-10 11:18:17 +00:00

19 lines
398 B
CSS

.ve-ui-expandableContent-fade {
position: absolute;
background: linear-gradient( 90deg, transparent 0%, rgba( 255, 255, 255, 1 ) 30% );
bottom: 0;
right: 2.5em;
padding-left: 30px;
}
.ve-ui-expandableContent-collapsible {
overflow: hidden;
position: relative;
margin: 0.4em 0 0.5em 0;
transition: height 200ms;
}
.ve-ui-expandableContent-collapsible > :last-child {
margin-bottom: 0;
}