Skip to content

Instantly share code, notes, and snippets.

@ElpixZero
Created April 16, 2021 10:07
Show Gist options
  • Save ElpixZero/69f5ad6a5801d237868da6dc630dd7ba to your computer and use it in GitHub Desktop.
Save ElpixZero/69f5ad6a5801d237868da6dc630dd7ba to your computer and use it in GitHub Desktop.
&--collapse {
&.is-active {
.el-collapse-item__header {
padding-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
}
div[role='tab'] {
border-radius: inherit;
}
.el-collapse-item {
&__content {
padding-bottom: 0px;
}
&__wrap,
&__header {
padding: 25px;
height: auto;
}
&__wrap {
border-radius: 0;
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
}
&__header {
border-radius: inherit;
}
}
.el-collapse-item__arrow {
margin-left: 15px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment