// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//
// Copyright (c) KALEIDOS INC Sucursal en España SL

@use "refactor/common-refactor.scss" as deprecated;

.hsva-selector {
  @include deprecated.flex-column;

  padding: deprecated.$s-4;
  row-gap: deprecated.$s-8;
  margin-bottom: deprecated.$s-8;
}

.hsva-row {
  display: flex;
  align-items: center;
}

.hsva-selector-label {
  @include deprecated.uppercase-title-typography;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: deprecated.$s-32;
}

.hsva-bar {
  width: deprecated.$s-228;
}
