removed styles to first line in accordion list titles

This commit is contained in:
jorge 2021-07-28 10:53:16 +02:00
parent 3f860c2be1
commit f6e7d03232
2 changed files with 19 additions and 1 deletions

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;
}
}