You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
333 B
CSS

:import("../button/style.css") { button: button; }
:import("../shared.css") { combinedButton: combinedButton; }
.ribbon {
composes: notSelectable from "../shared.css";
display: flex;
.button {
width: 100%;
height: 100%;
min-width: 16px;
}
.combinedButton {
display: grid; /* block, not inline */
height: 100%;
}
}