design updates

This commit is contained in:
2023-10-10 10:35:13 +02:00
parent a82d954d77
commit 5245305daa
10 changed files with 19 additions and 11 deletions

View File

@@ -126,7 +126,7 @@
}
nav a.router-link-exact-active {
color: #42b983;
color: #2080ca;
}
.scale-enter-active,

View File

@@ -85,9 +85,10 @@ export default {
<style scoped>
/* TODO: Update colour to image */
.login {
background-color: green;
background-image: url( '/otherAssets/background-login.webp' );
background-size: cover;
background-position: center;
width: 100%;
height: 100%;
flex-grow: 1;

View File

@@ -87,9 +87,10 @@ export default {
<style scoped>
/* TODO: Update colour to image */
.login {
background-color: green;
background-image: url( '/otherAssets/background-login.webp' );
background-size: cover;
background-position: center;
width: 100%;
height: 100%;
flex-grow: 1;

View File

@@ -237,7 +237,9 @@ export default {
@media only screen and (min-width: 999px) {
.login {
background-color: green;
background-image: url( '/otherAssets/background-login.webp' );
background-size: cover;
background-position: center;
width: 100%;
height: 100%;
display: flex;

View File

@@ -76,7 +76,7 @@
}
nav a.router-link-exact-active {
color: #42b983;
color: #2080ca;
}
.scale-enter-active,