//
// Copyright IBM Corp. 2020, 2020
//
// This source code is licensed under the Apache-2.0 license found in the
// LICENSE file in the root directory of this source tree.
//

@import '../../globals/scss/carbon-settings';
@import '../../globals/scss/variables';

.#{$ide-prefix}-auto-save {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.#{$ide-prefix}-auto-save__icon {
  width: carbon--mini-units(2);
  height: carbon--mini-units(2);
  margin: $spacing-02 $spacing-03;

  svg {
    fill: $support-01;
  }
}
