Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
override styles for slate-metadata inside accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Nov 9, 2022
1 parent ba05887 commit f8ffb7f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/less/slate-metadata.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Unsetting the slate-metadata styles coming from eea-design system

.title.metadata.mention,
.description.metadata.mention,
.datetime.metadata.mention,
Expand All @@ -7,5 +9,13 @@
.publisher.metadata.mention,
.rights.metadata.mention,
.topics.text.metadata.mention {
all: unset;
all: unset !important;
}
//TODO: move these to eea-design system
.accordion .content .list {
.content,
.description {
all: unset !important;
font-weight: normal !important;
}
}

0 comments on commit f8ffb7f

Please sign in to comment.