Skip to content

Commit d8052f3

Browse files
[WEB-1515][Rework] - Updated the logo and theme colors (#105)
* Updated the logo and theme colors * Removed the unwanted file
1 parent 2149188 commit d8052f3

23 files changed

Lines changed: 694 additions & 493 deletions

src/components/Footer.jsx

Lines changed: 88 additions & 62 deletions
Large diffs are not rendered by default.

src/components/Footer.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
margin-left: 0px;
118118
position: relative;
119119
right: 15px;
120-
background: #03A973 !important;
121-
border: 1px solid #03A973 !important;
120+
background: #00b2bd !important;
121+
border: 1px solid #00b2bd !important;
122122
min-width: 150px;
123123
height: 40px;
124124
border-radius: 4px;
@@ -160,7 +160,7 @@
160160
flex-basis: 40%;
161161
align-items: center;
162162
h4 {
163-
color: #03A973;
163+
color: #00b2bd;
164164
}
165165
}
166166
}
@@ -218,8 +218,8 @@
218218
color: #FFF;
219219
margin-top: 11px;
220220
margin-left: 0px;
221-
background: #03A973 !important;
222-
border: 1px solid #03A973 !important;
221+
background: #00b2bd !important;
222+
border: 1px solid #00b2bd !important;
223223
max-width: 100%;
224224
width: 97%;
225225
height: 40px;
@@ -252,7 +252,7 @@
252252
margin-top: 30px;
253253
background-color: #F6F7F9;
254254
padding: 30px 15px 15px 15px;
255-
svg{
255+
img{
256256
margin: auto;
257257
display: block;
258258
}
@@ -277,7 +277,7 @@
277277
height: auto;
278278
}
279279
a{
280-
color: #03A973;
280+
color: #00b2bd;
281281
text-decoration: underline;
282282
}
283283
}
@@ -288,7 +288,7 @@
288288
.p_0{
289289
margin-top: 0px!important;
290290
a{
291-
color: #03A973;
291+
color: #00b2bd;
292292
}
293293
}
294294
.link_underline{

src/components/LeftNav.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@
5151
button {
5252
font-weight: 600;
5353
&:hover{
54-
color: #1AA874;
54+
color: #00b2bd;
5555
}
5656
}
5757
}
5858

5959
.parent:hover button{
60-
color: #1AA874;
60+
color: #00b2bd;
6161
}
6262

6363
.parent:hover svg path{
64-
fill: #1AA874;
64+
fill: #00b2bd;
6565
}
6666

6767
.parent {
@@ -97,7 +97,7 @@
9797
outline: inherit;
9898
text-transform: capitalize;
9999
&:hover{
100-
color: #1AA874;
100+
color: #00b2bd;
101101
}
102102
@media (max-width: 576px) {
103103
font-size: 13px;
@@ -153,7 +153,7 @@
153153

154154
&.currentUrl{
155155
font-weight: 700;
156-
color: #1AA874;
156+
color: #00b2bd;
157157
margin-left: 0px!important;
158158

159159
> * {
@@ -178,7 +178,7 @@
178178
&:hover {
179179
background-color: inherit;
180180
border-radius: 3px;
181-
color: #1AA874;
181+
color: #00b2bd;
182182
}
183183
}
184184
}
@@ -287,7 +287,7 @@
287287
}
288288

289289
.text_green{
290-
color: #1AA874;
290+
color: #00b2bd;
291291
}
292292
.float_left{
293293
float:left;

src/components/SubNav.jsx

Lines changed: 158 additions & 94 deletions
Large diffs are not rendered by default.

src/components/header.jsx

Lines changed: 21 additions & 44 deletions
Large diffs are not rendered by default.

src/components/images/testsigma-logo-v3-dark.svg

Lines changed: 13 additions & 0 deletions
Loading

src/components/images/testsigma-logo-v3.svg

Lines changed: 13 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)