mirror of https://github.com/Squidex/squidex.git
committed by
GitHub
22 changed files with 244 additions and 80 deletions
@ -0,0 +1,6 @@ |
|||||
|
:host ::ng-deep { |
||||
|
.panel2-slice { |
||||
|
border-left: 1px solid $color-border; |
||||
|
border-right: 1px solid $color-border; |
||||
|
} |
||||
|
} |
||||
@ -1,38 +1,6 @@ |
|||||
h3 { |
:host ::ng-deep { |
||||
margin-bottom: 1rem; |
.panel2-slice { |
||||
} |
border-left: 1px solid $color-border; |
||||
|
border-right: 1px solid $color-border; |
||||
.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; |
|
||||
} |
|
||||
} |
} |
||||
} |
} |
||||
@ -1,4 +1,38 @@ |
|||||
|
td { |
||||
|
&.details { |
||||
|
border-top: 0; |
||||
|
border-top-left-radius: 0 !important; |
||||
|
border-top-right-radius: 0 !important; |
||||
|
padding: 0 !important; |
||||
|
} |
||||
|
} |
||||
|
|
||||
.expanded { |
.table-items-row { |
||||
|
&.expanded { |
||||
|
td { |
||||
border-bottom: 0; |
border-bottom: 0; |
||||
|
border-bottom-left-radius: 0 !important; |
||||
|
border-bottom-right-radius: 0 !important; |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.event { |
||||
|
&-header, |
||||
|
&-dump { |
||||
|
padding: .75rem 1.25rem; |
||||
|
} |
||||
|
|
||||
|
&-header { |
||||
|
background: $color-border-light; |
||||
|
border: 0; |
||||
|
border-bottom: 2px solid $color-border; |
||||
|
position: relative; |
||||
|
|
||||
|
h4 { |
||||
|
font-size: 1rem; |
||||
|
font-weight: 500; |
||||
|
margin: 0; |
||||
|
} |
||||
|
} |
||||
} |
} |
||||
Loading…
Reference in new issue