Skip to content

Commit

Permalink
Fix md and lg spacing scss vars (#13886)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundito committed Jun 17, 2022
1 parent a2a4ab5 commit e03adaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte-webapp/src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $border-thick: 2px;

$spacing-xs: 3px;
$spacing-sm: 5px;
$spacing-m: 10px;
$spacing-l: 15px;
$spacing-md: 10px;
$spacing-lg: 15px;
$spacing-xl: 20px;
$spacing-2xl: 40px;
$spacing-page-bottom: 150px;

0 comments on commit e03adaa

Please sign in to comment.