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:
parent
f9de0c8600
commit
e7ba5e482a
@ -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%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user