another display for modalcard accordeon, displaying note icon on mediumcard and refresh it updated in modale

This commit is contained in:
2021-03-10 11:54:08 +01:00
parent 4894f88c6d
commit fbf509a005
10 changed files with 96 additions and 15 deletions

View File

@@ -1238,7 +1238,7 @@ article.card{
border: none;
--vsa-heading-padding: 0 0;
--vsa-content-padding: 0 0 0.5em;
--vsa-default-icon-size: 0.2;
--vsa-default-icon-size: 0.3;
--vsa-border-width: 0;
--vsa-text-color: #{$color-main-text};
--vsa-highlight-color: #fff;
@@ -1257,15 +1257,17 @@ article.card{
}
}
}
.vsa-item__heading{
padding-bottom: 0.2em;
>button{
.vsa-item__content{}
&[data-vsa-active="false"]{
.vsa-item__heading{
padding-bottom: 0.2em;
margin-bottom: 0.2em;
border-bottom: 0.5px dotted $color-main-text;
}
}
.vsa-item__content{
}
}
}
section.linked-materials{