mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 16:06:12 +02:00
ui: rework sidebar heading
This commit is contained in:
@@ -113,7 +113,7 @@ export const ExpandIcon = styled(Expand)`
|
||||
|
||||
export const ExpandResources = styled.div`
|
||||
padding-right: 15px;
|
||||
margin: 20px 0;
|
||||
margin-bottom: 20px;
|
||||
`
|
||||
|
||||
export const ExpandResourcesHeader = styled.div`
|
||||
@@ -130,13 +130,13 @@ export const ExpandResourcesHeader = styled.div`
|
||||
`
|
||||
|
||||
export const StyledResourceList = styled.div`
|
||||
padding-top: 16px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
overflow: hidden;
|
||||
|
||||
& + & {
|
||||
padding-top: 16px;
|
||||
margin-top: 16px;
|
||||
border-top: 1px solid
|
||||
${(props) => transparentize(0.8, props.theme.sidebar.foreground)};
|
||||
|
||||
Reference in New Issue
Block a user