File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
ui/components/notifications/base Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,9 @@ props:
163
163
COLOR_BORDER_TOGGLE_CHECKED :
164
164
value : ' {!WHITE}'
165
165
comment : These borders create the faux checkmark when the checkbox toggle is in the checked state.
166
+ COLOR_BORDER_REMINDER :
167
+ value : ' {!CADET_BLUE}'
168
+ comment : Border color on notification reminders.
166
169
COLOR_STROKE_BRAND :
167
170
value : ' {!SCIENCE_BLUE}'
168
171
cssProperties :
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_X_SMALL}px {!OFFSET_X_SMALL}px {!BLACK_TRANSPARENT_16 }'
41
+ value : ' {!OFFSET_NONE} {!OFFSET_X_SMALL}px {!OFFSET_NONE} {!OFFSET_NONE} {!BLACK_TRANSPARENT_10 }'
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 26
26
.slds-notification {
27
27
position : relative ;
28
28
width : $size-medium ; // this is 320, not 300px
29
+ border : 1px solid $color-border-reminder ;
29
30
border-radius : $border-radius-medium ;
30
31
box-shadow : $shadow-reminder ;
31
32
92
93
top : 0 ;
93
94
right : 0 ;
94
95
}
95
-
You can’t perform that action at this time.
0 commit comments