Headless CMS and Content Managment Hub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

38 lines
641 B

h3 {
margin-bottom: 1rem;
}
.expanded {
border-bottom: 0;
}
.event {
&-stats {
font-size: $font-smallest;
}
&-dump {
@include text-code;
height: 20rem;
margin-bottom: 0;
margin-top: 1rem;
}
&-header {
background: $color-white;
border: 0;
margin: -.75rem -1.25rem;
margin-bottom: 1rem;
padding: .75rem 1.25rem;
position: relative;
&::before {
@include caret-top($color-white);
@include absolute(-1.1rem, 1.8rem, auto, auto);
}
h3 {
margin: 0;
}
}
}