Skip to content

Commit

Permalink
Fix: convert item and button borders from px to rem (fixes adaptlearn…
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartNicholls authored May 30, 2023
1 parent 9332f26 commit 3828504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/_defaults/_spacing-config.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
@item-margin: 0.5rem;
@item-padding: 1rem;

@item-border-radius: 5px;
@item-border-radius: 0.25rem;

// Button
// --------------------------------------------------
@btn-margin: 1rem;
@btn-padding: 1rem;

@btn-border-radius: 5px;
@btn-border-radius: 0.25rem;

// Menu header text margin
// --------------------------------------------------
Expand Down

0 comments on commit 3828504

Please sign in to comment.