All files / src/version2/alertIcons AlertIcons.module.css

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 7713x                                                                                                                                                        
.varClass {
    /* alert icon default variable */
    --alerticons_fill: var(--zdt_commonalert_default_icon);
}
 
.iconContainer {
    composes: varClass;
    width: 100%;
    height: 100%;
}
 
/* Common */
.outer_cls2 {
    fill: var(--zdt_alerticons_green_fill);
}
 
.outer_cls3 {
    fill: var(--zdt_alerticons_primary_fill);
}
 
.outer_cls4 {
    fill: var(--zdt_alerticons_orange_fill);
}
 
.outer_cls5 {
    fill: var(--alerticons_fill);
    opacity: 0.2;
}
 
.outer_cls6 {
    fill: var(--alerticons_fill);
}
 
.danger,.error {
    --alerticons_fill: var(--zdt_commonalert_danger_icon);
}
 
.success {
    --alerticons_fill: var(--zdt_commonalert_success_icon);
}
 
.info,
.notification,
.alarm {
    --alerticons_fill: var(--zdt_commonalert_info_icon);
}
 
.warning {
    --alerticons_fill: var(--zdt_commonalert_warning_icon);
}
 
.primary {
    --alerticons_fill: var(--zdt_commonalert_primary_icon);
}
 
.danger_primary,
.info_primary,
.warning_primary,
.success_primary,
.error_primary,
.notify_primary,
.alarm_primary,
.primary_primary {
    fill: var(--zdt_commonalert_secondlayer_bg);
}
 
.danger_secondary,
.info_secondary,
.warning_secondary,
.success_secondary,
.error_secondary,
.notify_secondary,
.alarm_secondary,
.primary_secondary {
    fill: var(--alerticons_fill);
    opacity: 0.1;
}