Skip to content

Commit 2fb8ddf

Browse files
author
Vivek Vishal
authored
Merge branch 'master' into M-DEV-1/replace-images-on-colors-page
2 parents 8c7cb95 + 8882947 commit 2fb8ddf

9 files changed

Lines changed: 25 additions & 24 deletions

File tree

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 8 additions & 8 deletions
Loading
Lines changed: 8 additions & 8 deletions
Loading

src/components/SMI-Table/SMITable.style.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,10 @@ table {
8686
}
8787
}
8888
89-
th, tr{
90-
&:hover{
89+
td:hover{
9190
box-shadow: 0px 0px 15px -10px ${props => props.theme.whiteToBlack};
9291
transform: translateY(0px);
9392
}
9493
}
9594
}
96-
`;
95+
`;

src/pages/solutions/architecture-diagram/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ export default ArchitectureDiagramPage;
1515
export const Head = () => {
1616
return <SEO title="Design Architecture Diagram | Layer5"
1717
description="Create architecture diagram for AWS, GCP or Kubernetes"
18-
image="/images/meshery-logo-dark-text.webp" />;
18+
image="/images/solutions-collaborate.png" />;
1919
};

src/pages/solutions/gitops/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ export default Meshery;
1414
export const Head = () => {
1515
return <SEO title="GitOps with Meshery"
1616
description="GitOps, lifecycle, performance, and configuration management for cloud native infrastructure as code. Manage your Kubernetes clusters visually. Use the catalog of patterns and best practices."
17-
image="/images/meshery-logo-dark-text.png" />;
17+
image="/images/solutions-gitops.png" />;
1818
};

src/sections/Home/Playground-home/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const ViewsSectionWrapper = styled.div`
106106
/* max-width: 90%; */
107107
padding-bottom: 2%;
108108
}
109-
}
109+
110110
111111
h4 {
112112
max-width: 90%;
@@ -215,7 +215,8 @@ const ViewsSectionWrapper = styled.div`
215215
height:150px;
216216
padding: 2rem;
217217
box-sizing: border-box;
218-
background-color: ${(props) => props.theme.backgroundColor};
218+
background-color: ${(props) => props.theme.backgroundColor};
219+
color: ${(props) => props.theme.whiteEightToBlack};
219220
margin-bottom: 1rem;
220221
border-radius: 1rem;
221222
//box-shadow: ${(props) => props.theme.boxShadowGreen00D3A9ToBlackTwoFive};
@@ -233,6 +234,7 @@ const ViewsSectionWrapper = styled.div`
233234
.box .boxText {
234235
margin-top: 1rem;
235236
text-align: center;
237+
color: ${(props) => props.theme.whiteEightToBlack};
236238
}
237239
238240
@media only screen and (max-width: 700px) {
140 KB
Loading

static/images/solutions-gitops.png

82.5 KB
Loading

0 commit comments

Comments
 (0)