frontend ui enhacements
This commit is contained in:
parent
8ff21026a5
commit
af47f884d1
13 changed files with 126 additions and 214 deletions
14
src/App.vue
14
src/App.vue
|
|
@ -25,11 +25,11 @@
|
|||
}
|
||||
|
||||
#app {
|
||||
font-family: "SF Pro Text";
|
||||
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
color: #2c3e50;
|
||||
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
|
||||
|
|
@ -43,15 +43,15 @@
|
|||
width: 100vw;
|
||||
height: 54px;
|
||||
|
||||
opacity: 0.75;
|
||||
|
||||
background-color: #EBEBEB;
|
||||
|
||||
-webkit-user-select: none;
|
||||
-webkit-app-region: drag;
|
||||
|
||||
background-color: red;
|
||||
|
||||
opacity: 0.0;
|
||||
|
||||
border: none;
|
||||
outline:none;
|
||||
outline: none;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue