[Mypagepanel] favorite,Recentlyviewed,reminders 초기화

- 원복건
This commit is contained in:
junghoon86.park
2024-03-06 18:04:17 +09:00
parent 536df16594
commit bd7eab82d0
9 changed files with 8 additions and 1220 deletions

View File

@@ -16,27 +16,3 @@
margin-left: 61px;
}
}
.button {
.size(@w: 60px, @h: 60px);
background-size: cover;
background-position: center;
background-image: url("../../../assets/images/btn/btn-60-bk-back-nor@3x.png");
border: none;
margin-right: -49px;
position: relative;
&:focus {
background-image: url("../../../assets/images/btn/btn-60-wh-back-foc@3x.png");
}
}
.deleteBtn {
.size(@w: 180px, @h: 60px);
.position(@position: absolute, @top: 15px, @right: 60px, @bottom: auto, @left: auto);
&:focus {
&::after {
.focused(@boxShadow: 22px, @borderRadius:12px);
}
}
}