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,5 +1,5 @@
@import '../../../assets/scss/variables';
@import '../../../assets/scss/mixins';
@import "../../../assets/scss/variables";
@import "../../../assets/scss/mixins";
.contacts {
@include margin-bottom(1);
@@ -10,38 +10,34 @@
flex-grow: 0;
flex-shrink: 0;
list-style: none;
padding: 0;
margin: 10px -3px;
padding: 0;
width: 140px;
&-item {
padding: 0;
margin: 4px;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
height: $button-height;
width: $button-height;
line-height: $button-height;
border-radius: 50%;
text-align: center;
border: 1px solid $color-gray-bg;
border-radius: 50%;
display: flex;
height: $button-height;
justify-content: center;
line-height: $button-height;
margin: 4px;
padding: 0;
text-align: center;
width: $button-height;
&-link {
border: 0;
display: flex;
color: $color-base;
display: flex;
&:hover,
&:focus {
color: $color-primary;
}
}
}
}
}
}