[components] TButton, type 추가
Detail Notes : 1. TYPES, topButton 추가
This commit is contained in:
@@ -22,6 +22,7 @@ const TYPES = {
|
||||
popup: "popup",
|
||||
oneDepthCategory: "oneDepthCategory",
|
||||
twoDepthCategory: "twoDepthCategory",
|
||||
topButton: "topButton",
|
||||
};
|
||||
|
||||
const COLOR = {
|
||||
|
||||
@@ -207,4 +207,16 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.topButton {
|
||||
.size(@w: 120px, @h: 120px);
|
||||
border-radius: 100%;
|
||||
background-image: url("../../../assets/images/btn/btn-top-nor@3x.png");
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
|
||||
&:focus {
|
||||
background-image: url("../../../assets/images/btn/btn-top-foc@3x.png");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user