styles: Updates theme of V1 check to match homepage
This commit is contained in:
@@ -13,7 +13,7 @@ const Row = styled.div`
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 0.25rem;
|
||||
&:not(:last-child) { border-bottom: 1px solid ${colors.primary}; }
|
||||
&:not(:last-child) { border-bottom: 1px solid ${colors.primaryTransparent}; }
|
||||
span.lbl { font-weight: bold; }
|
||||
span.val {
|
||||
max-width: 200px;
|
||||
|
||||
@@ -9,7 +9,7 @@ const Row = styled.div`
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 0.25rem;
|
||||
&:not(:last-child) { border-bottom: 1px solid ${colors.primary}; }
|
||||
&:not(:last-child) { border-bottom: 1px solid ${colors.primaryTransparent}; }
|
||||
span:first-child { font-weight: bold; }
|
||||
`;
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ const Row = styled.div`
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 0.25rem;
|
||||
&:not(:last-child) { border-bottom: 1px solid ${colors.primary}; }
|
||||
&:not(:last-child) { border-bottom: 1px solid ${colors.primaryTransparent}; }
|
||||
span.lbl { font-weight: bold; }
|
||||
span.val {
|
||||
max-width: 200px;
|
||||
|
||||
@@ -66,7 +66,7 @@ h4 {
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
&:not(:last-child) {
|
||||
border-bottom: 1px solid ${colors.primary};
|
||||
border-bottom: 1px solid ${colors.primaryTransparent};
|
||||
}
|
||||
&:hover {
|
||||
.tech-confidence {
|
||||
|
||||
@@ -9,7 +9,7 @@ const Row = styled.div`
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 0.25rem;
|
||||
&:not(:last-child) { border-bottom: 1px solid ${colors.primary}; }
|
||||
&:not(:last-child) { border-bottom: 1px solid ${colors.primaryTransparent}; }
|
||||
span.lbl { font-weight: bold; }
|
||||
span.val {
|
||||
max-width: 200px;
|
||||
|
||||
Reference in New Issue
Block a user