File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
assets-library/assets/styles Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,9 @@ $gray-7: #272c2e;
78
78
$gray-8 : #171a1c ;
79
79
$gray-9 : #080909 ;
80
80
81
- $cloud-1 : #a1c5e0 ;
81
+ $cloud-1 : #edf4f9 ;
82
82
$cloud-2 : #c7ddec ;
83
- $cloud-3 : #edf4f9 ;
83
+ $cloud-3 : #a1c5e0 ;
84
84
85
85
$brown-1 : #9e4c41 ;
86
86
@@ -111,7 +111,7 @@ $color-text: $gray-7;
111
111
$color-text-label : $gray-4 ;
112
112
$color-text-body : $gray-9 ;
113
113
$color-text-disabled : $gray-5 ;
114
- $color-text-highlight : $cloud-1 ;
114
+ $color-text-highlight : $cloud-3 ;
115
115
$color-text-emphasis : $blue-5 ;
116
116
117
117
// Elements
Original file line number Diff line number Diff line change 21
21
width : 456px ;
22
22
}
23
23
24
+ & .modal-size-large-short {
25
+ height : 540px ;
26
+ width : 640px ;
27
+ }
28
+
24
29
& .modal-size-large {
25
30
height : 720px ;
26
31
width : 640px ;
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export interface ModalConfig<TData = unknown> {
13
13
export const enum ModalSize {
14
14
Small = 'small' ,
15
15
Medium = 'medium' ,
16
+ LargeShort = 'large-short' ,
16
17
Large = 'large' ,
17
18
LargeTall = 'large-tall' ,
18
19
MediumWide = 'medium-wide'
You can’t perform that action at this time.
0 commit comments