@use 'variables' as *;
@use '@xui/theme-core' as core;

@mixin theme() {
  .x-settings-snackbar {
    width: 700px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;

    @include core.border-radius($border-radius);
    @include core.fill(floating);
    @include core.elevate(high);

    &-panel {
      width: 700px;
      max-width: 700px !important;
    }
  }
}
