File tree Expand file tree Collapse file tree 2 files changed +16
-11
lines changed
packages/modal/src/styles Expand file tree Collapse file tree 2 files changed +16
-11
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @launchpad-ui/modal " : patch
3
+ ---
4
+
5
+ Increase modal close button style specificity
Original file line number Diff line number Diff line change 50
50
flex-direction : column;
51
51
gap : 0.25rem ;
52
52
padding : 1rem ;
53
+
54
+ & > .headerMain {
55
+ display : flex;
56
+ gap : 0.5rem ;
57
+ align-items : flex-start;
58
+
59
+ & > .closeButton {
60
+ margin-left : auto;
61
+ transform : translateY (-1px );
62
+ }
63
+ }
53
64
}
54
65
55
66
.title {
66
77
fill : var (--lp-color-brand-yellow-dark );
67
78
}
68
79
69
- .headerMain {
70
- display : flex;
71
- gap : 0.5rem ;
72
- align-items : flex-start;
73
- }
74
-
75
80
.headerDescription {
76
81
font-size : 0.875rem ;
77
82
color : var (--lp-color-text-ui-secondary );
88
93
color : var (--lp-color-text-feedback-error );
89
94
}
90
95
91
- .closeButton {
92
- margin-left : auto;
93
- transform : translateY (-1px );
94
- }
95
-
96
96
.body {
97
97
padding : 0 1rem ;
98
98
font-size : 0.9375rem ;
You can’t perform that action at this time.
0 commit comments