Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
150 changes: 88 additions & 62 deletions src/components/Footer.jsx

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions src/components/Footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
margin-left: 0px;
position: relative;
right: 15px;
background: #03A973 !important;
border: 1px solid #03A973 !important;
background: #00b2bd !important;
border: 1px solid #00b2bd !important;
min-width: 150px;
height: 40px;
border-radius: 4px;
Expand Down Expand Up @@ -160,7 +160,7 @@
flex-basis: 40%;
align-items: center;
h4 {
color: #03A973;
color: #00b2bd;
}
}
}
Expand Down Expand Up @@ -218,8 +218,8 @@
color: #FFF;
margin-top: 11px;
margin-left: 0px;
background: #03A973 !important;
border: 1px solid #03A973 !important;
background: #00b2bd !important;
border: 1px solid #00b2bd !important;
max-width: 100%;
width: 97%;
height: 40px;
Expand Down Expand Up @@ -252,7 +252,7 @@
margin-top: 30px;
background-color: #F6F7F9;
padding: 30px 15px 15px 15px;
svg{
img{
margin: auto;
display: block;
}
Expand All @@ -277,7 +277,7 @@
height: auto;
}
a{
color: #03A973;
color: #00b2bd;
text-decoration: underline;
}
}
Expand All @@ -288,7 +288,7 @@
.p_0{
margin-top: 0px!important;
a{
color: #03A973;
color: #00b2bd;
}
}
.link_underline{
Expand Down
14 changes: 7 additions & 7 deletions src/components/LeftNav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
button {
font-weight: 600;
&:hover{
color: #1AA874;
color: #00b2bd;
}
}
}

.parent:hover button{
color: #1AA874;
color: #00b2bd;
}

.parent:hover svg path{
fill: #1AA874;
fill: #00b2bd;
}

.parent {
Expand Down Expand Up @@ -97,7 +97,7 @@
outline: inherit;
text-transform: capitalize;
&:hover{
color: #1AA874;
color: #00b2bd;
}
@media (max-width: 576px) {
font-size: 13px;
Expand Down Expand Up @@ -153,7 +153,7 @@

&.currentUrl{
font-weight: 700;
color: #1AA874;
color: #00b2bd;
margin-left: 0px!important;

> * {
Expand All @@ -178,7 +178,7 @@
&:hover {
background-color: inherit;
border-radius: 3px;
color: #1AA874;
color: #00b2bd;
}
}
}
Expand Down Expand Up @@ -287,7 +287,7 @@
}

.text_green{
color: #1AA874;
color: #00b2bd;
}
.float_left{
float:left;
Expand Down
252 changes: 158 additions & 94 deletions src/components/SubNav.jsx

Large diffs are not rendered by default.

65 changes: 21 additions & 44 deletions src/components/header.jsx

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions src/components/images/testsigma-logo-v3-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/components/images/testsigma-logo-v3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading