1 @use './src/styles/defaults' as *;
2 @use '@carbon/styles/scss/theme' as *;
3 @use '@carbon/styles/scss/spacing' as *;
6 .notification-section-heading {
7 @include type.type-style('heading-compact-01');
11 padding: $spacing-05 $spacing-05 $spacing-03;
12 background-color: $layer-01;
22 justify-content: space-between;
23 margin-top: var(--cds-spacing-02);
27 @include type.type-style('label-01');
29 color: var(--cds-text-secondary);
33 .notification-timestamp {
34 @include type.type-style('label-01');
36 color: $text-secondary;
43 @include type.type-style('body-short-01');
51 .notification-message {
52 @include type.type-style('body-short-01');
57 margin-top: -$spacing-01;
64 color: $text-secondary;
67 @include type.type-style('body-short-01');
70 .notification-wrapper {
71 padding: 0 $spacing-05;
74 background-color: $layer-01;
77 padding-bottom: $spacing-05;
84 padding: $spacing-03 0;
85 align-items: flex-start;
96 transition: opacity 0.2s ease-in-out;
99 background-color: $layer-hover;
104 .notification-close {
110 .notification-content {
114 flex-direction: column;
116 padding-right: $spacing-06;
119 .notification-divider {
120 border-bottom: 1px solid $border-subtle-01;
127 background-color: $layer-01;
130 :host ::ng-deep .infoCircle-icon {
131 fill: $primary !important;