Color bar component: style fixes

This commit is contained in:
María Checa
2016-02-18 20:05:07 +01:00
parent bde6ec4559
commit 89f0e13fae
2 changed files with 4 additions and 4 deletions

View File

@@ -81,14 +81,14 @@
box-sizing: content-box;
&::after {
content: "·";
color: $cHintText;
padding: 9px;
content: "·";
}
&:last-child {
&::after {
content: "";
padding: 0;
content: "";
}
}
}