@syncfusion/ej2-notifications
Version:
A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users.
249 lines (241 loc) • 7.01 kB
CSS
.e-badge {
background: var(--color-sf-content-bg-color-alt1);
border-color: transparent;
border-radius: 4px;
-webkit-box-shadow: 0 0 0 2px transparent;
box-shadow: 0 0 0 2px transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: var(--color-sf-content-text-color-alt1);
display: inline-block;
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
font-size: 12px;
font-weight: 600 ;
line-height: 16px;
padding: 2px 6px;
overflow: hidden;
text-align: center;
text-decoration: none;
text-indent: 0;
vertical-align: middle;
}
.e-badge:hover {
text-decoration: none;
}
.e-badge.e-badge-pill {
border-radius: 10px;
}
.e-badge.e-badge-notification {
border-radius: 12px;
height: 20px;
line-height: 1.2;
min-width: 32px;
padding: 2px 6px;
width: auto;
font-size: 12px;
position: absolute;
top: -10px;
left: 100%;
}
.e-badge.e-badge-notification.e-badge-ghost {
line-height: 1.2;
}
.e-badge.e-badge-circle {
border-radius: 12px;
height: 20px;
line-height: 1.2;
min-width: 0;
padding: 2px 4px;
width: 20px;
}
.e-badge.e-badge-circle.e-badge-ghost {
line-height: 1.2;
}
.e-badge.e-badge-overlap {
position: absolute;
top: -10px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.e-badge.e-badge-dot {
border-radius: 10px;
height: 10px;
line-height: 1.2;
min-width: 0;
padding: 0;
width: 10px;
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
margin: 0;
overflow: visible;
position: absolute;
top: -3px;
left: 100%;
}
.e-badge.e-badge-bottom.e-badge-dot {
position: absolute;
top: auto;
bottom: 3px;
}
.e-badge.e-badge-bottom.e-badge-notification {
position: absolute;
top: auto;
bottom: -3px;
}
button .e-badge {
line-height: 0.9;
position: relative;
top: -2px;
}
button .e-badge.e-badge-circle {
height: 22px;
line-height: 1.2;
width: 22px;
}
button .e-badge.e-badge-circle.e-badge-ghost {
line-height: 1.2;
}
.e-badge.e-badge-primary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-primary[href]:not(.e-badge-ghost) {
background-color: var(--color-sf-primary);
color: var(--color-sf-primary-text-color);
}
.e-badge.e-badge-secondary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-secondary[href]:not(.e-badge-ghost) {
background-color: var(--color-sf-secondary-bg-color);
color: var(--color-sf-content-text-color);
border: 1px solid var(--color-sf-secondary-badge-border-color);
}
.e-badge.e-badge-success:not(.e-badge-ghost):not([href]), .e-badge.e-badge-success[href]:not(.e-badge-ghost) {
background-color: var(--color-sf-success);
color: var(--color-sf-success-text);
}
.e-badge.e-badge-danger:not(.e-badge-ghost):not([href]), .e-badge.e-badge-danger[href]:not(.e-badge-ghost) {
background-color: var(--color-sf-danger);
color: var(--color-sf-danger-text);
}
.e-badge.e-badge-warning:not(.e-badge-ghost):not([href]), .e-badge.e-badge-warning[href]:not(.e-badge-ghost) {
background-color: var(--color-sf-badge-warning);
color: #000;
}
.e-badge.e-badge-info:not(.e-badge-ghost):not([href]), .e-badge.e-badge-info[href]:not(.e-badge-ghost) {
background-color: var(--color-sf-info-light);
color: var(--color-sf-info-text);
}
.e-badge.e-badge-light:not(.e-badge-ghost):not([href]), .e-badge.e-badge-light[href]:not(.e-badge-ghost) {
background-color: var(--color-sf-badge-light-bg-color);
color: var(--color-sf-content-text-color-alt1);
}
.e-badge.e-badge-dark:not(.e-badge-ghost):not([href]), .e-badge.e-badge-dark[href]:not(.e-badge-ghost) {
background-color: var(--color-sf-content-text-color);
color: var(--color-sf-content-bg-color);
}
.e-badge.e-badge-primary[href]:not(.e-badge-ghost):hover {
text-decoration: underline;
}
.e-badge.e-badge-secondary[href]:not(.e-badge-ghost):hover {
text-decoration: underline;
}
.e-badge.e-badge-success[href]:not(.e-badge-ghost):hover {
text-decoration: underline;
}
.e-badge.e-badge-danger[href]:not(.e-badge-ghost):hover {
text-decoration: underline;
}
.e-badge.e-badge-warning[href]:not(.e-badge-ghost):hover {
text-decoration: underline;
}
.e-badge.e-badge-info[href]:not(.e-badge-ghost):hover {
text-decoration: underline;
}
.e-badge.e-badge-light[href]:not(.e-badge-ghost):hover {
text-decoration: underline;
}
.e-badge.e-badge-dark[href]:not(.e-badge-ghost):hover {
text-decoration: underline;
}
.e-badge.e-badge-ghost.e-badge-primary {
background-color: transparent;
border: 1px solid var(--color-sf-primary);
color: var(--color-sf-primary);
}
.e-badge.e-badge-ghost.e-badge-secondary {
background-color: transparent;
border: 1px solid var(--color-sf-content-text-color);
color: var(--color-sf-content-text-color);
border: 1px solid var(--color-sf-secondary-bg-color);
color: var(--color-sf-secondary-bg-color);
}
.e-badge.e-badge-ghost.e-badge-success {
background-color: transparent;
border: 1px solid var(--color-sf-success);
color: var(--color-sf-success);
}
.e-badge.e-badge-ghost.e-badge-danger {
background-color: transparent;
border: 1px solid var(--color-sf-danger);
color: var(--color-sf-danger);
}
.e-badge.e-badge-ghost.e-badge-warning {
background-color: transparent;
border: 1px solid var(--color-sf-badge-warning);
color: var(--color-sf-badge-warning-text);
}
.e-badge.e-badge-ghost.e-badge-info {
background-color: transparent;
border: 1px solid var(--color-sf-info);
color: var(--color-sf-info);
}
.e-badge.e-badge-ghost.e-badge-light {
background-color: transparent;
border: 1px solid var(--color-sf-badge-light-bg-color);
color: var(--color-sf-content-text-color-alt1);
}
.e-badge.e-badge-ghost.e-badge-dark {
background-color: transparent;
border: 1px solid var(--color-sf-content-text-color);
color: var(--color-sf-content-text-color);
}
.e-bigger .e-badge,
.e-badge.e-bigger {
font-size: 14px;
font-weight: 600;
border-radius: 4px;
height: 24px;
line-height: 20px;
padding: 2px 6px;
}
.e-bigger .e-badge.e-badge-pill,
.e-badge.e-bigger.e-badge-pill {
border-radius: 10px;
padding: 2px 8px;
}
.e-bigger .e-badge.e-badge-ghost,
.e-badge.e-bigger.e-badge-ghost {
padding: 0 10px;
}
.e-bigger .e-badge.e-badge-ghost.e-badge-circle,
.e-badge.e-bigger.e-badge-ghost.e-badge-circle {
padding: 3px;
}
.e-bigger .e-badge.e-badge-ghost.e-badge-notification,
.e-badge.e-bigger.e-badge-ghost.e-badge-notification {
padding: 3px 10px;
}
.e-bigger .e-badge.e-badge-notification,
.e-badge.e-bigger.e-badge-notification {
border-radius: 10px;
min-width: 34px;
padding: 2px 8px;
}
.e-bigger .e-badge.e-badge-circle,
.e-badge.e-bigger.e-badge-circle {
border-radius: 12px;
min-width: 0;
padding: 2px 5px;
width: 24px;
}
.e-bigger .e-badge.e-badge-dot,
.e-badge.e-bigger.e-badge-dot {
border-radius: 10px;
height: 14px;
width: 14px;
}