mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
restruct: updated sass version and rules
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user