Border radius fixed (#1985)
This commit is contained in:
parent
26e84ff185
commit
06864984a1
1 changed files with 2 additions and 21 deletions
|
@ -38,27 +38,8 @@ export const IndicatorsWrapper = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 1px;
|
gap: 1px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
border-radius: 8px;
|
||||||
> ${IndicatorWrapper} {
|
overflow: auto;
|
||||||
&:first-child {
|
|
||||||
border-top-left-radius: 8px;
|
|
||||||
border-bottom-left-radius: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:last-child {
|
|
||||||
border-top-right-radius: 8px;
|
|
||||||
border-bottom-right-radius: 8px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 1023px) {
|
|
||||||
> ${IndicatorWrapper} {
|
|
||||||
&:first-child,
|
|
||||||
&:last-child {
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const SectionTitle = styled.h5`
|
export const SectionTitle = styled.h5`
|
||||||
|
|
Loading…
Add table
Reference in a new issue