| Current Path : /var/www/html/reddsis/node_modules/grapesjs/src/styles/scss/ |
| Current File : /var/www/html/reddsis/node_modules/grapesjs/src/styles/scss/_gjs_modal.scss |
@use 'gjs_vars';
@use 'gjs_category_general';
.#{gjs_vars.$mdl-prefix} {
&container {
font-family: var(--gjs-main-font);
overflow-y: auto;
position: fixed;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 100;
}
&dialog {
text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.05);
animation: #{gjs_vars.$app-prefix}slide-down 0.215s;
margin: auto;
max-width: 850px;
width: 90%;
border-radius: 3px;
font-weight: lighter;
position: relative;
z-index: 2;
}
&title {
font-size: 1rem;
}
&btn-close {
@extend .btn-cl;
position: absolute;
right: 15px;
top: 5px;
}
&active .#{gjs_vars.$mdl-prefix}dialog {
animation: #{gjs_vars.$mdl-prefix}slide-down 0.216s;
}
&header,
&content {
padding: 10px 15px;
clear: both;
}
&header {
position: relative;
border-bottom: 1px solid var(--gjs-main-dark-color);
padding: 15px 15px 7px;
}
}
.#{gjs_vars.$app-prefix}export-dl::after {
content: '';
clear: both;
display: block;
margin-bottom: 10px;
}