aboutsummaryrefslogtreecommitdiff
path: root/src/components/panel_loading/panel_loading.vue
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2023-01-09 13:02:16 -0500
committertusooa <tusooa@kazv.moe>2023-01-09 13:02:16 -0500
commit7dc22774532872fc99aa7768cf299ab623e9d155 (patch)
tree8f8f3607f281968e28e38664ae3523697014c310 /src/components/panel_loading/panel_loading.vue
parent38961bc167f3fedcd6c3eb61f92d9134f9b5cbdf (diff)
Use stylelint
Diffstat (limited to 'src/components/panel_loading/panel_loading.vue')
-rw-r--r--src/components/panel_loading/panel_loading.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/panel_loading/panel_loading.vue b/src/components/panel_loading/panel_loading.vue
index d916d8a6..17458e49 100644
--- a/src/components/panel_loading/panel_loading.vue
+++ b/src/components/panel_loading/panel_loading.vue
@@ -23,7 +23,7 @@ export default {}
</script>
<style lang="scss">
-@import 'src/_variables.scss';
+@import "src/variables";
.panel-loading {
display: flex;
@@ -33,6 +33,7 @@ export default {}
font-size: 2em;
color: $fallback--text;
color: var(--text, $fallback--text);
+
.loading-text svg {
line-height: 0;
vertical-align: middle;