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

/* Theme organism - Workspace */

.o-workspace {
  &__toolbox {
    border-bottom-color: themed($theme-map, 'color', 'primary', 300);

    .m-actions-list__item {
      .a-toggle {
        color: themed($theme-map, 'color', 'primary', 700);
        font-size: toRem(15);
        font-weight: 400;
      }
    }
  }
}
