1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-28 00:27:40 +02:00

project meta tweaks

This commit is contained in:
Matthias Kretschmann 2018-04-11 14:06:35 +02:00
parent f9de0c8600
commit e7ba5e482a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 22 additions and 4 deletions

View File

@ -15,15 +15,34 @@
margin-bottom: 2%;
}
.icon {
margin-right: $spacer / 3;
transition: .2s ease-out;
margin-bottom: -.1rem;
}
a {
display: block;
background: darken($brand-light, 5%);
text-align: center;
border-radius: .25rem;
padding: $spacer / 4;
}
transition-property: all;
color: $text-color;
.icon {
margin-right: $spacer / 3;
&:hover,
&:focus {
background: $brand-cyan;
color: #fff;
.icon {
fill: #fff;
}
}
&:active {
transition: none;
background: darken($brand-cyan, 5%);
}
}
}

View File

@ -13,7 +13,6 @@
padding: 0;
flex: 0 0 (100% / 3);
margin-bottom: $spacer;
border-radius: 4rem;
font-size: $font-size-small;
}
}