Skip to content

Commit

Permalink
Aura - Configurator | Fix selectButton border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Apr 8, 2024
1 parent f997605 commit 45c23ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/assets/showcase/styles/layout/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
padding: 0.5rem 1rem;

&:first-child {
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}

&:last-child {
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
}
}
Expand Down

0 comments on commit 45c23ac

Please sign in to comment.