fix(SW-2790): update ui room picker buttons * fix(SW-2790): update ui room picker buttons * fix(SW-2790 Approved-by: Matilda Landström
15 lines
275 B
CSS
15 lines
275 B
CSS
.counterContainer {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
gap: 20px;
|
|
color: var(--Text-Interactive-Default);
|
|
}
|
|
.counterBtn {
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
.counterBtn:not([disabled]) {
|
|
box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
|
|
}
|