Просмотр исходного кода

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 лет назад
Родитель
Сommit
8bfc08cd2a
1 измененных файлов: 4 добавлений и 13 удалений
  1. 4
    13
      frontend/src/components/PairsList.vue

+ 4
- 13
frontend/src/components/PairsList.vue Просмотреть файл

16
                     h3 {{ pair.profile.name }} {{ pair.profile.pid }}
16
                     h3 {{ pair.profile.name }} {{ pair.profile.pid }}
17
                     p registered nurse
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
     p(v-else) No {{ tabName }} profiles.
24
     p(v-else) No {{ tabName }} profiles.
25
 </template>
25
 </template>
26
 
26
 
62
                 font-size: 16px
62
                 font-size: 16px
63
             p
63
             p
64
                 font-size: 14px
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
 </style>
65
 </style>

Загрузка…
Отмена
Сохранить