Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ak4zh committed Aug 22, 2023
1 parent 4c4eeda commit 8d669fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/plugin/src/styles/components/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
.btn-group a,
.btn-group-vertical button,
.btn-group-vertical a {
@apply button-base-styles hover:bg-blend-lighten active:bg-blend-darken !border-0;
@apply button-base-styles hover:bg-blend-lighten active:bg-blend-darken !border-0;
/* Reset Anchor Styles */
@apply !no-underline;
}
Expand All @@ -104,14 +104,14 @@
.btn-group button,
.btn-group a {
/* Handle rounding of first and last button */
@apply first:rounded-tl-token first:rounded-bl-token last:rounded-tr-token last:rounded-br-token
@apply first:rounded-tl-token first:rounded-bl-token last:rounded-tr-token last:rounded-br-token;
}

/* Vertical Button / Anchors */
.btn-group-vertical button,
.btn-group-vertical a {
/* Handle rounding of first and last button */
@apply first:rounded-tl-container-token first:rounded-tr-container-token last:rounded-bl-container-token last:rounded-br-container-token
@apply first:rounded-tl-container-token first:rounded-tr-container-token last:rounded-bl-container-token last:rounded-br-container-token;
}

/* Set Neutral Divider */
Expand Down

0 comments on commit 8d669fe

Please sign in to comment.