ds4/scss/components/shared/_control_button_group.scss

17 lines
234 B
SCSS
Raw Normal View History

/*
* SPDX-FileCopyrightText: 2021 Johannes Loher
*
* SPDX-License-Identifier: MIT
*/
.ds4-control-button-group {
2023-07-10 22:23:13 +02:00
display: flex;
text-align: center;
width: 100%;
padding: 0 calc(1em / 3);
2023-07-10 22:23:13 +02:00
&__button {
flex: 1;
}
}