인증키 요청 조회, 인증키 상세 조회 디자인 반영
This commit is contained in:
@@ -7,25 +7,6 @@
|
||||
@include card;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
// Card hover effect
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: -50%;
|
||||
left: -50%;
|
||||
width: 200%;
|
||||
height: 200%;
|
||||
background: #3BA4ED;
|
||||
transform: rotate(45deg);
|
||||
transition: $transition-slow;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
&:hover::before {
|
||||
animation: shimmer 0.6s ease;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
// API showcase cards
|
||||
|
||||
Reference in New Issue
Block a user