2021-07-22 02:02:35 +02:00
|
|
|
/*
|
|
|
|
* 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);
|
2021-07-22 02:02:35 +02:00
|
|
|
|
2023-07-10 22:23:13 +02:00
|
|
|
&__button {
|
|
|
|
flex: 1;
|
|
|
|
}
|
2021-07-22 02:02:35 +02:00
|
|
|
}
|