Squirclesssss 🟦🔵 (#22535)
This commit is contained in:
committed by
GitHub
parent
badaae17cd
commit
e609320666
@@ -74,6 +74,7 @@ const StyledLinkButton = styled.button`
|
||||
const StyledDot = styled.div`
|
||||
background: ${themeCssVariables.font.color.light};
|
||||
border-radius: 50%;
|
||||
corner-shape: round;
|
||||
height: 2px;
|
||||
width: 2px;
|
||||
`;
|
||||
|
||||
+2
-1
@@ -11,8 +11,9 @@ const StyledPillContainer = styled.span`
|
||||
> span {
|
||||
background: ${themeCssVariables.accent.accent3};
|
||||
border: 1px solid ${themeCssVariables.accent.accent5};
|
||||
border-radius: ${themeCssVariables.border.radius.md};
|
||||
border-radius: ${themeCssVariables.border.radius.pill};
|
||||
color: ${themeCssVariables.accent.accent9};
|
||||
corner-shape: round;
|
||||
font-weight: ${themeCssVariables.font.weight.semiBold};
|
||||
height: ${themeCssVariables.spacing[5]};
|
||||
}
|
||||
|
||||
+2
-1
@@ -135,7 +135,8 @@ const StyledDashContainer = styled.div`
|
||||
|
||||
const StyledDash = styled.div`
|
||||
background-color: ${themeCssVariables.font.color.primary};
|
||||
border-radius: 9999px;
|
||||
border-radius: ${themeCssVariables.border.radius.pill};
|
||||
corner-shape: round;
|
||||
height: 0.25rem;
|
||||
width: 0.75rem;
|
||||
`;
|
||||
|
||||
+1
@@ -129,6 +129,7 @@ const StyledAvailabilityDot = styled.div`
|
||||
background-color: ${themeCssVariables.color.green};
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 0 0 3px ${themeCssVariables.color.green5};
|
||||
corner-shape: round;
|
||||
flex-shrink: 0;
|
||||
height: 6px;
|
||||
width: 6px;
|
||||
|
||||
Reference in New Issue
Block a user