UI update
This commit is contained in:
parent
17dedd2d37
commit
d0b2bf3250
@ -8,13 +8,17 @@ import Home from './components/Home.vue'
|
||||
</template>
|
||||
|
||||
<style>
|
||||
body {
|
||||
margin-top: 0px;
|
||||
height: 100%;
|
||||
background: #1e2361;
|
||||
}
|
||||
#app {
|
||||
font-family: Avenir, Helvetica, Arial, sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
text-align: center;
|
||||
color: #2c3e50;
|
||||
color: #4484c4;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
@ -20,7 +20,7 @@ const login = () => {
|
||||
|
||||
<style scoped>
|
||||
button {
|
||||
background-color: #215b8a; /* Green */
|
||||
background-color: #4484c4;
|
||||
border: none;
|
||||
color: white;
|
||||
padding: 15px 32px;
|
||||
|
Loading…
Reference in New Issue
Block a user