Sha256: dd775c5c963e1989eaff4c997b50594a5fa533e6e981543d5fca2c50996d0623
Contents?: true
Size: 1.21 KB
Versions: 3
Compression:
Stored size: 1.21 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 "@material/ripple/mixins"; @import "@material/ripple/variables"; @import "./mixins"; // 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-ripple-color(text-primary-on-secondary, $mdc-ripple-pressed-dark-ink-opacity); &: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
3 entries across 3 versions & 1 rubygems