Some styling.

This commit is contained in:
baldo 2022-08-23 15:34:20 +02:00
parent 6ff2fe2acf
commit 096b792caa
5 changed files with 47 additions and 10 deletions
frontend/src/components

View file

@ -91,7 +91,7 @@ const linkTarget = computed(() => {
top: 0;
right: 0;
font-weight: bold;
font-weight: 600;
font-size: $statistics-card-value-font-size;
}
}

View file

@ -300,10 +300,10 @@ function doThrottledSearch(): void {
position: relative;
background-color: $input-background-color;
border-radius: $input-border-radius;
border: $input-border;
outline-offset: $input-outline-offset;
&.focus {
outline: $input-focus-outline;
outline: $input-outline;
}
.nodes-filter-input {
@ -363,6 +363,7 @@ function doThrottledSearch(): void {
margin: 0.75em 0.25em 0.6em 0;
padding: 0;
border: none;
border-radius: 0;
flex-grow: 1;
height: 1em;
outline: none;