2022-04-16 17:12:47 -05:00
|
|
|
.iframe-welcome-wrap,
|
|
|
|
.iframe-welcome-content {
|
2022-09-21 03:57:55 -05:00
|
|
|
position: fixed;
|
2021-10-20 13:36:47 -05:00
|
|
|
z-index: 1106;
|
2021-10-29 04:38:07 -05:00
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2022-04-16 17:12:47 -05:00
|
|
|
background-color: var(--color-overlay);
|
2021-10-20 13:36:47 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.iframe-welcome-modal {
|
2022-04-16 17:12:47 -05:00
|
|
|
display: flex;
|
|
|
|
width: 95%;
|
|
|
|
height: 95%;
|
|
|
|
max-width: 700px;
|
|
|
|
max-height: 512px;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2022-02-25 18:07:57 -06:00
|
|
|
-webkit-box-shadow: 0 0 3px var(--color-box-shadow);
|
2022-02-25 17:07:28 -06:00
|
|
|
box-shadow: 0 0 3px var(--color-box-shadow);
|
2021-10-29 04:43:41 -05:00
|
|
|
border-width: 0;
|
2022-02-12 13:02:33 -06:00
|
|
|
border-radius: var(--border-radius-large);
|
2022-03-14 06:13:01 -05:00
|
|
|
background-color: var(--color-background-lighter);
|
2021-10-20 13:36:47 -05:00
|
|
|
}
|