Skip to content
Merged
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
22 changes: 6 additions & 16 deletions src/app/views/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,15 @@ $custom-icon-button-theme: icon-button-theme(
padding: 12px;
cursor: pointer;
user-select: none;
color: var(--ig-gray-900);
color: black;

&--selected {
border-bottom: 3px solid var(--ig-primary-500);
color: var(--ig-primary-500);
}

&:hover {
background-color: #e6f2ff;
box-shadow: 0 2px 8px rgba(0, 123, 255, 0.15);
transition: all 0.5s ease;
transform: translateY(-2px); // slight lift
background-color: var(--ig-gray-200);
}
}

Expand Down Expand Up @@ -117,11 +114,7 @@ $custom-icon-button-theme: icon-button-theme(
a {
padding-bottom: 2px;
transition: background-size 350ms;
background: linear-gradient(
0deg,
var(--bg-color),
var(--bg-color)
)
background: linear-gradient(0deg, var(--bg-color), var(--bg-color))
no-repeat right bottom / 0 var(--bg-h);
--bg-h: 2px;
--bg-color: var(--ig-primary-500);
Expand Down Expand Up @@ -171,8 +164,7 @@ $custom-icon-button-theme: icon-button-theme(
width: 100%;
height: 90px;
padding: 20px 24px;
border: 1px solid #D6D6D6;

border: 1px solid #d6d6d6;

.sample-info {
height: 58px;
Expand Down Expand Up @@ -200,7 +192,7 @@ $custom-icon-button-theme: icon-button-theme(
letter-spacing: 0.15px;
height: 40px;
padding-right: 16px;
border-right: 1px solid #D6D6D6;
border-right: 1px solid #d6d6d6;
}

.action-buttons {
Expand All @@ -210,16 +202,14 @@ $custom-icon-button-theme: icon-button-theme(

.custom-button {
color: black !important;
border-color: #D6D6D6;
border-color: #d6d6d6;
text-transform: unset;

igx-icon {
color: black;
}
}
}


}

.sample-actions > div {
Expand Down