Add more styles for overview page

This commit is contained in:
Tom Raithel
2017-02-11 12:30:48 +01:00
parent fc81624813
commit 56f9495a59
10 changed files with 69 additions and 10 deletions

View File

@@ -0,0 +1,26 @@
.icon-link {
display: inline-block;
position: relative;
text-decoration: none;
padding-left: 30px;
height: 25px;
font-size: 14px;
line-height: 25px;
color: var(--color-gray-normal);
&:hover {
color: var(--color-white);
}
&:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 25px;
height: 25px;
/* TODO icon*/
background: var(--color-gray-normal);
border-radius: 50%;
}
}