libreoffice-online/browser/css/welcome.css

27 lines
589 B
CSS
Raw Normal View History

.iframe-welcome-wrap,
.iframe-welcome-content {
position: fixed;
z-index: 1106;
display: flex;
width: 100%;
height: 100%;
justify-content: center;
align-items: center;
background-color: var(--color-overlay);
}
.iframe-welcome-modal {
display: flex;
width: 95%;
height: 95%;
max-width: 700px;
max-height: 512px;
justify-content: center;
align-items: center;
-webkit-box-shadow: 0 0 3px var(--color-box-shadow);
box-shadow: 0 0 3px var(--color-box-shadow);
border-width: 0;
border-radius: var(--border-radius-large);
background-color: var(--color-background-lighter);
}