Sha256: ef0685caafafad3933fbfd977b351959e34d5f2397c1b96a9ecf75be9678ef75
Contents?: true
Size: 1.5 KB
Versions: 8
Compression:
Stored size: 1.5 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/rtl/mixins"; @import "@material/theme/mixins"; @import "../mixins"; $mdc-permanent-drawer-width: 240px; .mdc-permanent-drawer { @include mdc-drawer-base_; @include mdc-theme-prop(background, background); @include mdc-rtl-reflexive-box(border, right, 1px solid #e4e4e4); @include mdc-rtl-reflexive-position(left, 0); @include mdc-theme-dark { background: #212121; @include mdc-theme-prop(color, text-primary-on-dark); @include mdc-rtl-reflexive-box(border, right, 1px solid rgba(white, .12)); } display: inline-flex; flex-direction: column; width: $mdc-permanent-drawer-width; height: 100%; box-sizing: border-box; overflow: hidden; &--floating { background: none; @include mdc-rtl-reflexive-box(border, right, none); @include mdc-theme-dark { background: none; @include mdc-rtl-reflexive-box(border, right, none); } } }
Version data entries
8 entries across 8 versions & 1 rubygems