Styling: filterview

This commit is contained in:
Pieter Vander Vennet 2023-05-14 18:25:32 +02:00
parent 71abc8a1c4
commit 177697fe0a
4 changed files with 23 additions and 25 deletions

View file

@ -889,6 +889,14 @@ video {
margin-bottom: 0.5rem;
}
.mb-1\.5 {
margin-bottom: 0.375rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.mt-3 {
margin-top: 0.75rem;
}
@ -925,10 +933,6 @@ video {
margin-top: -3rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.box-border {
box-sizing: border-box;
}
@ -2111,7 +2115,7 @@ label:hover {
border: 2px solid var(--interactive-contrast)
}
label img {
label:not(.no-image-background) img {
padding: 0.25rem;
border-radius: 0.25rem;
background: var(--low-interaction-background);
@ -2121,7 +2125,7 @@ label svg path {
transition: all 250ms;
}
label:hover svg path {
label:hover:not(.no-image-background) svg path {
fill: var(--catch-detail-foregroundcolor) !important;
}