주석 정리
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user