mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodanie opcji sortowania (W.I.P.), zmiana czcionki
This commit is contained in:
+5
-4
@@ -67,7 +67,7 @@ export default Vue.extend({
|
||||
...mapActions(["initStations"]),
|
||||
getStationList() {
|
||||
this.initStations()
|
||||
.then(() => (this.connectionState = 2))
|
||||
.then(result => (this.connectionState = 2))
|
||||
.catch(err => {
|
||||
this.connectionState = 1;
|
||||
this.errorMessage = err.message;
|
||||
@@ -94,7 +94,8 @@ export default Vue.extend({
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 15px;
|
||||
width: 0.5rem;
|
||||
height: 0.5rem;
|
||||
|
||||
&-track {
|
||||
background: #222;
|
||||
@@ -113,12 +114,12 @@ html {
|
||||
body {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
font-family: "Lato", sans-serif;
|
||||
font-family: "Muli", sans-serif;
|
||||
}
|
||||
|
||||
button,
|
||||
input {
|
||||
font-family: "Lato", sans-serif;
|
||||
font-family: "Muli", sans-serif;
|
||||
}
|
||||
|
||||
input {
|
||||
|
||||
Reference in New Issue
Block a user