v0.1/code-improvements #53

Merged
lamacchinadesiderante merged 10 commits from v0.1/code-improvements into main 2024-04-28 19:53:31 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 6bda6fd111 - Show all commits

View File

@ -9,6 +9,7 @@
.query{
flex: 6;
margin-right: $spacing_16;
transition: none !important;
}
.query:hover {
@ -24,6 +25,7 @@
background-color: var(--primary);
border-color: var(--primary);
color: var(--primary-inverse);
transition: none !important;
}
.submitBtn:hover {