fix/20210728 #14

Merged
chris merged 48 commits from fix/20210728 into develop 2021-07-29 22:39:06 +02:00
2 changed files with 19 additions and 1 deletions
Showing only changes of commit f6e7d03232 - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,22 @@
.accordion-item {
border-bottom: $global-border-archive;
&:first-of-type {
max-height: 5rem;
.is-active{
max-height: 5rem;
padding:0;
}
.accordion-title::before{
content:'';
}
a {
color: black;
&:hover,&:active,&:focus{
color: black;
cursor: not-allowed;
}
}
}
}
.accordion-title {
ul,ol {
@ -12,3 +29,4 @@
text-align:left;
}
}