refactor: import specific SCSS mixins
This commit is contained in:
parent
25e8b0ad65
commit
f2948005e1
7 changed files with 23 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue