File tree Expand file tree Collapse file tree 7 files changed +20
-8
lines changed
ui/components/notifications/base Expand file tree Collapse file tree 7 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,12 @@ props:
117
117
COLOR_BACKGROUND_NOTIFICATION_NEW :
118
118
value : ' {!PALETTE_GRAY_2}'
119
119
comment : Background color for a new notification list item.
120
+ COLOR_BACKGROUND_REMINDER :
121
+ value : ' {!LINK_WATER}'
122
+ comment : Background color for reminder notification
123
+ COLOR_BACKGROUND_REMINDER_HOVER :
124
+ value : ' {!WHITE}'
125
+ comment : Background color for reminder notification on hover
120
126
COLOR_BACKGROUND_ORG_SWITCHER_ARROW :
121
127
value : ' {!DEEP_COVE}'
122
128
comment : Stage left org switcher dropdown arrow background color.
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ props:
164
164
value : ' {!WHITE}'
165
165
comment : These borders create the faux checkmark when the checkbox toggle is in the checked state.
166
166
COLOR_BORDER_REMINDER :
167
- value : ' {!CADET_BLUE }'
167
+ value : ' {!PALETTE_GRAY_4 }'
168
168
comment : Border color on notification reminders.
169
169
COLOR_STROKE_BRAND :
170
170
value : ' {!SCIENCE_BLUE}'
Original file line number Diff line number Diff line change 38
38
value : ' {!OFFSET_NONE} {!OFFSET_X_SMALL}px {!OFFSET_SMALL}px {!OFFSET_NONE} {!BLACK_TRANSPARENT_16}'
39
39
comment : Shadow for drop down.
40
40
SHADOW_REMINDER :
41
- value : ' {!OFFSET_NONE} {!OFFSET_X_SMALL}px {!OFFSET_NONE} {!OFFSET_NONE} {!BLACK_TRANSPARENT_10 }'
41
+ value : ' {!OFFSET_NONE} {!OFFSET_X_SMALL}px {!OFFSET_SMALL}px {!OFFSET_NONE} {!BLACK_TRANSPARENT_20 }'
42
42
comment : Shadow for notifications that should be elevated above other components but under modals.
43
43
SHADOW_HEADER :
44
44
value : ' {!OFFSET_NONE} {!OFFSET_X_SMALL}px {!OFFSET_MEDIUM}px {!BLACK_TRANSPARENT_07}'
Original file line number Diff line number Diff line change @@ -117,6 +117,12 @@ props:
117
117
COLOR_BACKGROUND_NOTIFICATION_NEW :
118
118
value : ' {!PALETTE_COOL_GRAY_2}'
119
119
comment : Background color for a new notification list item.
120
+ COLOR_BACKGROUND_REMINDER :
121
+ value : ' {!LINK_WATER}'
122
+ comment : Background color for reminder notification
123
+ COLOR_BACKGROUND_REMINDER_HOVER :
124
+ value : ' {!WHITE}'
125
+ comment : Background color for reminder notification on hover
120
126
COLOR_BACKGROUND_ORG_SWITCHER_ARROW :
121
127
value : ' {!DEEP_COVE}'
122
128
comment : Stage left org switcher dropdown arrow background color.
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ props:
164
164
value : ' {!WHITE}'
165
165
comment : These borders create the faux checkmark when the checkbox toggle is in the checked state.
166
166
COLOR_BORDER_REMINDER :
167
- value : ' {!CADET_BLUE }'
167
+ value : ' {!PALETTE_GRAY_4 }'
168
168
comment : Border color on notification reminders.
169
169
COLOR_STROKE_BRAND :
170
170
value : ' {!SCIENCE_BLUE}'
Original file line number Diff line number Diff line change 38
38
value : ' {!OFFSET_NONE} {!OFFSET_X_SMALL}px {!OFFSET_SMALL}px {!OFFSET_NONE} {!BLACK_TRANSPARENT_16}'
39
39
comment : Shadow for drop down.
40
40
SHADOW_REMINDER :
41
- value : ' {!OFFSET_NONE} {!OFFSET_X_SMALL}px {!OFFSET_NONE} {!OFFSET_NONE} {!BLACK_TRANSPARENT_10 }'
41
+ value : ' {!OFFSET_NONE} {!OFFSET_X_SMALL}px {!OFFSET_SMALL}px {!OFFSET_NONE} {!BLACK_TRANSPARENT_20 }'
42
42
comment : Shadow for notifications that should be elevated above other components but under modals.
43
43
SHADOW_HEADER :
44
44
value : ' {!OFFSET_NONE} {!OFFSET_X_SMALL}px {!OFFSET_MEDIUM}px {!BLACK_TRANSPARENT_07}'
Original file line number Diff line number Diff line change 31
31
box-shadow : $shadow-reminder ;
32
32
33
33
+ .slds-notification {
34
- margin-top : $spacing-small ;
34
+ margin-top : $spacing-x- small ;
35
35
}
36
36
37
37
& :nth-of-type (4 ) {
60
60
* @restrict .slds-notification__body a
61
61
*/
62
62
.slds-notification__target {
63
- padding : $spacing-small $spacing-large $spacing-medium $spacing-small ;
63
+ padding : $spacing-small ;
64
64
border-radius : $border-radius-medium ;
65
- background-color : $color-background-alt ;
65
+ background-color : $color-background-reminder ;
66
66
color : $color-text-default ;
67
67
68
68
& :hover ,
69
69
& :focus {
70
- background-color : $color-background ;
70
+ background-color : $color-background-reminder-hover ;
71
71
text-decoration : none ;
72
72
}
73
73
}
You can’t perform that action at this time.
0 commit comments