Add jenkins file

This commit is contained in:
Tom Raithel
2017-03-09 10:09:03 +01:00
parent 64705b5df8
commit 1c84624e3d
2 changed files with 30 additions and 2 deletions

View File

@@ -22,14 +22,13 @@
}
&:hover {
color: var(--color-white);
&:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;
width: 100%;
border-bottom: 2px solid var(--color-white);
border-bottom: 2px solid var(--color-gray-normal);
}
}
}