|
|
@@ -5,8 +5,8 @@
|
|
5
|
5
|
h1.text-capitalize {{ name }}
|
|
6
|
6
|
span O
|
|
7
|
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
|
10
|
p.text-capitalize(v-if="!isList") {{ pronouns }}
|
|
11
|
11
|
span.text-capitalize | ethnicity
|
|
12
|
12
|
</template>
|
|
|
@@ -52,12 +52,22 @@ export default {
|
|
52
|
52
|
width: 15vw
|
|
53
|
53
|
text-align: center
|
|
54
|
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
|
63
|
h1
|
|
56
|
64
|
font-weight: bold
|
|
57
|
65
|
font-size: 1.619em
|
|
58
|
|
- color: #183770
|
|
|
66
|
+ color: #F7F5A6
|
|
|
67
|
+ text-align: center
|
|
59
|
68
|
p
|
|
60
|
69
|
font-weight: bolder
|
|
61
|
|
- font-size: 0.8095em
|
|
62
|
|
- color: #183770
|
|
|
70
|
+ font-size: 1em
|
|
|
71
|
+ color: #F7F5A6
|
|
|
72
|
+ text-align: center
|
|
63
|
73
|
</style>
|