mirror of https://github.com/Squidex/squidex.git
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.
46 lines
804 B
46 lines
804 B
@import '_vars';
|
|
@import '_mixins';
|
|
|
|
h3 {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.truncate {
|
|
@include truncate;
|
|
}
|
|
|
|
.event {
|
|
&-stats {
|
|
font-size: .8rem;
|
|
font-weight: normal;
|
|
line-height: 2rem;
|
|
}
|
|
|
|
&-dump {
|
|
margin-top: 1rem;
|
|
font-family: monospace;
|
|
font-size: .8rem;
|
|
font-weight: normal;
|
|
height: 20rem;
|
|
}
|
|
|
|
&-header {
|
|
& {
|
|
padding: 1rem 1.25rem;
|
|
position: relative;
|
|
background: $color-border;
|
|
border: 0;
|
|
margin: -.7rem -1.25rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
&::before {
|
|
@include caret-top($color-border);
|
|
@include absolute(-1.1rem, 1.8rem, auto, auto);
|
|
}
|
|
|
|
h3 {
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|