diff --git a/web/src/components/UserMenu.vue b/web/src/components/UserMenu.vue index bec10f5..92215b7 100755 --- a/web/src/components/UserMenu.vue +++ b/web/src/components/UserMenu.vue @@ -47,11 +47,11 @@ {{ item.title }} - + - + mdi-logout Sair diff --git a/web/src/components/UserPresenceStatusList.vue b/web/src/components/UserPresenceStatusList.vue index 831cd64..ed11733 100644 --- a/web/src/components/UserPresenceStatusList.vue +++ b/web/src/components/UserPresenceStatusList.vue @@ -3,7 +3,8 @@ .border-highlight { box-shadow: 1.5px 1.5px 12px rgba(0, 0, 0, 0.05); - border-left: 3px solid grey; + border-left: 4px solid grey; } .online { border-left-color: #4caf50; diff --git a/web/src/layouts/Default.vue b/web/src/layouts/Default.vue index 54b3e83..7fff730 100755 --- a/web/src/layouts/Default.vue +++ b/web/src/layouts/Default.vue @@ -28,11 +28,9 @@ - - - - - + + + diff --git a/web/src/scss/style.scss b/web/src/scss/style.scss index 82703eb..bebc629 100755 --- a/web/src/scss/style.scss +++ b/web/src/scss/style.scss @@ -1,24 +1,24 @@ -//.theme--light .gradient-bg, -//.theme--light .primary { -// background-color: #3fa14c; -// background-image: linear-gradient( -// 45deg, -// #3fa14cff 0%, -// #3ecf51 60%, -// #39e650 100% -// ); -//} -// -//.theme--dark .gradient-bg, -//.theme--dark .primary { -// background-color: #174a63; -// background-image: linear-gradient( -// 45deg, -// #479bb3 0%, -// #457099 60%, -// #4762b3 100% -// ); -//} +// .theme--light .gradient-bg, +// .theme--light .primary { +// background-color: #3fa14c; +// background-image: linear-gradient( +// 45deg, +// #3fa14cff 0%, +// #3ecf51 60%, +// #39e650 100% +// ); +// } + +// .theme--dark .gradient-bg, +// .theme--dark .primary { +// background-color: #174a63; +// background-image: linear-gradient( +// 45deg, +// #479bb3 0%, +// #457099 60%, +// #4762b3 100% +// ); +// } // .theme--light.v-application { // background: #f5f5f5; @@ -27,3 +27,7 @@ // .theme--dark.v-application { // background: #313233; // } + +.bottom-border { + border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important; +} diff --git a/web/src/views/UserPresence.vue b/web/src/views/UserPresence.vue index 11afa80..e376d34 100644 --- a/web/src/views/UserPresence.vue +++ b/web/src/views/UserPresence.vue @@ -1,75 +1,87 @@