File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 9595@include dark {
9696
9797 // Modal
98-
9998 .mantine-Paper-root {
10099 background-color : #181826 ;
101100 box-shadow : 0px 24px 40px rgba (0 , 0 , 0 , 0.8 );
102101 }
103102
104103 // Header
105-
106104 .mantine-Modal-header {
107105 background-color : var (--strapi-neutral-100 );
108106 border-bottom : solid 1px var (--strapi-neutral-150 );
109107
110108 // Close button
111-
112109 .mantine-CloseButton-root {
113110 background-color : var (--strapi-neutral-100 );
114111
119116 }
120117
121118 // Body
122-
123119 .mantine-Modal-body * {
124120 color : var (--strapi-neutral-800 );
125121 }
156152 }
157153
158154 // Button
159-
160155 .mantine-UnstyledButton-root {
161156 border : solid 1px #4945FF ;
162157 border-radius : 4px ;
171166 }
172167
173168 // Disclaimer
174-
175169 .mantine-Modal-body >.mantine-Modal-body >div :first-of-type >div :first-of-type {
176170 background-color : var (--strapi-neutral-0 );
177171
189183 }
190184
191185 // Last texts
192-
193186 .mantine-Modal-body >.mantine-Modal-body >div :last-of-type >div :last-of-type {
194187
195188 .mantine-Text-root {
You can’t perform that action at this time.
0 commit comments