219 lines
5.1 KiB
CSS
219 lines
5.1 KiB
CSS
|
|
/**********************************************************************
|
|
|
|
.massmailer [hidden]{
|
|
display:none;
|
|
}
|
|
.massmailer .massmail-send{
|
|
justify-self: center;
|
|
}
|
|
.massmailer .panes{
|
|
grid-template-columns: 2fr 3fr;
|
|
}
|
|
|
|
.massmailer article header h1{
|
|
color: var(--eicui-base-color-primary);
|
|
}
|
|
.massmailer article header h1.mailing-name{
|
|
text-align: center;
|
|
}
|
|
.massmailer article header .template-name,
|
|
.massmailer article header h1.mailing-name span{
|
|
color: var(--eicui-body-color);
|
|
}
|
|
|
|
.massmailer .workflow[loading="true"]::before{
|
|
content: "\e981";
|
|
animation: spin 1s infinite linear;
|
|
font-family: 'glyphs';
|
|
position: absolute;
|
|
font-size: inherit;
|
|
width: min-content;
|
|
color: var(--app-color-info);
|
|
left: var(--eicui-base-spacing-xs);
|
|
top: var(--eicui-base-spacing-xs);
|
|
background: transparent;
|
|
z-index: 2;
|
|
}
|
|
.massmailer .workflow[loading="true"]::after{
|
|
content: "updating...";
|
|
position: absolute;
|
|
font-size: inherit;
|
|
width: min-content;
|
|
padding: 0 var(--eicui-base-spacing-s);
|
|
color: var(--app-color-info);
|
|
top: 0;
|
|
padding: var(--eicui-base-spacing-xs) var(--eicui-base-spacing-xs) var(--eicui-base-spacing-xs) var(--eicui-base-spacing-xl);
|
|
background: transparent;
|
|
left: 0;
|
|
}
|
|
.massmailer .workflow text.title{
|
|
font-size: var(--eicui-base-font-size-xs);
|
|
}
|
|
.massmailer .workflow text.subtitle{
|
|
font-size: calc(var(--eicui-base-font-size-xs)/1.2);
|
|
font-style: italic;
|
|
}
|
|
.massmailer .workflow .badge{
|
|
opacity: .85;
|
|
}
|
|
.massmailer .templates-grid{
|
|
height: fit-content;
|
|
min-height: 8em;
|
|
}
|
|
.massmailer span.token[eicchip]{
|
|
font-size: 0.75rem;
|
|
}
|
|
.massmailer .templates-grid li.row{
|
|
grid-template-columns: 15em 10em 4em 8em;
|
|
}
|
|
|
|
.massmailer .templates-grid .cell i.ffs{ margin-right: .5em; }
|
|
.massmailer .templates-grid .cell i.ffs.icon-folder{
|
|
color: var(--eicui-base-color-warning);
|
|
}
|
|
|
|
.massmailer .tpl-panes{
|
|
grid-template-columns: 32em 2fr;
|
|
}
|
|
.massmailer .tpl-text-body{
|
|
max-width: 50vw;
|
|
}
|
|
.massmailer .tpl-text-body pre{
|
|
text-wrap: wrap;
|
|
font-family: var(--eicui-base-font-family);
|
|
}
|
|
.massmailer .mapping-grid ul{
|
|
list-style: none;
|
|
}
|
|
.massmailer .mapping-grid ul li .cols-3{
|
|
grid-template-columns: 1fr 1fr 10em;
|
|
}
|
|
|
|
.massmailer .mapping-grid ul li [eicchip]{
|
|
max-width: fit-content;
|
|
height: 2em;
|
|
}
|
|
|
|
.massmailer button.test-send{
|
|
justify-self: right;
|
|
}
|
|
.massmailer .approval-panel button.reject,
|
|
.massmailer .approval-panel button.approve,
|
|
.massmailer .schedule-tab button.schedule {
|
|
width: 20rem;
|
|
}
|
|
.massmailer .schedule-tab footer{
|
|
justify-content: center;
|
|
}
|
|
.massmailer .approval-panel .buttons {
|
|
justify-items: center;
|
|
}
|
|
.massmailer .schedule-panel [name="scheduleDate"],
|
|
.massmailer .schedule-panel .eicui-input-container {
|
|
width:10rem;
|
|
}
|
|
|
|
|
|
.import-dialog .toggle-switch.greyed .toggle-bar,
|
|
.import-dialog .toggle-switch.greyed .toggle-thumb{
|
|
background-color: var(--eicui-base-color-grey-25)!important;
|
|
}
|
|
.import-dialog .hidden{
|
|
display: none;
|
|
}
|
|
.import-dialog .settings div{
|
|
text-align: center;
|
|
}
|
|
.import-dialog .report-title{
|
|
color: var(--eicui-base-color-success);
|
|
font-style: italic;
|
|
grid-row: 1/3;
|
|
}
|
|
.import-dialog .report-details ul{
|
|
margin: 0 0 0 1em;
|
|
list-style: disclosure-closed;
|
|
}
|
|
.import-dialog .report-details ul span[success]{
|
|
font-weight: bold;
|
|
}
|
|
.import-dialog .report.error{
|
|
color: var(--eicui-base-color-danger);
|
|
}
|
|
.import-dialog [eiccard][hidden]{
|
|
display: none;
|
|
}
|
|
.import-dialog span[spinner][spin]{
|
|
width: fit-content;
|
|
}
|
|
.import-dialog .switches{
|
|
align-items: center;
|
|
}
|
|
.import-dialog .toggle-switch.greyed .toggle-bar{
|
|
background-color: var(--eicui-base-color-grey-25)!important;
|
|
}
|
|
.import-dialog .toggle-switch.greyed .toggle-thumb{
|
|
background-color: var(--eicui-base-color-grey-75)!important;
|
|
}
|
|
.import-dialog .toggle-switch[disabled]{
|
|
opacity:0.5;
|
|
}
|
|
|
|
|
|
.mapping-dialog .toggle-switch.greyed .toggle-bar,
|
|
.mapping-dialog .toggle-switch.greyed .toggle-thumb{
|
|
background-color: var(--eicui-base-color-grey-25)!important;
|
|
}
|
|
.mapping-dialog .hidden{
|
|
display: none;
|
|
}
|
|
.mapping-dialog .settings div{
|
|
text-align: center;
|
|
}
|
|
.mapping-dialog .report-title{
|
|
color: var(--eicui-base-color-success);
|
|
font-style: italic;
|
|
grid-row: 1/3;
|
|
}
|
|
.mapping-dialog .report-details ul{
|
|
margin: 0 0 0 1em;
|
|
list-style: disclosure-closed;
|
|
}
|
|
.mapping-dialog .report-details ul span[success]{
|
|
font-weight: bold;
|
|
}
|
|
.mapping-dialog .report.error{
|
|
color: var(--eicui-base-color-danger);
|
|
}
|
|
.mapping-dialog [eiccard][hidden]{
|
|
display: none;
|
|
}
|
|
.mapping-dialog .sample-grid{
|
|
font-size: var(--eicui-base-font-size-s);
|
|
}
|
|
.mapping-dialog .sample-grid li.row{
|
|
grid-template-columns: auto 3em;
|
|
}
|
|
|
|
|
|
|
|
.test-dialog .toggle-switch.greyed .toggle-bar,
|
|
.test-dialog .toggle-switch.greyed .toggle-thumb{
|
|
background-color: var(--eicui-base-color-grey-25)!important;
|
|
}
|
|
.test-dialog .hidden{
|
|
display: none;
|
|
}
|
|
.test-dialog input.token-value{
|
|
padding: initial;
|
|
}
|
|
.test-dialog .tokens-form{
|
|
padding: 0 .5em .5em .5em;
|
|
}
|
|
.test-dialog .tokens-form li{
|
|
margin-bottom: 0.2em;
|
|
}
|
|
|
|
|
|
|
|
*/ |