2 Commit

Autore SHA1 Messaggio Data
  JannekeDL 552e4ced82 Merge branch 'master' of http://192.168.6.188:3000/Provision/UnivateProperties 5 anni fa
  JannekeDL 598a8c5098 App.Vue: style for body html added 5 anni fa
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8
    0
      src/App.vue

+ 8
- 0
src/App.vue Vedi File

@@ -70,6 +70,14 @@ a:hover {
70 70
 .cursor-pointer {
71 71
   cursor: pointer;
72 72
 }
73
+    body,
74
+    html {
75
+        font-size: 13.7px !important;
76
+        color: #666;
77
+        font-family: "Roboto", sans-serif;
78
+        height: 100%;
79
+        margin: 0;
80
+    }
73 81
 </style>
74 82
 
75 83
 <style scoped>

Loading…
Annulla
Salva