blueprint & templates Impacts
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s
This commit is contained in:
parent
fab10a38d8
commit
7b3ebb3ca4
15 changed files with 369 additions and 237 deletions
|
|
@ -65,15 +65,32 @@
|
|||
.investigations{
|
||||
text-decoration: none;
|
||||
list-style: none;
|
||||
// border-top: var(--border-light);
|
||||
padding-top: calc(var(--spacing)*0.5);
|
||||
width: 100%;
|
||||
|
||||
z-index: 100;
|
||||
li{
|
||||
font-size: var(--fs-small);
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
color: var(--color-txt-light);
|
||||
font-size: var(--fs-small);
|
||||
a{
|
||||
text-decoration: none;
|
||||
color: var(--color-txt-light);
|
||||
}
|
||||
a::before{
|
||||
content: "↪ "
|
||||
}
|
||||
&:hover{
|
||||
a{
|
||||
text-decoration: underline 1px;
|
||||
text-underline-offset: 2px;
|
||||
color: var(--color-txt);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -100,6 +117,10 @@
|
|||
top: 3px;
|
||||
}
|
||||
|
||||
// .link-block{
|
||||
// background-color: rgba(255, 0, 0, 0.781);
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue