Skip to content

Commit

Permalink
fix(feed-item-pill): DLT-2122 css cleanup (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
braddialpad authored Dec 11, 2024
1 parent dada746 commit 615d9d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/dialtone-css/lib/build/less/recipes/feed_item_pill.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}

.d-recipe-feed-item-pill__button {
width: 100%;
width: var(--dt-size-100-percent);
text-align: left;
background-color: var(--dt-color-surface-moderate);
border-width: 0;
Expand All @@ -19,7 +19,7 @@

.d-recipe-feed-item-pill__layout {
gap: var(--dt-space-300);
width: 100%;
width: var(--dt-size-100-percent);
padding: var(--dt-space-400);

& > .d-item-layout--left {
Expand All @@ -32,7 +32,7 @@
display: flex;

& svg {
animation: fade 0.15s ease-in;
animation: d-recipe-feed-item-pill-fade 0.15s ease-in;
}
}

Expand All @@ -50,7 +50,7 @@
overflow: hidden;
background-clip: content-box, border-box;
background-origin: border-box;
border: double 1px transparent;
border: double var(--dt-size-100) transparent;
border-radius: var(--dt-size-radius-600);
}

Expand All @@ -67,7 +67,7 @@
background: var(--dt-color-foreground-critical);
}

@keyframes fade {
@keyframes d-recipe-feed-item-pill-fade {
0% {
transform: scale(0);
}
Expand Down

0 comments on commit 615d9d4

Please sign in to comment.