Skip to content

Commit

Permalink
新着情報機能のカテゴリーデザインを調整
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Mar 17, 2023
1 parent a7d02fa commit b10f34f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion amp.css
Expand Up @@ -9078,9 +9078,11 @@ https://codepen.io/nxworld/pen/oLdoWb
}

.info-list-item-categorys .entry-category {
padding: 1px 20px;
padding: 1px 18px;
margin-right: 8px;
border: 1px solid #999;
height: 20px;
line-height: 20px;
}

.info-list-item-content-link {
Expand Down
8 changes: 6 additions & 2 deletions css/admin.css
Expand Up @@ -8542,9 +8542,11 @@ body.wp-admin {
margin-right: 18px;
}
.admin-settings .demo .info-list-item-categorys .entry-category {
padding: 1px 20px;
padding: 1px 18px;
margin-right: 8px;
border: 1px solid #999;
height: 20px;
line-height: 20px;
}
.admin-settings .demo .info-list-item-content-link {
color: var(--cocoon-black-color);
Expand Down Expand Up @@ -16293,9 +16295,11 @@ body.wp-admin {
margin-right: 18px;
}
.admin-settings .demo .info-list-item-categorys .entry-category {
padding: 1px 20px;
padding: 1px 18px;
margin-right: 8px;
border: 1px solid #999;
height: 20px;
line-height: 20px;
}
.admin-settings .demo .info-list-item-content-link {
color: var(--cocoon-black-color);
Expand Down
4 changes: 3 additions & 1 deletion scss/_info-list.scss
Expand Up @@ -44,9 +44,11 @@

.info-list-item-categorys{
.entry-category{
padding: 1px 20px;
padding: 1px 18px;
margin-right: 8px;
border: 1px solid #999;
height: 20px;
line-height: 20px;
}
}

Expand Down
4 changes: 3 additions & 1 deletion style.css
Expand Up @@ -9103,9 +9103,11 @@ https://codepen.io/nxworld/pen/oLdoWb
}

.info-list-item-categorys .entry-category {
padding: 1px 20px;
padding: 1px 18px;
margin-right: 8px;
border: 1px solid #999;
height: 20px;
line-height: 20px;
}

.info-list-item-content-link {
Expand Down

0 comments on commit b10f34f

Please sign in to comment.