Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Set font-weight explicit (#2273)
Browse files Browse the repository at this point in the history
* Set font-weight explicit
  • Loading branch information
Jan authored Jul 29, 2022
1 parent 63cd012 commit 7b494c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/unreleased/change-redesign-contextual-helper
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Change: Redesign contextual helper
We've redesigned the contextual helper, which accepts now a title property and is able to display a description list.

https://github.com/owncloud/owncloud-design-system/pull/2271
https://github.com/owncloud/owncloud-design-system/pull/2273
https://github.com/owncloud/web/issues/7331
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{ item.text }}
</component>
</dl>
<p class="info-text-end" v-text="endText" />
<p v-if="endText" class="info-text-end" v-text="endText" />
<oc-button
v-if="readMoreLink"
v-translate
Expand Down Expand Up @@ -103,6 +103,7 @@ export default {
}
.info-title {
font-size: 1.125rem;
font-weight: normal;
}
.info-list {
dt {
Expand All @@ -115,6 +116,7 @@ export default {
}
dd {
margin-left: 0;
font-weight: normal;
}
}
}
Expand Down

0 comments on commit 7b494c7

Please sign in to comment.