refactor: import specific SCSS mixins

This commit is contained in:
Sebin Nyshkim 2022-01-11 20:47:25 +01:00
parent 25e8b0ad65
commit f2948005e1
7 changed files with 23 additions and 15 deletions

View file

@ -63,14 +63,22 @@ export default {
</script>
<style lang="scss">
@import "@/scss/base.scss";
@import "@/scss/_variables.scss";
@import "@/scss/_mixins.scss";
.datatable {
border-collapse: collapse;
width: 100%;
max-width: 55rem;
margin: auto;
@include mq-desktop {
max-width: 45rem;
}
@include mq-bigscreen {
max-width: 55rem;
}
&__heading,
&__cell {
padding: 0.25em 0.5em;