Color bar & option input components: syntax fixes
This commit is contained in:
parent
89f0e13fae
commit
3a2513e2a2
@ -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;
|
||||
|
@ -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: '';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user