Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ukthapa-cosmetic-hover-change #100

Merged
merged 7 commits into from Nov 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 21 additions & 5 deletions assets/scss/_variables_project.scss
Expand Up @@ -217,16 +217,17 @@ input[type="search"]::placeholder {
padding: 16px 30px;
border-radius: 4px;
border: none;

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;

font-size: 18px;
font-weight: 400;
color: white;
margin: 30px 0px 10px 0px;
&:hover {
box-shadow: 0 3px 7px #b7b7b7;
}
}

.body-container {
Expand All @@ -242,9 +243,19 @@ input[type="search"]::placeholder {
.td-navbar {
.nav-link {
font-weight: normal !important;
color: #f4f4f4 !important;
border-bottom: 1px solid transparent;
&:hover {
color: #fff !important;
border-bottom: 1px solid #E361FD;
}
}
}

.td-search-input::placeholder {
color: #fff !important;
}

.section-title {
color: #3b3c4c;
font-weight: 700;
Expand Down Expand Up @@ -451,17 +462,22 @@ input[type="search"]::placeholder {
padding: 12px 22px;
border-radius: 4px;
border: 1px solid #8147d2;

display: flex;
flex-direction: row;
justify-content: center;
align-items: center;

font-size: 14px;
font-size: 18px;
font-weight: 400;
color: #8147d2;
margin: 30px 0px 10px 0px;
font-weight: 700;

&:hover {
background: #7055ff;
background: linear-gradient(140deg, #7055ff 0%, #8c3db4 100%);
color: #fff;
box-shadow: 0 3px 7px #b7b7b7;
}
}

.community-cards {
Expand Down