주석 정리

This commit is contained in:
현성필
2025-12-09 21:14:34 +09:00
parent ba3ba32c5c
commit d7e9f0a381
12 changed files with 33 additions and 33 deletions
+6 -6
View File
@@ -12407,26 +12407,26 @@ input[type=checkbox]:checked + .custom-checkbox {
}
}
.api-list-item-figma {
.api-list-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 0;
border-bottom: 1px solid #DADADA;
}
.api-list-item-figma:last-child {
.api-list-item:last-child {
border-bottom: none;
}
.api-list-item-figma .api-item-name {
.api-list-item .api-item-name {
font-size: 18px;
color: #000;
}
@media (max-width: 768px) {
.api-list-item-figma .api-item-name {
.api-list-item .api-item-name {
font-size: 16px;
}
}
.api-list-item-figma .api-item-status {
.api-list-item .api-item-status {
display: flex;
align-items: center;
justify-content: center;
@@ -12439,7 +12439,7 @@ input[type=checkbox]:checked + .custom-checkbox {
color: #515151;
}
@media (max-width: 768px) {
.api-list-item-figma .api-item-status {
.api-list-item .api-item-status {
min-width: 80px;
font-size: 14px;
padding: 0 16px;