style: remove unused theme vars

This commit is contained in:
Neko Ayaka
2025-05-15 03:52:08 +08:00
parent 42dcddca08
commit 8c0899d9ef
5 changed files with 0 additions and 94 deletions
@@ -1,16 +1,4 @@
:root {
--airi-theme-primary-50: #fff0f2;
--airi-theme-primary-100: #ffe3e6;
--airi-theme-primary-200: #ffcad4;
--airi-theme-primary-300: #ff9fb0;
--airi-theme-primary-400: #ff6988;
--airi-theme-primary-500: #fe456e;
--airi-theme-primary-600: #ec124d;
--airi-theme-primary-700: #c70941;
--airi-theme-primary-800: #a70a3e;
--airi-theme-primary-900: #8e0d3b;
--airi-theme-primary-950: #50011b;
--theme-colors-hue: 220.31;
--theme-colors-chroma: calc(0.18 + (cos(var(--theme-colors-hue) * 3.14159265 / 180) * 0.04));
--theme-colors-chroma-50: calc(var(--theme-colors-chroma) * 0.3);
@@ -1,16 +1,4 @@
:root {
--airi-theme-primary-50: #fff0f2;
--airi-theme-primary-100: #ffe3e6;
--airi-theme-primary-200: #ffcad4;
--airi-theme-primary-300: #ff9fb0;
--airi-theme-primary-400: #ff6988;
--airi-theme-primary-500: #fe456e;
--airi-theme-primary-600: #ec124d;
--airi-theme-primary-700: #c70941;
--airi-theme-primary-800: #a70a3e;
--airi-theme-primary-900: #8e0d3b;
--airi-theme-primary-950: #50011b;
--theme-colors-hue: 220.44;
--theme-colors-chroma: calc(0.18 + (cos(var(--theme-colors-hue) * 3.14159265 / 180) * 0.04));
--theme-colors-chroma-50: calc(var(--theme-colors-chroma) * 0.3);
@@ -1,46 +0,0 @@
<template>
<div class="cross-blocks-background-container">
<slot />
</div>
</template>
<style scoped>
/*
CSS pattern backgrounds by Super designer
https://superdesigner.co/tools/css-backgrounds
*/
.cross-blocks-background-container {
background: linear-gradient(
45deg,
var(--airi-theme-primary-200) 10%,
transparent 11%,
transparent 89%,
var(--airi-theme-primary-200) 90%
),
linear-gradient(
135deg,
var(--airi-theme-primary-200) 10%,
transparent 11%,
transparent 89%,
var(--airi-theme-primary-200) 90%
),
radial-gradient(circle, transparent 25%, #ffffff 26%),
linear-gradient(
45deg,
transparent 46%,
var(--airi-theme-primary-200) 47%,
var(--airi-theme-primary-200) 52%,
transparent 53%
),
linear-gradient(
135deg,
transparent 46%,
var(--airi-theme-primary-200) 47%,
var(--airi-theme-primary-200) 52%,
transparent 53%
);
background-size: 3em 3em;
background-color: #ffffff;
opacity: 1;
}
</style>
-12
View File
@@ -1,16 +1,4 @@
:root {
--airi-theme-primary-50: #fff0f2;
--airi-theme-primary-100: #ffe3e6;
--airi-theme-primary-200: #ffcad4;
--airi-theme-primary-300: #ff9fb0;
--airi-theme-primary-400: #ff6988;
--airi-theme-primary-500: #fe456e;
--airi-theme-primary-600: #ec124d;
--airi-theme-primary-700: #c70941;
--airi-theme-primary-800: #a70a3e;
--airi-theme-primary-900: #8e0d3b;
--airi-theme-primary-950: #50011b;
--theme-colors-hue: 220.44;
--theme-colors-chroma: calc(0.18 + (cos(var(--theme-colors-hue) * 3.14159265 / 180) * 0.04));
--theme-colors-chroma-50: calc(var(--theme-colors-chroma) * 0.3);
-12
View File
@@ -1,16 +1,4 @@
:root {
--airi-theme-primary-50: #fff0f2;
--airi-theme-primary-100: #ffe3e6;
--airi-theme-primary-200: #ffcad4;
--airi-theme-primary-300: #ff9fb0;
--airi-theme-primary-400: #ff6988;
--airi-theme-primary-500: #fe456e;
--airi-theme-primary-600: #ec124d;
--airi-theme-primary-700: #c70941;
--airi-theme-primary-800: #a70a3e;
--airi-theme-primary-900: #8e0d3b;
--airi-theme-primary-950: #50011b;
--theme-colors-hue: 220.44;
--theme-colors-chroma: calc(0.18 + (cos(var(--theme-colors-hue) * 3.14159265 / 180) * 0.04));
--theme-colors-chroma-50: calc(var(--theme-colors-chroma) * 0.3);