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.
38 lines
722 B
38 lines
722 B
td {
|
|
&.details {
|
|
border-top: 0;
|
|
border-top-left-radius: 0 !important;
|
|
border-top-right-radius: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
|
|
.table-items-row {
|
|
&.expanded {
|
|
td {
|
|
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;
|
|
}
|
|
}
|
|
}
|