mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
make sync-status style scoped
This commit is contained in:
parent
9dd20e063b
commit
14ffc4b8d5
|
|
@ -1,6 +1,3 @@
|
||||||
---
|
|
||||||
jsEntry: app
|
|
||||||
---
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html {% if site.issue %}class="index-issue"{% endif %}>
|
<html {% if site.issue %}class="index-issue"{% endif %}>
|
||||||
{% include head.html notArticle=true %}
|
{% include head.html notArticle=true %}
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,7 @@ const vWithPopover = {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@use "../styles/3-wave.scss" as wave;
|
@use "../styles/3-wave.scss" as wave;
|
||||||
|
@use "../styles/sync-status.scss";
|
||||||
|
|
||||||
a.mirror-item-label::after {
|
a.mirror-item-label::after {
|
||||||
content: " ";
|
content: " ";
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
import "./default";
|
||||||
|
import "../styles/sync-status.scss";
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
@use "./sync-status.scss";
|
|
||||||
|
|
||||||
@use "./bootstrap_vars.scss" as bs;
|
@use "./bootstrap_vars.scss" as bs;
|
||||||
|
|
||||||
#mirrors {
|
#mirrors {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
@use "./sync-status.scss";
|
|
||||||
|
|
||||||
table.flat {
|
table.flat {
|
||||||
&>tbody>tr {
|
&>tbody>tr {
|
||||||
border-bottom-width: var(--bs-border-width);
|
border-bottom-width: var(--bs-border-width);
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
permalink: /
|
permalink: /
|
||||||
layout: index
|
layout: index
|
||||||
|
jsEntry: app
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,5 @@
|
||||||
permalink: /legacy_index.html
|
permalink: /legacy_index.html
|
||||||
layout: index
|
layout: index
|
||||||
legacy: true
|
legacy: true
|
||||||
|
jsEntry: legacyapp
|
||||||
---
|
---
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue