valaxy-theme-hairy 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (121) hide show
  1. package/LICENSE +21 -21
  2. package/client/index.ts +1 -1
  3. package/components/HairyBody.vue +49 -49
  4. package/components/HairyCodepen.vue +40 -40
  5. package/components/HairyComment.vue +33 -33
  6. package/components/HairyContainer.vue +17 -17
  7. package/components/HairyDrawer.vue +44 -44
  8. package/components/HairyFooter.vue +62 -62
  9. package/components/HairyHeader.vue +32 -32
  10. package/components/HairyImage.vue +15 -15
  11. package/components/HairyImageGroup.vue +65 -65
  12. package/components/HairyNavbar.vue +56 -56
  13. package/components/HairyPageArchives.vue +59 -59
  14. package/components/HairyPageTags.vue +48 -48
  15. package/components/HairyPosts.vue +54 -54
  16. package/components/HairySearch.vue +201 -201
  17. package/components/HairySidebar.vue +30 -30
  18. package/components/HairyTabbar.vue +56 -56
  19. package/components/PageTags.vue +48 -48
  20. package/components/ValaxyMain.vue +45 -45
  21. package/components/navbar/HairyNav.vue +16 -16
  22. package/components/navbar/HairyNavExpand.vue +12 -12
  23. package/components/navbar/HairyNavItem.vue +35 -35
  24. package/components/navbar/HairyNavbarBackground.vue +7 -7
  25. package/components/navbar/HairyNavbarSearch.vue +8 -8
  26. package/components/navbar/HairyNavbarTitle.vue +15 -15
  27. package/components/navbar/HairyNavbarToggleDark.vue +22 -22
  28. package/components/parts/HairyBreadcrumb.vue +51 -51
  29. package/components/parts/HairyBreadcrumbItem.vue +11 -11
  30. package/components/parts/HairyFootFish.js +352 -352
  31. package/components/parts/HairyFootFish.vue +38 -38
  32. package/components/parts/HairyHeadHero.vue +34 -34
  33. package/components/parts/HairyHeadWaves.vue +67 -67
  34. package/components/parts/HairyImageGlobal.vue +51 -51
  35. package/components/parts/HairyImageViewer.vue +23 -23
  36. package/components/parts/HairyLink.vue +21 -21
  37. package/components/parts/HairyMenu.vue +16 -16
  38. package/components/parts/HairyMenuItem.vue +47 -47
  39. package/components/parts/HairyOutline.vue +99 -99
  40. package/components/parts/HairyOutlineItem.vue +48 -48
  41. package/components/parts/HairySocialLinks.vue +27 -27
  42. package/components/parts/HairyTimelineContent.vue +39 -39
  43. package/components/parts/HairyUserNav.vue +95 -95
  44. package/components/parts/HairyUserStats.vue +18 -18
  45. package/components/posts/HairyArticleImage.vue +126 -126
  46. package/components/posts/HairyArticleSeries.vue +89 -89
  47. package/components/posts/HairyArticleText.vue +43 -43
  48. package/components/posts/HairyPostFooter.vue +15 -15
  49. package/components/posts/HairyPostImageList.vue +27 -27
  50. package/components/posts/HairyPostTextsList.vue +22 -22
  51. package/components/posts/HairyPostToggleLayout.vue +36 -36
  52. package/components/third/HairyAlgoliaSearch.vue +17 -17
  53. package/components/third/HairyFuseSearch.vue +10 -10
  54. package/components/third/HairyFuseSearchDialog.vue +32 -32
  55. package/components/third/HairyFuseSearchDropdown.vue +77 -77
  56. package/components/third/HairyFuseSearchFooter.vue +28 -28
  57. package/components/third/HairyFuseSearchHeader.vue +30 -30
  58. package/components/third/HairyFuseSearchHit.vue +52 -52
  59. package/components/third/HairySearchBtnDisplay.vue +29 -29
  60. package/components/third/HairySearchBtnInput.vue +20 -20
  61. package/components/third/HairySearchBtnKeys.vue +19 -19
  62. package/components/third/HairySwiperCarousel.vue +45 -45
  63. package/composables/archives.ts +48 -48
  64. package/composables/category.ts +43 -43
  65. package/composables/config.ts +11 -11
  66. package/composables/dark.ts +13 -13
  67. package/composables/fuse.ts +60 -60
  68. package/composables/index.ts +7 -7
  69. package/composables/layout.ts +16 -16
  70. package/composables/outline.ts +49 -49
  71. package/composables/tags.ts +36 -36
  72. package/layouts/archive-month.vue +13 -13
  73. package/layouts/archive-year.vue +13 -13
  74. package/layouts/archives.vue +11 -11
  75. package/layouts/categories.vue +13 -13
  76. package/layouts/default.vue +13 -15
  77. package/layouts/home.vue +33 -33
  78. package/layouts/post.vue +54 -54
  79. package/layouts/tag.vue +10 -10
  80. package/layouts/tags.vue +10 -14
  81. package/library/loading.scss +535 -535
  82. package/library/loading.ts +60 -60
  83. package/library/scroll.ts +22 -22
  84. package/locales/en.yml +1 -1
  85. package/locales/zh-CN.yml +1 -1
  86. package/node/images/default.json +139 -139
  87. package/node/images/index.ts +46 -46
  88. package/node/images/shims.d.ts +8 -8
  89. package/node/index.ts +2 -2
  90. package/node/theme/index.ts +78 -78
  91. package/package.json +1 -1
  92. package/pages/archives/[year]/[month]/index.vue +48 -48
  93. package/pages/archives/[year]/index.vue +73 -73
  94. package/pages/archives/index.md +6 -0
  95. package/pages/categories/[...its].vue +108 -108
  96. package/pages/index.vue +8 -8
  97. package/pages/page/[page].vue +12 -12
  98. package/pages/tags/[tag]/index.vue +38 -38
  99. package/pages/tags/index.md +7 -0
  100. package/setup/main.ts +9 -9
  101. package/store/index.ts +1 -1
  102. package/store/modules/global.ts +12 -12
  103. package/styles/components/aplayer.scss +75 -75
  104. package/styles/components/index.scss +3 -3
  105. package/styles/components/markdown.scss +89 -89
  106. package/styles/components/nprogress.scss +15 -15
  107. package/styles/components/scrollbar.scss +25 -25
  108. package/styles/css-vars.scss +171 -171
  109. package/styles/element-plus/index.scss +1 -1
  110. package/styles/element-plus/tabs.scss +25 -25
  111. package/styles/element-plus/timeline.scss +18 -18
  112. package/styles/font-face.scss +19 -19
  113. package/styles/global.scss +38 -38
  114. package/styles/index.scss +3 -3
  115. package/tsconfig.json +27 -27
  116. package/types/index.d.ts +163 -163
  117. package/unocss.config.ts +43 -43
  118. package/utils/index.ts +37 -37
  119. package/valaxy.config.ts +26 -26
  120. package/pages/archives/index.vue +0 -6
  121. package/pages/tags/index.vue +0 -6
@@ -1,172 +1,172 @@
1
- :root {
2
- --hy-c-primary: #1bc9a6;
3
- --hy-c-primary-light: #14d6af;
4
- --hy-c-primary-lighter: #15e8be;
5
- --hy-c-primary-dark: #1aaa8d;
6
- --hy-c-primary-darker: #0b755f;
7
- --hy-c-primary-dimm-1: rgba(27, 201, 166, 0.5);
8
- --hy-c-primary-dimm-2: rgba(27, 201, 166, 0.25);
9
- --hy-c-primary-dimm-3: rgba(27, 201, 166, 0.05);
10
-
11
- --hy-c-black: #1a1a1a;
12
- --hy-c-black-pure: #000000;
13
- --hy-c-black-soft: #242424;
14
- --hy-c-black-mute: #2f2f2f;
15
-
16
- --hy-c-white: #ffffff;
17
- --hy-c-white-soft: #f9f9f9;
18
- --hy-c-white-mute: #f1f1f1;
19
-
20
- --hy-c-gray: #8e8e8e;
21
- --hy-c-gray-light-1: #aeaeae;
22
- --hy-c-gray-light-2: #c7c7c7;
23
- --hy-c-gray-light-3: #d1d1d1;
24
- --hy-c-gray-light-4: #e5e5e5;
25
- --hy-c-gray-light-5: #f2f2f2;
26
- --hy-c-gray-dark-1: #636363;
27
- --hy-c-gray-dark-2: #484848;
28
- --hy-c-gray-dark-3: #3a3a3a;
29
- --hy-c-gray-dark-4: #282828;
30
- --hy-c-gray-dark-5: #202020;
31
-
32
- --hy-c-divider-light-1: rgba(60, 60, 60, 0.29);
33
- --hy-c-divider-light-2: rgba(60, 60, 60, 0.12);
34
- --hy-c-divider-dark-1: rgba(84, 84, 84, 0.65);
35
- --hy-c-divider-dark-2: rgba(84, 84, 84, 0.48);
36
-
37
- --hy-c-text-light-1: var(--hy-c-indigo);
38
- --hy-c-text-light-2: rgba(60, 60, 60, 0.70);
39
- --hy-c-text-light-3: rgba(60, 60, 60, 0.33);
40
- --hy-c-text-light-4: rgba(60, 60, 60, 0.18);
41
-
42
- --hy-c-text-dark-1: rgba(255, 255, 255, 0.87);
43
- --hy-c-text-dark-2: rgba(235, 235, 235, 0.60);
44
- --hy-c-text-dark-3: rgba(235, 235, 235, 0.38);
45
- --hy-c-text-dark-4: rgba(235, 235, 235, 0.18);
46
-
47
- --hy-c-indigo: #213547;
48
- --hy-c-indigo-soft: #476582;
49
- --hy-c-indigo-light: #aac8e4;
50
- --hy-c-indigo-lighter: #c9def1;
51
- --hy-c-indigo-dark: #1d2f3f;
52
- --hy-c-indigo-darker: #14212e;
53
-
54
- --va-c-bg: #fafafa;
55
- }
56
-
57
- .dark {
58
- --hy-c-primary: #8fe6d5;
59
- --hy-c-primary-light: #a8ffee;
60
- --hy-c-primary-lighter: #bafef1;
61
- --hy-c-primary-dark: #66ccb8;
62
- --hy-c-primary-darker: #24a188;
63
- --hy-c-primary-dimm-1: rgba(143, 230, 213, 0.5);
64
- --hy-c-primary-dimm-2: rgba(143, 230, 213, 0.25);
65
- --hy-c-primary-dimm-3: rgba(143, 230, 213, 0.05);
66
- --va-c-bg: #1b1b1f;
67
- }
68
-
69
-
70
- :root {
71
- --hy-c-waves-dimm: var(--va-c-bg);
72
- --hy-c-waves-dimm-1: rgba(255, 255, 255, 0.7);
73
- --hy-c-waves-dimm-2: rgba(255, 255, 255, 0.5);
74
- --hy-c-waves-dimm-3: rgba(255, 255, 255, 0.3);
75
- }
76
-
77
- .dark {
78
- --hy-c-waves-dimm-1: rgba(34, 34, 34, 0.7);
79
- --hy-c-waves-dimm-2: rgba(34, 34, 34, 0.5);
80
- --hy-c-waves-dimm-3: rgba(34, 34, 34, 0.3);
81
- }
82
-
83
- /**
84
- * Typography
85
- * -------------------------------------------------------------------------- */
86
-
87
- :root {
88
- --hy-font-family-seto: Seto;
89
- --hy-font-family-modesty: Modesty;
90
- --hy-font-family-christmas: MountainsofChristmas;
91
- --hy-font-family-frederick: FrederickatheGreat;
92
- }
93
-
94
- /**
95
- * Colors Theme
96
- * -------------------------------------------------------------------------- */
97
-
98
- :root {
99
- --hy-c-bg: var(--hy-c-white);
100
- --hy-c-bg-soft: var(--hy-c-white-soft);
101
- --hy-c-bg-mute: var(--hy-c-white-mute);
102
- --hy-c-bg-alt: var(--hy-c-white-soft);
103
-
104
- --hy-c-divider: var(--hy-c-divider-light-1);
105
- --hy-c-divider-light: var(--hy-c-divider-light-2);
106
-
107
- --hy-c-divider-inverse: var(--hy-c-divider-dark-1);
108
- --hy-c-divider-inverse-light: var(--hy-c-divider-dark-2);
109
-
110
- --hy-c-text-1: var(--hy-c-text-light-1);
111
- --hy-c-text-2: var(--hy-c-text-light-2);
112
- --hy-c-text-3: var(--hy-c-text-light-3);
113
- --hy-c-text-4: var(--hy-c-text-light-4);
114
-
115
- --hy-c-text-inverse-1: var(--hy-c-text-dark-1);
116
- --hy-c-text-inverse-2: var(--hy-c-text-dark-2);
117
- --hy-c-text-inverse-3: var(--hy-c-text-dark-3);
118
- --hy-c-text-inverse-4: var(--hy-c-text-dark-4);
119
-
120
- --hy-c-text-code: var(--hy-c-indigo-soft);
121
-
122
- --hy-c-brand: var(--hy-c-primary);
123
- --hy-c-brand-light: var(--hy-c-primary-light);
124
- --hy-c-brand-lighter: var(--hy-c-primary-lighter);
125
- --hy-c-brand-dark: var(--hy-c-primary-dark);
126
- --hy-c-brand-darker: var(--hy-c-primary-darker);
127
-
128
- --va-c-brand: var(--hy-c-brand);
129
-
130
- --hy-c-sponsor: #fd1d7c;
131
- }
132
-
133
- .dark {
134
- --hy-c-bg: var(--hy-c-black-soft);
135
- --hy-c-bg-soft: var(--hy-c-black-mute);
136
- --hy-c-bg-mute: var(--hy-c-gray-dark-3);
137
- --hy-c-bg-alt: var(--hy-c-black);
138
-
139
- --hy-c-divider: var(--hy-c-divider-dark-1);
140
- --hy-c-divider-light: var(--hy-c-divider-dark-2);
141
-
142
- --hy-c-divider-inverse: var(--hy-c-divider-light-1);
143
- --hy-c-divider-inverse-light: var(--hy-c-divider-light-2);
144
-
145
- --hy-c-text-1: var(--hy-c-text-dark-1);
146
- --hy-c-text-2: var(--hy-c-text-dark-2);
147
- --hy-c-text-3: var(--hy-c-text-dark-3);
148
- --hy-c-text-4: var(--hy-c-text-dark-4);
149
-
150
- --hy-c-text-inverse-1: var(--hy-c-text-light-1);
151
- --hy-c-text-inverse-2: var(--hy-c-text-light-2);
152
- --hy-c-text-inverse-3: var(--hy-c-text-light-3);
153
- --hy-c-text-inverse-4: var(--hy-c-text-light-4);
154
-
155
- --hy-c-text-code: var(--hy-c-indigo-lighter);
156
- }
157
-
158
- :root {
159
- --va-c-primary-light: var(--hy-c-primary-light);
160
- --va-c-primary-lighter: var(--hy-c-primary-lighter);
161
- --va-c-primary-dark: var(--hy-c-primary-dark);
162
- --va-c-primary: var(--hy-c-primary);
163
- }
164
-
165
- /**
166
- * element-plus Theme
167
- * -------------------------------------------------------------------------- */
168
-
169
- :root {
170
- --el-color-primary: var(--hy-c-primary) !important;
171
- --el-text-color-primary: var(--hy-c-text-2) !important;
1
+ :root {
2
+ --hy-c-primary: #1bc9a6;
3
+ --hy-c-primary-light: #14d6af;
4
+ --hy-c-primary-lighter: #15e8be;
5
+ --hy-c-primary-dark: #1aaa8d;
6
+ --hy-c-primary-darker: #0b755f;
7
+ --hy-c-primary-dimm-1: rgba(27, 201, 166, 0.5);
8
+ --hy-c-primary-dimm-2: rgba(27, 201, 166, 0.25);
9
+ --hy-c-primary-dimm-3: rgba(27, 201, 166, 0.05);
10
+
11
+ --hy-c-black: #1a1a1a;
12
+ --hy-c-black-pure: #000000;
13
+ --hy-c-black-soft: #242424;
14
+ --hy-c-black-mute: #2f2f2f;
15
+
16
+ --hy-c-white: #ffffff;
17
+ --hy-c-white-soft: #f9f9f9;
18
+ --hy-c-white-mute: #f1f1f1;
19
+
20
+ --hy-c-gray: #8e8e8e;
21
+ --hy-c-gray-light-1: #aeaeae;
22
+ --hy-c-gray-light-2: #c7c7c7;
23
+ --hy-c-gray-light-3: #d1d1d1;
24
+ --hy-c-gray-light-4: #e5e5e5;
25
+ --hy-c-gray-light-5: #f2f2f2;
26
+ --hy-c-gray-dark-1: #636363;
27
+ --hy-c-gray-dark-2: #484848;
28
+ --hy-c-gray-dark-3: #3a3a3a;
29
+ --hy-c-gray-dark-4: #282828;
30
+ --hy-c-gray-dark-5: #202020;
31
+
32
+ --hy-c-divider-light-1: rgba(60, 60, 60, 0.29);
33
+ --hy-c-divider-light-2: rgba(60, 60, 60, 0.12);
34
+ --hy-c-divider-dark-1: rgba(84, 84, 84, 0.65);
35
+ --hy-c-divider-dark-2: rgba(84, 84, 84, 0.48);
36
+
37
+ --hy-c-text-light-1: var(--hy-c-indigo);
38
+ --hy-c-text-light-2: rgba(60, 60, 60, 0.70);
39
+ --hy-c-text-light-3: rgba(60, 60, 60, 0.33);
40
+ --hy-c-text-light-4: rgba(60, 60, 60, 0.18);
41
+
42
+ --hy-c-text-dark-1: rgba(255, 255, 255, 0.87);
43
+ --hy-c-text-dark-2: rgba(235, 235, 235, 0.60);
44
+ --hy-c-text-dark-3: rgba(235, 235, 235, 0.38);
45
+ --hy-c-text-dark-4: rgba(235, 235, 235, 0.18);
46
+
47
+ --hy-c-indigo: #213547;
48
+ --hy-c-indigo-soft: #476582;
49
+ --hy-c-indigo-light: #aac8e4;
50
+ --hy-c-indigo-lighter: #c9def1;
51
+ --hy-c-indigo-dark: #1d2f3f;
52
+ --hy-c-indigo-darker: #14212e;
53
+
54
+ --va-c-bg: #fafafa;
55
+ }
56
+
57
+ .dark {
58
+ --hy-c-primary: #8fe6d5;
59
+ --hy-c-primary-light: #a8ffee;
60
+ --hy-c-primary-lighter: #bafef1;
61
+ --hy-c-primary-dark: #66ccb8;
62
+ --hy-c-primary-darker: #24a188;
63
+ --hy-c-primary-dimm-1: rgba(143, 230, 213, 0.5);
64
+ --hy-c-primary-dimm-2: rgba(143, 230, 213, 0.25);
65
+ --hy-c-primary-dimm-3: rgba(143, 230, 213, 0.05);
66
+ --va-c-bg: #1b1b1f;
67
+ }
68
+
69
+
70
+ :root {
71
+ --hy-c-waves-dimm: var(--va-c-bg);
72
+ --hy-c-waves-dimm-1: rgba(255, 255, 255, 0.7);
73
+ --hy-c-waves-dimm-2: rgba(255, 255, 255, 0.5);
74
+ --hy-c-waves-dimm-3: rgba(255, 255, 255, 0.3);
75
+ }
76
+
77
+ .dark {
78
+ --hy-c-waves-dimm-1: rgba(34, 34, 34, 0.7);
79
+ --hy-c-waves-dimm-2: rgba(34, 34, 34, 0.5);
80
+ --hy-c-waves-dimm-3: rgba(34, 34, 34, 0.3);
81
+ }
82
+
83
+ /**
84
+ * Typography
85
+ * -------------------------------------------------------------------------- */
86
+
87
+ :root {
88
+ --hy-font-family-seto: Seto;
89
+ --hy-font-family-modesty: Modesty;
90
+ --hy-font-family-christmas: MountainsofChristmas;
91
+ --hy-font-family-frederick: FrederickatheGreat;
92
+ }
93
+
94
+ /**
95
+ * Colors Theme
96
+ * -------------------------------------------------------------------------- */
97
+
98
+ :root {
99
+ --hy-c-bg: var(--hy-c-white);
100
+ --hy-c-bg-soft: var(--hy-c-white-soft);
101
+ --hy-c-bg-mute: var(--hy-c-white-mute);
102
+ --hy-c-bg-alt: var(--hy-c-white-soft);
103
+
104
+ --hy-c-divider: var(--hy-c-divider-light-1);
105
+ --hy-c-divider-light: var(--hy-c-divider-light-2);
106
+
107
+ --hy-c-divider-inverse: var(--hy-c-divider-dark-1);
108
+ --hy-c-divider-inverse-light: var(--hy-c-divider-dark-2);
109
+
110
+ --hy-c-text-1: var(--hy-c-text-light-1);
111
+ --hy-c-text-2: var(--hy-c-text-light-2);
112
+ --hy-c-text-3: var(--hy-c-text-light-3);
113
+ --hy-c-text-4: var(--hy-c-text-light-4);
114
+
115
+ --hy-c-text-inverse-1: var(--hy-c-text-dark-1);
116
+ --hy-c-text-inverse-2: var(--hy-c-text-dark-2);
117
+ --hy-c-text-inverse-3: var(--hy-c-text-dark-3);
118
+ --hy-c-text-inverse-4: var(--hy-c-text-dark-4);
119
+
120
+ --hy-c-text-code: var(--hy-c-indigo-soft);
121
+
122
+ --hy-c-brand: var(--hy-c-primary);
123
+ --hy-c-brand-light: var(--hy-c-primary-light);
124
+ --hy-c-brand-lighter: var(--hy-c-primary-lighter);
125
+ --hy-c-brand-dark: var(--hy-c-primary-dark);
126
+ --hy-c-brand-darker: var(--hy-c-primary-darker);
127
+
128
+ --va-c-brand: var(--hy-c-brand);
129
+
130
+ --hy-c-sponsor: #fd1d7c;
131
+ }
132
+
133
+ .dark {
134
+ --hy-c-bg: var(--hy-c-black-soft);
135
+ --hy-c-bg-soft: var(--hy-c-black-mute);
136
+ --hy-c-bg-mute: var(--hy-c-gray-dark-3);
137
+ --hy-c-bg-alt: var(--hy-c-black);
138
+
139
+ --hy-c-divider: var(--hy-c-divider-dark-1);
140
+ --hy-c-divider-light: var(--hy-c-divider-dark-2);
141
+
142
+ --hy-c-divider-inverse: var(--hy-c-divider-light-1);
143
+ --hy-c-divider-inverse-light: var(--hy-c-divider-light-2);
144
+
145
+ --hy-c-text-1: var(--hy-c-text-dark-1);
146
+ --hy-c-text-2: var(--hy-c-text-dark-2);
147
+ --hy-c-text-3: var(--hy-c-text-dark-3);
148
+ --hy-c-text-4: var(--hy-c-text-dark-4);
149
+
150
+ --hy-c-text-inverse-1: var(--hy-c-text-light-1);
151
+ --hy-c-text-inverse-2: var(--hy-c-text-light-2);
152
+ --hy-c-text-inverse-3: var(--hy-c-text-light-3);
153
+ --hy-c-text-inverse-4: var(--hy-c-text-light-4);
154
+
155
+ --hy-c-text-code: var(--hy-c-indigo-lighter);
156
+ }
157
+
158
+ :root {
159
+ --va-c-primary-light: var(--hy-c-primary-light);
160
+ --va-c-primary-lighter: var(--hy-c-primary-lighter);
161
+ --va-c-primary-dark: var(--hy-c-primary-dark);
162
+ --va-c-primary: var(--hy-c-primary);
163
+ }
164
+
165
+ /**
166
+ * element-plus Theme
167
+ * -------------------------------------------------------------------------- */
168
+
169
+ :root {
170
+ --el-color-primary: var(--hy-c-primary) !important;
171
+ --el-text-color-primary: var(--hy-c-text-2) !important;
172
172
  }
@@ -1,2 +1,2 @@
1
- @import "./timeline.scss";
1
+ @import "./timeline.scss";
2
2
  @import "./tabs.scss";
@@ -1,26 +1,26 @@
1
- .el-tabs__nav-wrap::after {
2
- @apply bg-gray-200;
3
- }
4
-
5
- .dark .el-tabs__nav-wrap::after {
6
- @apply bg-gray-500;
7
- }
8
-
9
- .el-tabs {
10
-
11
- .el-tabs__active-bar,
12
- .el-tabs__nav-wrap::after {
13
- height: 1px;
14
- }
15
-
16
- .el-tabs__item {
17
- // @apply transition-colors;
18
- padding: 0 10px;
19
- }
20
-
21
- .el-tabs__nav-scroll {
22
- display: flex;
23
- justify-content: center;
24
- }
25
-
1
+ .el-tabs__nav-wrap::after {
2
+ @apply bg-gray-200;
3
+ }
4
+
5
+ .dark .el-tabs__nav-wrap::after {
6
+ @apply bg-gray-500;
7
+ }
8
+
9
+ .el-tabs {
10
+
11
+ .el-tabs__active-bar,
12
+ .el-tabs__nav-wrap::after {
13
+ height: 1px;
14
+ }
15
+
16
+ .el-tabs__item {
17
+ // @apply transition-colors;
18
+ padding: 0 10px;
19
+ }
20
+
21
+ .el-tabs__nav-scroll {
22
+ display: flex;
23
+ justify-content: center;
24
+ }
25
+
26
26
  }
@@ -1,19 +1,19 @@
1
- .el-timeline {
2
- .el-timeline-item__content {
3
- display: inline-block;
4
- color: var(--va-c-text) !important;
5
- line-height: 1;
6
- font-size: 1.5rem;
7
-
8
- @media (max-width: 1200px) {
9
- font-size: 1.3rem;
10
- }
11
- }
12
-
13
- .el-timeline-item__wrapper {}
14
-
15
- .el-timeline-item__node--normal,
16
- .el-timeline-item__tail {
17
- top: 4px;
18
- }
1
+ .el-timeline {
2
+ .el-timeline-item__content {
3
+ display: inline-block;
4
+ color: var(--va-c-text) !important;
5
+ line-height: 1;
6
+ font-size: 1.5rem;
7
+
8
+ @media (max-width: 1200px) {
9
+ font-size: 1.3rem;
10
+ }
11
+ }
12
+
13
+ .el-timeline-item__wrapper {}
14
+
15
+ .el-timeline-item__node--normal,
16
+ .el-timeline-item__tail {
17
+ top: 4px;
18
+ }
19
19
  }
@@ -1,20 +1,20 @@
1
- @font-face {
2
- font-family: "MountainsofChristmas";
3
- src: url('./fonts/MountainsofChristmas-Bold.ttf'),
4
- url('./fonts/MountainsofChristmas-Regular.ttf')
5
- }
6
-
7
- @font-face {
8
- font-family: "FrederickatheGreat";
9
- src: url('./fonts/FrederickatheGreat.ttf')
10
- }
11
-
12
- @font-face {
13
- font-family: "Modesty";
14
- src: url('./fonts/Modesty.ttf')
15
- }
16
-
17
- // @font-face {
18
- // font-family: "Seto";
19
- // src: url('./fonts/Seto.ttf')
1
+ @font-face {
2
+ font-family: "MountainsofChristmas";
3
+ src: url('./fonts/MountainsofChristmas-Bold.ttf'),
4
+ url('./fonts/MountainsofChristmas-Regular.ttf')
5
+ }
6
+
7
+ @font-face {
8
+ font-family: "FrederickatheGreat";
9
+ src: url('./fonts/FrederickatheGreat.ttf')
10
+ }
11
+
12
+ @font-face {
13
+ font-family: "Modesty";
14
+ src: url('./fonts/Modesty.ttf')
15
+ }
16
+
17
+ // @font-face {
18
+ // font-family: "Seto";
19
+ // src: url('./fonts/Seto.ttf')
20
20
  // }
@@ -1,39 +1,39 @@
1
- html {
2
- color: var(--va-c-text);
3
- }
4
-
5
- body {
6
- font-family: var(--hy-font-family-seto);
7
- color: var(--va-c-text);
8
- background-color: var(--va-c-bg);
9
- }
10
-
11
- html,
12
- body {
13
- scroll-behavior: smooth;
14
- }
15
-
16
- a {
17
- color: var(--hy-c-primary);
18
- font-weight: 500;
19
- }
20
-
21
-
22
- @media (min-width: 1200px) {
23
- .breakpoint {
24
- width: 72.5rem
25
- }
26
- }
27
-
28
- @media (max-width: 1200px) {
29
- .breakpoint {
30
- padding-left: .5rem;
31
- padding-right: .5rem
32
- }
33
- }
34
-
35
- @media (min-width: 1600px) {
36
- .breakpoint {
37
- width: 75vw
38
- }
1
+ html {
2
+ color: var(--va-c-text);
3
+ }
4
+
5
+ body {
6
+ font-family: var(--hy-font-family-seto);
7
+ color: var(--va-c-text);
8
+ background-color: var(--va-c-bg);
9
+ }
10
+
11
+ html,
12
+ body {
13
+ scroll-behavior: smooth;
14
+ }
15
+
16
+ a {
17
+ color: var(--hy-c-primary);
18
+ font-weight: 500;
19
+ }
20
+
21
+
22
+ @media (min-width: 1200px) {
23
+ .breakpoint {
24
+ width: 72.5rem
25
+ }
26
+ }
27
+
28
+ @media (max-width: 1200px) {
29
+ .breakpoint {
30
+ padding-left: .5rem;
31
+ padding-right: .5rem
32
+ }
33
+ }
34
+
35
+ @media (min-width: 1600px) {
36
+ .breakpoint {
37
+ width: 75vw
38
+ }
39
39
  }
package/styles/index.scss CHANGED
@@ -1,4 +1,4 @@
1
- @use './font-face' as *;
2
- @use './global' as *;
3
- @use './components' as *;
1
+ @use './font-face' as *;
2
+ @use './global' as *;
3
+ @use './components' as *;
4
4
  @use './element-plus' as *;
package/tsconfig.json CHANGED
@@ -1,27 +1,27 @@
1
- {
2
- // we need tsconfig.json to compile without
3
- // error: This is likely not portable. A type annotation is necessary.
4
- "compilerOptions": {
5
- "target": "ESNext",
6
- "jsx": "preserve",
7
- "lib": ["DOM", "ESNext"],
8
- "baseUrl": ".",
9
- "module": "ESNext",
10
- "moduleResolution": "node",
11
- "resolveJsonModule": true,
12
- "types": [
13
- "vite/client",
14
- "vue/ref-macros",
15
- "vite-plugin-pages/client",
16
- "vite-plugin-vue-layouts/client"
17
- ],
18
- "allowJs": true,
19
- "strict": true,
20
- "strictNullChecks": true,
21
- "noUnusedLocals": true,
22
- "esModuleInterop": true,
23
- "forceConsistentCasingInFileNames": true,
24
- "skipLibCheck": true
25
- },
26
- "exclude": ["**/dist/**", "node_modules"]
27
- }
1
+ {
2
+ // we need tsconfig.json to compile without
3
+ // error: This is likely not portable. A type annotation is necessary.
4
+ "compilerOptions": {
5
+ "target": "ESNext",
6
+ "jsx": "preserve",
7
+ "lib": ["DOM", "ESNext"],
8
+ "baseUrl": ".",
9
+ "module": "ESNext",
10
+ "moduleResolution": "node",
11
+ "resolveJsonModule": true,
12
+ "types": [
13
+ "vite/client",
14
+ "vue/ref-macros",
15
+ "vite-plugin-pages/client",
16
+ "vite-plugin-vue-layouts/client"
17
+ ],
18
+ "allowJs": true,
19
+ "strict": true,
20
+ "strictNullChecks": true,
21
+ "noUnusedLocals": true,
22
+ "esModuleInterop": true,
23
+ "forceConsistentCasingInFileNames": true,
24
+ "skipLibCheck": true
25
+ },
26
+ "exclude": ["**/dist/**", "node_modules"]
27
+ }