-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(style): fix dashboard elements spacing
- Loading branch information
1 parent
554b764
commit 753328c
Showing
5 changed files
with
15 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
$button-size: 44px; | ||
|
||
position: relative; | ||
padding: $spacing-unit; | ||
|
||
&__container { | ||
overflow-x: hidden; | ||
|
13 changes: 5 additions & 8 deletions
13
src/components/specific/dashboard/dashboard-project-list/DashboardProjectList.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
.dashboard-project-list { | ||
padding: $spacing-unit; | ||
|
||
&__title { | ||
padding: $spacing-unit/2 $spacing-unit; | ||
margin-bottom: $spacing-unit; | ||
padding-left: $spacing-unit; | ||
font-size: 1.2rem; | ||
font-weight: bold; | ||
} | ||
|
||
&__content { | ||
display: flex; | ||
gap: 64px; | ||
padding: $spacing-unit; | ||
overflow-x: auto; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
src/components/specific/dashboard/dashboard-space-list/DashboardSpaceList.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
.dashboard-space-list { | ||
padding: $spacing-unit * 2; | ||
padding: $spacing-unit; | ||
|
||
&__title { | ||
margin-bottom: $spacing-unit; | ||
padding-left: $spacing-unit; | ||
font-size: 1.2rem; | ||
font-weight: bold; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters