mirror of
https://github.com/Spythere/pragotron-td2.git
synced 2026-05-03 05:28:14 +00:00
chore(app): styles improvements
This commit is contained in:
@@ -89,7 +89,6 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
padding: 1em;
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user