@use '../../styles/abstracts' as *;
@use '../abstracts-theme/variables.theme' as *;

/* Theme Organism - Base layout */

.o-base-layout {
  &__title {
    border-right: 1px themed($theme-map, 'color', 'primary', 400) solid;
    .a-btn {
      color: themed($theme-map, 'color', 'primary', 'contrast', 600);
    }
  }

  &__menu {
    border-right: 1px themed($theme-map, 'color', 'primary', 400) solid;
    color: themed($theme-map, 'color', 'primary', 'contrast', 600);
  }

  &__toolbox {
    border-bottom-color: themed($theme-map, 'color', 'primary', 300);
    color: themed($theme-map, 'color', 'primary', 'contrast', 100);
  }

}
