[mypage]reminders관련작업
- mypage/reminder 작성 - TSwitch작성 - Theader 삭제버튼시에 추가.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user