Skip to content

Commit

Permalink
Merge branch 'develop': v0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfCode- committed Aug 5, 2023
2 parents 4ce87bd + 18033b6 commit 6af014e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs_src/_data/release.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.12.6"
"version": "0.12.7"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codidact/co-design",
"version": "0.12.6",
"version": "0.12.7",
"description": "Co-Design is the design and component framework for Codidact",
"author": "luap42",
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion src/common/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ img {

details {
padding: 2 * $padding-unit;

summary {
border-bottom: 1px solid lighten($tertiary-color, 30%);
padding: 2 * $padding-unit 0;
Expand Down Expand Up @@ -253,7 +254,7 @@ details {
summary {
margin-bottom: 2 * $margin-unit;
}
summary::before {
& > summary::before {
transform: rotate(135deg);
left: 2 * $padding-unit;
}
Expand Down

0 comments on commit 6af014e

Please sign in to comment.