Color bar & option input components: syntax fixes
This commit is contained in:
parent
89f0e13fae
commit
3a2513e2a2
@ -64,7 +64,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
content:"";
|
content: '';
|
||||||
}
|
}
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
@ -81,14 +81,14 @@
|
|||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
color: $cHintText;
|
|
||||||
padding: 9px;
|
padding: 9px;
|
||||||
content: "·";
|
color: $cHintText;
|
||||||
|
content: '·';
|
||||||
}
|
}
|
||||||
&:last-child {
|
&:last-child {
|
||||||
&::after {
|
&::after {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
content: "";
|
content: '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user