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.

22 lines
375 B
CSS

:import("../progress-bar/style.css") { progressBar: bar; }
.progressButton {
composes: combinedButton from "../shared.css";
display: inline-grid;
box-sizing: border-box;
border-radius: 4px;
overflow: hidden;
.progressBar {
/* border-top: 0; */
}
}
.direction-horizontal {
grid-template-columns: auto 1fr;
}
.direction-vertical {
grid-template-rows: 2fr 1fr;
}