Add SVG icons and empty howto page

This commit is contained in:
Tom Raithel
2017-02-14 21:05:12 +01:00
parent f8c5bb7855
commit 1b67e9725d
14 changed files with 126 additions and 23 deletions

View File

@@ -2,7 +2,6 @@
display: inline-block;
position: relative;
text-decoration: none;
padding-left: 30px;
height: 25px;
font-size: 14px;
line-height: 25px;
@@ -16,19 +15,13 @@
font-size: 16px;
}
&__icon {
margin-right: 6px;
position: relative;
top: -1px;
}
&:hover {
text-decoration: underline;
}
&:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 25px;
height: 25px;
/* TODO icon*/
background: var(--color-gray-normal);
border-radius: 50%;
}
}