Elizabeth Mitchell 1808a19c5d chore(button): merge static/theme-styles
PiperOrigin-RevId: 482260340
2022-10-19 11:37:52 -07:00

19 lines
344 B
SCSS

//
// Copyright 2021 Google LLC
// SPDX-License-Identifier: Apache-2.0
//
// stylelint-disable selector-class-pattern --
// Selector '.md3-*' should only be used in this project.
@mixin styles() {
.md3-button__touch {
position: absolute;
top: 50%;
height: 48px;
left: 0;
right: 0;
transform: translateY(-50%);
}
}