Skip to content

Commit 74b6516

Browse files
committed
Clean up Kapa CSS
1 parent a1f452c commit 74b6516

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docusaurus/src/scss/kapa.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,20 +95,17 @@
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

@@ -119,7 +116,6 @@
119116
}
120117

121118
// Body
122-
123119
.mantine-Modal-body * {
124120
color: var(--strapi-neutral-800);
125121
}
@@ -156,7 +152,6 @@
156152
}
157153

158154
// Button
159-
160155
.mantine-UnstyledButton-root {
161156
border: solid 1px #4945FF;
162157
border-radius: 4px;
@@ -171,7 +166,6 @@
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

@@ -189,7 +183,6 @@
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 {

0 commit comments

Comments
 (0)