chore(app): styles improvements

This commit is contained in:
2026-04-13 00:59:52 +02:00
parent 5e3aec09b8
commit 851e1cc0cd
5 changed files with 19 additions and 8 deletions
-1
View File
@@ -89,7 +89,6 @@ export default defineComponent({
} }
main { main {
padding: 1em;
overflow-x: hidden; overflow-x: hidden;
} }
+12
View File
@@ -76,5 +76,17 @@ nav.navbar {
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
border-radius: 0.5em; border-radius: 0.5em;
color: white; color: white;
font-size: 1em;
img {
width: 1.25em;
}
}
@media only screen and (max-width: 1400px) {
nav.navbar {
font-size: calc(0.5em + 0.5vw);
}
} }
</style> </style>
+4 -4
View File
@@ -40,10 +40,10 @@ button {
font-size: 1em; font-size: 1em;
color: white; color: white;
background-color: #1b1b1b; background-color: #0e0e0e;
&:hover { &:hover {
background-color: #252525; background-color: #1a1a1a;
} }
&:focus-visible { &:focus-visible {
@@ -67,14 +67,14 @@ button {
// Input radio // Input radio
.g-selector { .g-selector {
label { label {
background-color: #202020; background-color: #0e0e0e;
cursor: pointer; cursor: pointer;
display: flex; display: flex;
justify-content: center; justify-content: center;
&:hover { &:hover {
background-color: #2b2b2b; background-color: #1a1a1a;
} }
span { span {
+1 -1
View File
@@ -2,7 +2,7 @@ $primaryText: white;
$accentText: gold; $accentText: gold;
$dimmedText: #ddd; $dimmedText: #ddd;
$primaryBg: #333; $primaryBg: #2b2b2b;
$secondaryBg: #aaa; $secondaryBg: #aaa;
$accentBg: #327ea5; $accentBg: #327ea5;
+2 -2
View File
@@ -580,10 +580,10 @@ export default defineComponent({
} }
.departure-date { .departure-date {
background: black; background: #010101;
span { span {
background: black; background: #010101;
height: 2em; height: 2em;
line-height: 2em; line-height: 2em;
flex-grow: 2; flex-grow: 2;