//
// Copyright IBM Corp. 2019
//
// 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 'carbon-components/scss/components/skeleton/skeleton-text';

:host(#{$prefix}-skeleton-text) {
  display: block;
  width: 100%;
}

:host(#{$prefix}-skeleton-text[type='line']:nth-of-type(1n)) {
  width: calc(100% - 73px);
}

:host(#{$prefix}-skeleton-text[type='line']:nth-of-type(2n)) {
  width: calc(100% - 11px);
}

:host(#{$prefix}-skeleton-text[type='line']:nth-of-type(3n)) {
  width: calc(100% - 43px);
}
