Skip to content
Snippets Groups Projects
Unverified Commit 6be12562 authored by Alexis BENOIT's avatar Alexis BENOIT Committed by GitHub
Browse files

Bloc titre : ajustements des espaces verticaux (#719)

parent f3aec36f
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,10 @@
order: 2
// When collapse is closed
&[aria-expanded="false"]
&:nth-last-child(2)
margin-bottom: var(--block-space-y)
&::after
display: none
&::after
border-bottom: $block-title-border-bottom
content: ''
......@@ -37,5 +41,5 @@
// When collapse is opened
&[aria-expanded="true"]
@include icon(arrow-up-s-line, before)
&[aria-expanded="false"] + .collapse + &
margin-top: 0
\ No newline at end of file
&[aria-expanded="false"] + .collapse + &
margin-top: 0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment