Skip to content

Commit

Permalink
feature: BIM-34213 update counter styles by mockup
Browse files Browse the repository at this point in the history
  • Loading branch information
faraononon committed Aug 28, 2023
1 parent ed677df commit 4fe8542
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@
.counter {
box-sizing: border-box;
height: 4rem;
min-width: 4rem;
border-radius: 0.75rem;
padding: 2px 6px;
padding: 0.5rem 1rem;
color: color(neutral-1);

display: flex;
flex-direction: column;
align-items: center;
justify-content: center;

@include font-preset-caption-xs();
@include font-type-medium();
@include font-size-xs();
line-height: 0.9;

&_neutral {
Expand Down

0 comments on commit 4fe8542

Please sign in to comment.