Color bar & option input components: syntax fixes

This commit is contained in:
María Checa 2016-02-18 20:06:30 +01:00
parent 89f0e13fae
commit 3a2513e2a2
2 changed files with 5 additions and 5 deletions

View File

@ -64,7 +64,7 @@
left: 0;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
content:"";
content: '';
}
&:last-child {
margin-right: 0;

View File

@ -13,7 +13,7 @@
<div class="CDB-OptionInput-element CDB-Text">
<span class="CDB-OptionInput--text">solid</span>
</div>
<ul class="CDB-ColorBarContainer CDB-Text CDB-Size-medium">
<li class="CDB-ColorBar" style="background-color: #207EBA;"></li>
</ul>
@ -81,14 +81,14 @@
box-sizing: content-box;
&::after {
color: $cHintText;
padding: 9px;
content: "·";
color: $cHintText;
content: '·';
}
&:last-child {
&::after {
padding: 0;
content: "";
content: '';
}
}
}