모바일 - 인증키 목록 디자인 수정
This commit is contained in:
@@ -12630,11 +12630,18 @@ input[type=checkbox]:checked + .custom-checkbox {
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.app-status-badge {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 70px;
|
||||
height: 24px;
|
||||
padding: 0 10px;
|
||||
border-radius: 12px;
|
||||
font-size: 12px;
|
||||
min-width: auto;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -157,13 +157,20 @@
|
||||
.app-status-badge {
|
||||
@extend .apikey-status-badge;
|
||||
|
||||
// Figma 모바일: 24px 높이, pill 형태, 12px 폰트
|
||||
// Figma 모바일 (1290-2946): 24px 높이, 50px 고정 너비, pill 형태, 12px bold
|
||||
@include respond-to('sm') {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 70px; // 고정 너비 - 상태가 달라도 동일한 배지 크기
|
||||
height: 24px;
|
||||
padding: 0 10px;
|
||||
border-radius: 12px;
|
||||
font-size: 12px;
|
||||
min-width: auto;
|
||||
font-weight: $font-weight-bold;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user