/** * Copyright (c) OpenLens Authors. All rights reserved. * Licensed under MIT License. See LICENSE in root directory for more information. */ .NodeDetails { --status-ready-bg: var(--colorOk); --status-default-bg: var(--colorError); .conditions { @include node-status-bgs; } }