mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 19:48:11 +00:00
chore: added more advanced routing to elements
This commit is contained in:
@@ -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'] {
|
||||
|
||||
Reference in New Issue
Block a user