diff --git a/src/assets/css/chat.scss b/src/assets/css/chat.scss index 71afe9e..73a17fe 100644 --- a/src/assets/css/chat.scss +++ b/src/assets/css/chat.scss @@ -3,6 +3,27 @@ $admin-bg: black; $admin-fg: white; +.home { + .v-card { + background-color: white; + box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25) !important; + border-radius: 18px; + padding-bottom: 10px; + .v-item-group > div:not(:last-of-type):after { + /* divider */ + position: absolute; + content: " "; + display: block; + bottom: 0px; + height: 1px; + left: 0px; + right: 0px; + min-height: 1px; + background-color: #e1e1e1; + } + } +} + .chat-header { margin: 0; padding: 0; @@ -975,6 +996,10 @@ $admin-fg: white; padding-top: 10px; } +.avatar-22 { + font-size: 14 * $chat-text-size !important; +} + .avatar-32 { font-size: 18 * $chat-text-size !important; } @@ -984,7 +1009,8 @@ $admin-fg: white; } .avatar-32.clickable, -.avatar-48.clickable { +.avatar-48.clickable, +.clickable { cursor: pointer; &:hover { opacity: 0.7; diff --git a/src/components/Home.vue b/src/components/Home.vue index 9109fa0..5c40319 100644 --- a/src/components/Home.vue +++ b/src/components/Home.vue @@ -1,13 +1,24 @@ diff --git a/src/components/YouAre.vue b/src/components/YouAre.vue new file mode 100644 index 0000000..35112a8 --- /dev/null +++ b/src/components/YouAre.vue @@ -0,0 +1,59 @@ + + + + \ No newline at end of file