File tree 2 files changed +6
-10
lines changed
web/src/pages/Cases/CaseDetails/Voting
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const StyledBox = styled(Box)`
14
14
display: flex;
15
15
gap: 8px;
16
16
align-items: center;
17
+ margin-bottom: -4px;
17
18
> p {
18
19
margin: 0;
19
20
}
Original file line number Diff line number Diff line change @@ -27,12 +27,10 @@ const StyledAccordion = styled(CustomAccordion)`
27
27
}
28
28
29
29
[class*="accordion-button"] {
30
- padding: 16px ${ responsiveSize ( 8 , 18 ) } !important;
30
+ padding: 11.5px ${ responsiveSize ( 8 , 18 ) } !important;
31
31
background-color: ${ ( { theme } ) => theme . whiteBackground } !important;
32
- border: 0.5px solid ${ ( { theme } ) => theme . stroke } !important;
33
- border-left: 1px solid ${ ( { theme } ) => theme . stroke } !important;
34
- border-right: 1px solid ${ ( { theme } ) => theme . stroke } !important;
35
- border-radius: 0;
32
+ border: 1px solid ${ ( { theme } ) => theme . stroke } !important;
33
+ margin: 4px 0;
36
34
> svg {
37
35
fill: ${ ( { theme } ) => theme . primaryText } !important;
38
36
}
@@ -46,11 +44,8 @@ const StyledAccordion = styled(CustomAccordion)`
46
44
const StyledCard = styled ( Card ) `
47
45
width: 100%;
48
46
height: auto;
49
- padding: 16px ${ responsiveSize ( 8 , 18 ) } ;
50
- border: 0.5px solid ${ ( { theme } ) => theme . stroke } ;
51
- border-left: 1px solid ${ ( { theme } ) => theme . stroke } ;
52
- border-right: 1px solid ${ ( { theme } ) => theme . stroke } ;
53
- border-radius: 0;
47
+ padding: 11.5px ${ responsiveSize ( 8 , 18 ) } ;
48
+ border: 1px solid ${ ( { theme } ) => theme . stroke } ;
54
49
` ;
55
50
56
51
const AccordionContentContainer = styled . div `
You can’t perform that action at this time.
0 commit comments