Page MenuHomePhabricator
Paste P8213

Add vector styling for overlay
ActivePublic

Authored by santhosh on Mar 18 2019, 6:17 AM.
Referenced Files
F28407454: raw.txt
Mar 18 2019, 6:17 AM
Subscribers
None
.overlay {
position: absolute;
top: 10em;
left: 10em;
transition: all 0.25s ease-out 0s;
width: 75%;
max-height: calc( 100% - 2em );
border: 1px solid #a2a9b1;
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
.overlay-content {
padding: 1em;
outline: 1px solid #c8ccd1;
}
.mw-ui-icon-mf-overlay-close {
border: 0;
background: none;
}
}
.overlay-header {
.overlay-title {
padding: 0 1em;
cursor: default;
text-align: center;
h2 {
border: 0;
}
}
ul {
float: right;
}
}
.overlay-enabled .overlay,
.overlay-enabled #mw-mf-page-center {
height: auto;
}