Refactor of components (#5499)

This commit is contained in:
Kanagaraj M
2018-02-10 08:04:14 +05:30
committed by Harshavardhana
parent 9ab6a8035f
commit feb726dd98
40 changed files with 1733 additions and 127 deletions

View File

@@ -27,6 +27,13 @@
color: @text-color;
}
}
&:last-child {
&:after {
content: '/';
margin: 0 4px;
color: @text-color;
}
}
}
}