1
0
Fork 0

better arrows

This commit is contained in:
Moritz Ruth 2019-03-09 23:35:48 +01:00
parent 86ac7d9ccb
commit 8ead8b8928
3 changed files with 26 additions and 6 deletions

View file

@ -15,13 +15,22 @@
<style scoped lang="scss">
@import "~@/assets/_responsive";
@import "~@/assets/_colors";
@import "~@/assets/_mixins";
#layout {
.button {
&::before {
content: "←";
transform: scale(2.4) translateY(-2px);
content: "";
display: inline-block;
margin-right: -5px;
@include arrow(12px, -90deg, white);
}
&:hover {
&::before {
border-color: $c-background;
}
}
position: fixed;