From b41e67fe1ad74ba9cfef4aa1ef3f342e052bf20c Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 27 Apr 2026 11:45:15 +0100 Subject: [PATCH] Making all CV's abide by same styling --- vue/src/views/CV/CVSecurity.vue | 231 ++++++++++++++++++++++++++++++++ vue/src/views/CV/cv-shared.css | 176 ++++++++++++++++++++++++ 2 files changed, 407 insertions(+) create mode 100644 vue/src/views/CV/CVSecurity.vue create mode 100644 vue/src/views/CV/cv-shared.css diff --git a/vue/src/views/CV/CVSecurity.vue b/vue/src/views/CV/CVSecurity.vue new file mode 100644 index 0000000..a2597d4 --- /dev/null +++ b/vue/src/views/CV/CVSecurity.vue @@ -0,0 +1,231 @@ + + + diff --git a/vue/src/views/CV/cv-shared.css b/vue/src/views/CV/cv-shared.css new file mode 100644 index 0000000..5929ea4 --- /dev/null +++ b/vue/src/views/CV/cv-shared.css @@ -0,0 +1,176 @@ +/* + * Shared styles for CV templates. + * Loaded once (unscoped) by CV.vue. Each CV template tags its root
+ * with class="cv-template"; per-template variation is done by overriding + * the CSS variables defined here in the template's own scoped