Sha256: 7f5e8fb6623ead9fcff0d40816b745c053ed726c778ef16b0a13aa624304a40a

Contents?: true

Size: 1.13 KB

Versions: 4

Compression:

Stored size: 1.13 KB

Contents

// Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//      http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

@import "./mixins";
@import "./variables";

// postcss-bem-linter: define fab

.mdc-fab {
  @include mdc-fab-base_;
  @include mdc-fab-container-color(secondary);
  @include mdc-fab-ink-color(text-primary-on-secondary);
  @include mdc-fab-ripple($mdc-fab-light-ripple-config);

  &:not(.mdc-ripple-upgraded) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .18);
  }
}

.mdc-fab--mini {
  @include mdc-fab--mini_;
}

.mdc-fab__icon {
  @include mdc-fab__icon_;
}

.mdc-fab--exited {
  @include mdc-fab--exited_;
}

// postcss-bem-linter: end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
material_components_web-sass-0.23.0 vendor/assets/stylesheets/@material/fab/mdc-fab.scss
material_components_web-sass-0.22.0 vendor/assets/stylesheets/@material/fab/mdc-fab.scss
material_components_web-sass-0.21.1 vendor/assets/stylesheets/@material/fab/mdc-fab.scss
material_components_web-sass-0.21.0 vendor/assets/stylesheets/@material/fab/mdc-fab.scss