1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: search form in all connections modal

This commit is contained in:
2022-07-04 12:27:04 +02:00
parent a703dcc53e
commit ec5ab73b19
7 changed files with 165 additions and 84 deletions

View File

@ -256,6 +256,12 @@
}
}
.connection-block{
&:hover {
background: $bg-color-light-dark;
}
}
.bg-checkered {
background-image:
linear-gradient(to right, rgba(192, 192, 192, 0.75), rgba(192, 192, 192, 0.75)),

View File

@ -274,6 +274,12 @@
background: rgba($bg-color-light-gray, 100%);
}
}
.connection-block{
&:hover {
background: $bg-color-light-gray;
}
}
.context {
color: $body-font-color-dark;