This commit is contained in:
Jamie Kyle 2023-04-20 10:03:43 -07:00 committed by GitHub
parent 1f2cde6d04
commit 0e490542a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
196 changed files with 2117 additions and 1217 deletions

View file

@ -89,7 +89,7 @@
border: solid $color-white;
border-width: 0 2px 2px 0;
height: 11px;
left: 7px;
inset-inline-start: 7px;
top: 3px;
transform: rotate(45deg);
width: 6px;
@ -106,7 +106,7 @@
&::after {
background: $color-ultramarine;
top: 4px;
left: 4px;
inset-inline-start: 4px;
width: 12px;
height: 12px;
border-radius: 6px;
@ -136,6 +136,7 @@
border: solid $color-white;
border-width: 0 2px 2px 0;
height: 10px;
/* stylelint-disable-next-line liberty/use-logical-spec */
left: 7px;
top: 3px;
transform: rotate(45deg);
@ -153,6 +154,7 @@
&::after {
background: $color-ultramarine;
top: 4px;
/* stylelint-disable-next-line liberty/use-logical-spec */
left: 4px;
width: 10px;
height: 10px;