[TabLayout] 2deps 아이콘 수정

Detail Notes :
 
1. 2deps의 온오프 이미지를 1개의 이미지로 opacity로 조절하여 변경
This commit is contained in:
jangheon Pyo
2024-02-15 10:24:46 +09:00
parent 1fe31aa74d
commit ba50a2f425
13 changed files with 19 additions and 77 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 794 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 420 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 909 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 585 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 751 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 866 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 522 B

View File

@@ -95,72 +95,8 @@
.icon { .icon {
.size(@w: 40px, @h:40px); .size(@w: 40px, @h:40px);
background-size: cover; background-size: cover;
&.category-icon-1017 { opacity: 0.5;
// LG Electronics
background-image: url("../../../assets/category/ic-category-lgelectronics-nor@3x.png");
}
// Garden and Outdoors
&.category-icon-1008 {
background-image: url("../../../assets/icons/ic-category-garden-nor.png");
}
// Fashion
&.category-icon-1000 {
background-image: url("../../../assets/icons/ic-category-fashion-nor.png");
}
// Beauty
&.category-icon-1003 {
background-image: url("../../../assets/icons/ic-category-beauty-nor.png");
}
// Jewelry
&.category-icon-1004 {
background-image: url("../../../assets/icons/ic-category-jewelry-nor.png");
}
// Home
&.category-icon-1006 {
background-image: url("../../../assets/icons/ic-category-home-nor.png");
}
// Kitchen & Food
&.category-icon-1007 {
background-image: url("../../../assets/icons/ic-category-kitchen-nor.png");
}
// Accessories
&.category-icon-1014 {
background-image: url("../../../assets/icons/ic-category-accessories-nor.png");
}
// Heaclth & Fitness
&.category-icon-1009 {
background-image: url("../../../assets/icons/ic-category-health-nor.png");
}
// Entertainment
&.category-icon-1012 {
background-image: url("../../../assets/icons/ic-category-enter-nor.png");
}
// Crafts & Sewing
&.category-icon-1011 {
background-image: url("../../../assets/icons/ic-category-cw-nor.png");
}
// Electronics
&.category-icon-1010 {
background-image: url("../../../assets/icons/ic-category-electronics-nor.png");
}
// Clearance
&.category-icon-1013 {
background-image: url("../../../assets/icons/ic-category-clearance-nor.png");
}
&.focused {
// LG Electronics // LG Electronics
&.category-icon-1017 { &.category-icon-1017 {
background-image: url("../../../assets/category/ic-category-lgelectronics-nor@3x.png"); background-image: url("../../../assets/category/ic-category-lgelectronics-nor@3x.png");
@@ -215,11 +151,17 @@
&.category-icon-1010 { &.category-icon-1010 {
background-image: url("../../../assets/category/ic-category-electronics-nor@3x.png"); background-image: url("../../../assets/category/ic-category-electronics-nor@3x.png");
} }
// Entertainment
&.category-icon-1012 {
background-image: url("../../../assets/category/ic-category-enter-nor@3x.png");
}
// Clearance // Clearance
&.category-icon-1013 { &.category-icon-1013 {
background-image: url("../../../assets/category/ic-category-clearance-nor@3x.png"); background-image: url("../../../assets/category/ic-category-clearance-nor@3x.png");
} }
&.focused {
opacity: 1;
} }
} }
} }