// 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;

.settings-bar-left {
  background-color: var(--panel-background-color);
  height: 100%;
  width: deprecated.$s-256;
}

.settings-bar-inside {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  height: calc(100% - deprecated.$s-2);
  overflow-y: auto;
  padding-top: deprecated.$s-8;
}
