mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
image occlusion
This commit is contained in:
parent
590db7e932
commit
a8499bbc9c
3 changed files with 6 additions and 6 deletions
|
|
@ -3,6 +3,8 @@ Copyright: Ankitects Pty Ltd and contributors
|
||||||
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
-->
|
-->
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
import "./image-occlusion-base.scss";
|
||||||
|
|
||||||
import * as tr from "@generated/ftl";
|
import * as tr from "@generated/ftl";
|
||||||
|
|
||||||
import Container from "$lib/components/Container.svelte";
|
import Container from "$lib/components/Container.svelte";
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
@use "../lib/sass/vars";
|
@use "../../lib/sass/vars";
|
||||||
@use "../lib/sass/bootstrap-dark";
|
@use "../../lib/sass/bootstrap-dark";
|
||||||
|
|
||||||
@import "../lib/sass/base";
|
@import "../../lib/sass/base";
|
||||||
|
|
||||||
@import "bootstrap/scss/alert";
|
@import "bootstrap/scss/alert";
|
||||||
@import "bootstrap/scss/buttons";
|
@import "bootstrap/scss/buttons";
|
||||||
@import "bootstrap/scss/button-group";
|
@import "bootstrap/scss/button-group";
|
||||||
@import "bootstrap/scss/close";
|
@import "bootstrap/scss/close";
|
||||||
@import "bootstrap/scss/grid";
|
@import "bootstrap/scss/grid";
|
||||||
@import "../lib/sass/bootstrap-forms";
|
@import "../../lib/sass/bootstrap-forms";
|
||||||
|
|
||||||
.night-mode {
|
.night-mode {
|
||||||
@include bootstrap-dark.night-mode;
|
@include bootstrap-dark.night-mode;
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
// Copyright: Ankitects Pty Ltd and contributors
|
// Copyright: Ankitects Pty Ltd and contributors
|
||||||
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
import "./image-occlusion-base.scss";
|
|
||||||
|
|
||||||
import { ModuleName, setupI18n } from "@tslib/i18n";
|
import { ModuleName, setupI18n } from "@tslib/i18n";
|
||||||
import { checkNightMode } from "@tslib/nightmode";
|
import { checkNightMode } from "@tslib/nightmode";
|
||||||
import { get } from "svelte/store";
|
import { get } from "svelte/store";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue