[지라 이슈 없음] ImageOverlayContents.module.less 수정
changed files: 1. ImageOverlayContents.module.less detail note: 1. background-position, border-radius 추가
This commit is contained in:
@@ -92,18 +92,24 @@
|
||||
&.close {
|
||||
right: 600px;
|
||||
background-image: url(../../../../assets/images/btn/btn-toclose-nor.svg);
|
||||
background-position: center;
|
||||
border-radius: 4px 0 0 4px;
|
||||
|
||||
&:focus {
|
||||
background-image: url(../../../../assets/images/btn/btn-toclose-foc.svg);
|
||||
background-position: center;
|
||||
}
|
||||
}
|
||||
|
||||
&.open {
|
||||
right: 0;
|
||||
background-image: url(../../../../assets/images/btn/btn-toopen-nor.svg);
|
||||
background-position: center;
|
||||
border-radius: 4px 0 0 4px;
|
||||
|
||||
&:focus {
|
||||
background-image: url(../../../../assets/images/btn/btn-toopen-foc.svg);
|
||||
background-position: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user