removed styles to first line in accordion list titles
This commit is contained in:
parent
3f860c2be1
commit
f6e7d03232
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue