refactor(starter): upgrade and move to typescript

This commit is contained in:
Alexander Shelepenok
2022-04-16 14:25:55 +00:00
parent 67ebabbaac
commit 50a99f57f7
156 changed files with 5350 additions and 7173 deletions

View File

@@ -4,17 +4,17 @@
.contacts {
@include margin-bottom(1);
&__list {
.list {
display: flex;
flex-flow: row wrap;
flex-grow: 0;
flex-shrink: 0;
list-style: none;
margin: 10px -3px;
padding: 0;
width: 140px;
max-width: 150px;
@include padding-equal(0);
@include margin(0.5, 0);
&-item {
.item {
align-content: center;
align-items: center;
border: 1px solid $color-gray-bg;
@@ -23,12 +23,16 @@
height: $button-height;
justify-content: center;
line-height: $button-height;
margin: 4px;
padding: 0;
text-align: center;
width: $button-height;
@include padding-equal(0);
@include margin-equal(0.25);
&-link {
&:nth-child(3n + 1) {
@include margin-left(0);
}
.link {
border: 0;
color: $color-base;
display: flex;