Fix scss paths

This commit is contained in:
Abdo 2025-05-22 02:56:30 +03:00
parent 5cbb5242c8
commit f453e3790c
3 changed files with 4 additions and 4 deletions

View file

@ -130,7 +130,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
</div>
<style lang="scss">
@use "../lib/sass/elevation" as *;
@use "../../lib/sass/elevation" as *;
/* Make sure labels are readable on custom Qt backgrounds */
.field-container {

View file

@ -1,12 +1,12 @@
/* Copyright: Ankitects Pty Ltd and contributors
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
@import "../lib/sass/base";
@import "../../lib/sass/base";
$btn-disabled-opacity: 0.4;
@import "bootstrap/scss/buttons";
@import "bootstrap/scss/button-group";
@import "../lib/sass/bootstrap-tooltip";
@import "../../lib/sass/bootstrap-tooltip";
html,
body {

View file

@ -1,7 +1,7 @@
/* Copyright: Ankitects Pty Ltd and contributors
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
@use "sass:color";
@use "../lib/sass/button-mixins" as button;
@use "../../lib/sass/button-mixins" as button;
.linkb {
$size: var(--buttons-size);