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

:sparkles: text styles for NamePlate.vue isList and !isList added

tags/0.0.2
K Rob 3 лет назад
Родитель
Сommit
f448e81bc7
1 измененных файлов: 15 добавлений и 5 удалений
  1. 15
    5
      frontend/src/components/NamePlate.vue

+ 15
- 5
frontend/src/components/NamePlate.vue Просмотреть файл

5
             h1.text-capitalize {{ name }}
5
             h1.text-capitalize {{ name }}
6
                 span O
6
                 span O
7
             p.text-capitalize {{role}} 
7
             p.text-capitalize {{role}} 
8
-                span.text-capitalize(v-if="isList") | 
9
-                    span.text-capitalize location, st
8
+                span.text-capitalize(v-if="isList")
9
+                    span.text-capitalize Registered Nurse | Los Angeles, CA.
10
             p.text-capitalize(v-if="!isList") {{ pronouns }} 
10
             p.text-capitalize(v-if="!isList") {{ pronouns }} 
11
                 span.text-capitalize | ethnicity
11
                 span.text-capitalize | ethnicity
12
 </template>
12
 </template>
52
             width: 15vw
52
             width: 15vw
53
             text-align: center
53
             text-align: center
54
             font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif
54
             font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif
55
+            h1
56
+                font-weight: bold
57
+                font-size: 1.619em
58
+                color: #183770
59
+            p
60
+                font-weight: bolder
61
+                font-size: 0.8095em
62
+                color: #183770
55
         h1
63
         h1
56
             font-weight: bold
64
             font-weight: bold
57
             font-size: 1.619em
65
             font-size: 1.619em
58
-            color: #183770
66
+            color: #F7F5A6
67
+            text-align: center
59
         p
68
         p
60
             font-weight: bolder
69
             font-weight: bolder
61
-            font-size: 0.8095em
62
-            color: #183770
70
+            font-size: 1em
71
+            color: #F7F5A6
72
+            text-align: center
63
 </style>
73
 </style>

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