Elizabeth Mitchell 1bc1d2b627 chore(menu): merge static/theme-styles
PiperOrigin-RevId: 485370563
2022-11-01 11:23:34 -07:00

15 lines
273 B
SCSS

//
// Copyright 2022 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-menu-button {
overflow: visible;
position: relative;
}
}