mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-11 18:56:15 +02:00
refactor(starter): upgrade and move to typescript
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user