chore: added more advanced routing to elements

This commit is contained in:
2024-12-02 17:54:46 +01:00
parent 346d20fc08
commit b602819179
14 changed files with 120 additions and 105 deletions
+6 -1
View File
@@ -138,7 +138,8 @@ button {
cursor: pointer;
}
.btn {
.btn,
.link-btn {
padding: 0.4em 0.75em;
outline: none;
@@ -206,6 +207,10 @@ button {
}
}
.link-btn.router-link-active {
color: $accentColor;
}
select,
input[type='text'],
input[type='number'] {