pxt-core
Version:
Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors
28 lines (24 loc) • 472 B
text/less
.common-color-picker-field {
display: grid;
grid-template-columns: 0.5fr 8fr 1fr 1fr;
align-items: center;
padding: 0.1rem 0rem;
i.fas {
margin: 0;
}
}
.common-color-inputs {
display: flex;
flex-direction: row;
align-items: center;
&>:first-child {
margin-right: 0.5rem;
}
&>:last-child {
flex-grow: 1;
margin-right: 0.5rem;
}
.color-input:hover {
cursor: pointer;
}
}