feat: SW-3145 Moved date component to design system * chore: SW-3145 Moved date component to design system Approved-by: Anton Gunnarsson Approved-by: Matilda Landström
16 lines
190 B
CSS
16 lines
190 B
CSS
.container {
|
|
display: flex;
|
|
gap: var(--Spacing-x2);
|
|
user-select: none;
|
|
}
|
|
|
|
@media screen and (width < 400px) {
|
|
.container {
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
|
|
.segment {
|
|
flex: 1;
|
|
}
|