Skip to content

Commit

Permalink
Merge pull request #22 from primefaces/issue-20
Browse files Browse the repository at this point in the history
Fixed #21 | Add missing variable
  • Loading branch information
cetincakiroglu authored Jul 10, 2023
2 parents b308eac + 552e4fb commit 2ff9d05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/mytheme/variables/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@ $dockActionHeight: 4rem;
/// @group menu
$dockItemPadding: .5rem;

/// Border radius of an action item on dock
/// @group menu
$dockItemBorderRadius: $borderRadius;

/// Margin of the current action item on dock
/// @group menu
$dockCurrentItemMargin: 1.5rem;
Expand Down

0 comments on commit 2ff9d05

Please sign in to comment.