Skip to content

Commit 2f7eae2

Browse files
Merge branch 'main' into fix/margins-in-panel
2 parents 03759b7 + ec5f000 commit 2f7eae2

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/index.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,10 @@
8686
margin-bottom: -30px;
8787
}
8888

89-
.cp-panel-crossplane {
90-
background-color: #FFC933;
91-
}
92-
9389
.crossplane-table-element {
9490
margin-bottom: 25px;
9591
}
9692

97-
.cp-panel-gitops {
98-
background-color: #D1EFFF;
99-
}
100-
10193
body {
10294
margin: 0;
10395
height: 100vh;

src/views/ControlPlanes/ControlPlaneView.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ export default function ControlPlaneView() {
109109
hideTitleText
110110
>
111111
<Panel
112-
className="cp-panel"
113112
headerLevel="H2"
114113
headerText="Panel"
115114
header={
@@ -129,7 +128,6 @@ export default function ControlPlaneView() {
129128
hideTitleText
130129
>
131130
<Panel
132-
className="cp-panel cp-panel-crossplane"
133131
headerLevel="H3"
134132
headerText="Panel"
135133
header={
@@ -157,7 +155,6 @@ export default function ControlPlaneView() {
157155
hideTitleText
158156
>
159157
<Panel
160-
className="cp-panel-landscapers"
161158
headerLevel="H3"
162159
headerText="Panel"
163160
header={
@@ -177,7 +174,6 @@ export default function ControlPlaneView() {
177174
hideTitleText
178175
>
179176
<Panel
180-
className="cp-panel-gitops"
181177
headerLevel="H3"
182178
headerText="Panel"
183179
header={

0 commit comments

Comments
 (0)