This repository was archived by the owner on Nov 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
components/LoadingEffects/styles
containers/CommunitiesContent/styles Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,14 @@ export const CommunitiesText = styled.div`
22
22
${ cs . flex ( 'align-center' ) } ;
23
23
color: ${ theme ( 'banner.desc' ) } ;
24
24
justify-content: center;
25
- width: 60px ;
26
- height: 60px ;
25
+ width: 54px ;
26
+ height: 54px ;
27
27
border-radius: 4px;
28
28
border-style: double;
29
29
border-color: ${ theme ( 'banner.desc' ) } ;
30
30
text-align: center;
31
- margin-top: -40px;
31
+ margin-top: -35px;
32
+ margin-bottom: 8px;
32
33
`
33
34
export const BannerText = styled . div `
34
35
${ cs . truncate ( '45px' ) } ;
Original file line number Diff line number Diff line change @@ -74,10 +74,12 @@ export const IssueLink = styled.a`
74
74
75
75
// fill only works for non-colored svgs
76
76
export const CommunityIcon = styled ( Img ) `
77
+ display: block;
77
78
fill: ${ ( { nonFill } ) => ( nonFill ? '' : theme ( 'banner.desc' ) ) } ;
78
- width: 60px;
79
- height: 60px;
80
- margin-top: -40px;
79
+ width: 54px;
80
+ height: 54px;
81
+ margin-bottom: 8px;
82
+ margin-top: -35px;
81
83
${ Card } :hover & {
82
84
fill: ${ ( { nonFill } ) => ( nonFill ? '' : theme ( 'banner.title' ) ) } ;
83
85
}
You can’t perform that action at this time.
0 commit comments