mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
project meta tweaks
This commit is contained in:
parent
f9de0c8600
commit
e7ba5e482a
@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -13,7 +13,6 @@
|
||||
padding: 0;
|
||||
flex: 0 0 (100% / 3);
|
||||
margin-bottom: $spacer;
|
||||
border-radius: 4rem;
|
||||
font-size: $font-size-small;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user