restruct: updated sass version and rules

This commit is contained in:
2025-03-26 18:04:00 +01:00
parent 829059d35b
commit 22b6177560
71 changed files with 2447 additions and 2507 deletions
+6 -7
View File
@@ -400,9 +400,8 @@ export default defineComponent({
</script>
<style lang="scss" scoped>
@import '../../styles/responsive.scss';
@import '../../styles/variables.scss';
@import '../../styles/icons.scss';
@use '../../styles/responsive';
@use '../../styles/icons';
$rowCol: #424242;
@@ -435,7 +434,7 @@ table {
}
thead tr {
background-color: $bgCol;
background-color: var(--clr-bg3);
}
thead th {
@@ -477,7 +476,7 @@ table {
}
padding: 0.5em 0.25em;
background-color: $bgCol;
background-color: var(--clr-bg3);
white-space: pre-wrap;
cursor: pointer;
@@ -524,7 +523,7 @@ tr,
opacity: 0.2;
}
@include smallScreen() {
@include responsive.smallScreen{
margin: 0;
padding: 0.3em 0.5em;
font-size: 1em;
@@ -537,7 +536,7 @@ tr,
max-width: 200px;
&.default {
color: $accentCol;
color: var(--clr-primary);
}
&.nonPublic {