Skip to content

Commit

Permalink
UCPKN-3056: Add style overrides for agenda.
Browse files Browse the repository at this point in the history
  • Loading branch information
kp77 committed Apr 29, 2024
1 parent 5cccc22 commit cb8621b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resources/sass/components/_agenda.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.oe-agenda {
.accordion-button {
font-weight: bold;
}

.text-muted {
color: #6c757d !important;
}

.bcl-description-list {
font-size: 0.875rem;
}
}
1 change: 1 addition & 0 deletions resources/sass/default.style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
@import "components/list_pages";
@import "components/patterns";
@import "components/blocks";
@import "components/agenda";

0 comments on commit cb8621b

Please sign in to comment.