filtry pociągów

This commit is contained in:
2023-03-15 17:56:27 +01:00
parent 0a78761928
commit e4c5f6a322
8 changed files with 27 additions and 15 deletions
+6 -2
View File
@@ -195,13 +195,17 @@ export default defineComponent({
display: flex;
width: 100%;
gap: 0.25em;
gap: 0.5em;
margin-bottom: 0.5em;
button {
width: 100%;
color: $accentCol;
color: springgreen;
font-weight: bold;
&[data-inactive=true] {
color: #aaa;
}
}
}