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 {
padding: 1em;
overflow-x: hidden;
}
+12
View File
@@ -76,5 +76,17 @@ nav.navbar {
padding: 0.25em 0.5em;
border-radius: 0.5em;
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>
+4 -4
View File
@@ -40,10 +40,10 @@ button {
font-size: 1em;
color: white;
background-color: #1b1b1b;
background-color: #0e0e0e;
&:hover {
background-color: #252525;
background-color: #1a1a1a;
}
&:focus-visible {
@@ -67,14 +67,14 @@ button {
// Input radio
.g-selector {
label {
background-color: #202020;
background-color: #0e0e0e;
cursor: pointer;
display: flex;
justify-content: center;
&:hover {
background-color: #2b2b2b;
background-color: #1a1a1a;
}
span {
+1 -1
View File
@@ -2,7 +2,7 @@ $primaryText: white;
$accentText: gold;
$dimmedText: #ddd;
$primaryBg: #333;
$primaryBg: #2b2b2b;
$secondaryBg: #aaa;
$accentBg: #327ea5;
+2 -2
View File
@@ -580,10 +580,10 @@ export default defineComponent({
}
.departure-date {
background: black;
background: #010101;
span {
background: black;
background: #010101;
height: 2em;
line-height: 2em;
flex-grow: 2;