|
|
@@ -16,11 +16,11 @@ section.pairs-list
|
|
16
|
16
|
h3 {{ pair.profile.name }} {{ pair.profile.pid }}
|
|
17
|
17
|
p registered nurse
|
|
18
|
18
|
|
|
19
|
|
- w-button.menu-button(icon="mdi mdi-menu" xl)
|
|
|
19
|
+ w-button.menu-button(icon="mdi mdi-menu" xl)
|
|
20
|
20
|
|
|
21
|
|
- w-menu(activator=".menu-button" arrow right)
|
|
22
|
|
- w-image(:src="'../../../assets/icons/chat.svg'" :width="20" :height="20")
|
|
23
|
|
- w-image(:src="'../../../assets/icons/calendar.svg'" :width="20" :height="20")
|
|
|
21
|
+ w-menu(activator=".menu-button" arrow right)
|
|
|
22
|
+ w-image(:src="'../../../assets/icons/chat.svg'" :width="20" :height="20").chat
|
|
|
23
|
+ w-image(:src="'../../../assets/icons/calendar.svg'" :width="20" :height="20").calendar
|
|
24
|
24
|
p(v-else) No {{ tabName }} profiles.
|
|
25
|
25
|
</template>
|
|
26
|
26
|
|
|
|
@@ -62,13 +62,4 @@ const props = defineProps({
|
|
62
|
62
|
font-size: 16px
|
|
63
|
63
|
p
|
|
64
|
64
|
font-size: 14px
|
|
65
|
|
-
|
|
66
|
|
-.w-card__content
|
|
67
|
|
- padding: 22px
|
|
68
|
|
- min-width: 100px
|
|
69
|
|
- display: flex
|
|
70
|
|
- justify-content: space-between
|
|
71
|
|
- border: none
|
|
72
|
|
- background: rgb(17,96,6)
|
|
73
|
|
- background: linear-gradient(90deg, rgba(17,96,6,1) 0%, rgba(17,96,6,1) 50%, rgba(3,136,166,1) 50%, rgba(3,136,166,1) 100%)
|
|
74
|
65
|
</style>
|