This commit is contained in:
parent
6cd89d11fb
commit
7fc8ab6c5a
5 changed files with 38 additions and 131 deletions
|
|
@ -24,28 +24,7 @@
|
|||
gap: calc(var(--padding-inner)*0.5);
|
||||
}
|
||||
|
||||
.type{
|
||||
height: calc(var(--h-block)*0.75);
|
||||
border-radius: var(--radius-small);
|
||||
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0 1ch;
|
||||
padding-top: 3px;
|
||||
|
||||
font-size: var(--fs-xsmall);
|
||||
line-height: 1;
|
||||
font-weight: 500;
|
||||
|
||||
|
||||
color: var(--color-txt-light);
|
||||
border: 1px solid var(--color-txt-light);
|
||||
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.title{
|
||||
font-size: var(--fs-normal);
|
||||
|
|
@ -59,7 +38,6 @@
|
|||
|
||||
.date{
|
||||
font-size: var(--fs-small);
|
||||
// margin-top: calc(var(--spacing)*1.5);
|
||||
}
|
||||
|
||||
.investigations{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue