1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 17:23:22 +01: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%; margin-bottom: 2%;
} }
.icon {
margin-right: $spacer / 3;
transition: .2s ease-out;
margin-bottom: -.1rem;
}
a { a {
display: block; display: block;
background: darken($brand-light, 5%); background: darken($brand-light, 5%);
text-align: center; text-align: center;
border-radius: .25rem; border-radius: .25rem;
padding: $spacer / 4; padding: $spacer / 4;
} transition-property: all;
color: $text-color;
&:hover,
&:focus {
background: $brand-cyan;
color: #fff;
.icon { .icon {
margin-right: $spacer / 3; fill: #fff;
}
}
&:active {
transition: none;
background: darken($brand-cyan, 5%);
}
} }
} }

View File

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