Identity update

This commit is contained in:
Douglas Barone 2020-12-12 10:24:02 -04:00
parent 1f701db13b
commit 92771c906a
6 changed files with 12 additions and 12 deletions

View File

@ -26,8 +26,8 @@
userPresence.wifiDevices.some(
wifiDevice => wifiDevice.isOnline
)
? 'green'
: 'grey'
? 'green darken-1'
: 'grey darken-1'
"
bottom
offset-x="18px"
@ -111,6 +111,6 @@ export default {
border-left: 4px solid grey;
}
.online {
border-left-color: #4caf50;
border-left-color: #117d4c;
}
</style>

View File

@ -2,7 +2,7 @@
<div>
<MainDrawer v-model="mainDrawer" />
<v-app-bar app elevate-on-scroll color="primary darken-2" dark clipped-left>
<v-app-bar color="primary" app elevate-on-scroll clipped-left dark>
<v-container fluid>
<v-row>
<v-col v-if="$vuetify.breakpoint.mdAndUp">

View File

@ -11,18 +11,18 @@ export default new Vuetify({
},
themes: {
light: {
primary: '#3FA14C',
primary: '#117D4C',
secondary: '#408048',
accent: '#1f4366',
accent: '#32A041',
error: '#FF5252',
info: '#2196F3',
success: '#4CAF50',
warning: '#FFC107'
},
dark: {
primary: '#3FA14C',
primary: '#117D4C',
secondary: '#737373',
accent: '#688ecc',
accent: '#32A041',
error: '#FF5252',
info: '#2196F3',
success: '#4CAF50',

View File

@ -30,7 +30,7 @@
</v-toolbar>
<v-container fluid class="mb-12">
<div v-if="stats" class="text-center my-4">
<v-chip color="green" class="mr-2" dark>
<v-chip color="primary" class="mr-2" dark>
{{ stats.onlineUsers }}
</v-chip>
usuários online.

View File

@ -31,7 +31,7 @@
</v-toolbar>
<v-container fluid>
<div v-if="wifiDevices" class="text-center my-4">
<v-chip color="green" class="mr-1" dark>
<v-chip color="primary" class="mr-1" dark>
{{
wifiDevices && wifiDevices.filter(device => device.isOnline).length
}}

View File

@ -31,7 +31,7 @@
</v-toolbar>
<v-container fluid>
<div v-if="stats" class="text-center my-4">
<v-chip color="green" class="mr-2" dark>
<v-chip color="primary" class="mr-2" dark>
{{ stats.onlineUsers }}
</v-chip>
usuários online de
@ -65,7 +65,7 @@
"
>
<v-badge
color="green"
color="green darken-1"
top
offset-y="10"
:content="