refactor(starter): upgrade to new version of gatsby

This commit is contained in:
Alexander Shelepenok
2022-01-09 20:12:31 +00:00
parent 84bdc5899d
commit 67ebabbaac
397 changed files with 26665 additions and 34984 deletions

View File

@@ -1,13 +1,15 @@
@import '../../assets/scss/variables';
@import '../../assets/scss/mixins';
@use "sass:color";
@import "../../assets/scss/variables";
@import "../../assets/scss/mixins";
.pagination {
@include margin-top(2);
display: flex;
&__prev {
width: 50%;
text-align: left;
width: 50%;
&-link {
color: $color-secondary;
@@ -20,17 +22,15 @@
}
&--disable {
color: color.adjust($color-gray, 20%);
pointer-events: none;
color: lighten($color-gray, 20%);
}
}
}
&__next {
width: 50%;
text-align: right;
width: 50%;
&-link {
color: $color-secondary;
@@ -43,12 +43,9 @@
}
&--disable {
color: color.adjust($color-gray, 20%);
pointer-events: none;
color: lighten($color-gray, 20%);
}
}
}
}
}