[mypage]reminders관련작업

- mypage/reminder 작성
- TSwitch작성
- Theader 삭제버튼시에 추가.
This commit is contained in:
junghoon86.park
2024-02-28 18:36:16 +09:00
parent d6ec9e12c0
commit 7b1b256dcb
6 changed files with 337 additions and 3 deletions

View File

@@ -30,3 +30,13 @@
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);
}
}
}