Преглед изворни кода

switching to finalize profile-syles for integration #TODO get help from J maeda on wave ui css stuff

tags/0.0.2^2
K Rob пре 3 година
родитељ
комит
8bfc08cd2a
1 измењених фајлова са 4 додато и 13 уклоњено
  1. 4
    13
      frontend/src/components/PairsList.vue

+ 4
- 13
frontend/src/components/PairsList.vue Прегледај датотеку

@@ -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>

Loading…
Откажи
Сачувај