Skip to content

Commit f8a97db

Browse files
Merge pull request #3811 from OneCommunityGlobal/kedarnath-create-a-‘What-we-do’-section
Create a ‘What we do’ section'
2 parents 3a127a1 + 4937ca6 commit f8a97db

4 files changed

Lines changed: 521 additions & 175 deletions

File tree

src/components/Collaboration/Collaboration.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,27 @@ select {
296296
.user-collaboration-dark-mode .job-select:focus,
297297
.user-collaboration-dark-mode .job-select:active {
298298
background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 15l5-5 5 5z'/></svg>");
299+
}
300+
301+
.green-header-single {
302+
display: flex;
303+
justify-content: flex-start; /* Changed from center to flex-start */
304+
background-color: #9bc53d;
305+
padding: 0.5rem 0;
306+
}
307+
308+
.green-header-button {
309+
background: transparent;
310+
border: none;
311+
color: white;
312+
font-weight: 600;
313+
font-size: 1rem;
314+
cursor: pointer;
315+
padding: 0.5rem 1rem;
316+
transition: background-color 0.3s;
317+
}
318+
319+
.green-header-button:hover {
320+
background-color: rgba(255, 255, 255, 0.2);
321+
border-radius: 4px;
299322
}

0 commit comments

Comments
 (0)