Skip to content

Commit c6ce98e

Browse files
fix #1092
1 parent e444cb9 commit c6ce98e

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

src/components/App/App.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
body {
44
min-width: 320px;
5-
background-color: $tc-gray-neutral-dark;
5+
background-color: $tc-gray-neutral-light;
66
}
77

88
.ReactModal__Body--open {

src/components/TopBar/ProjectsToolBar.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ $tc-body-large : 20px;
4747
display: flex;
4848
align-items: center;
4949
// justify-content: center;
50-
padding: 5px 2*$base-unit 5px 34px;
50+
padding: 0 2*$base-unit 0 34px;
5151
text-align: left;
5252
color: $tc-gray-40;
5353
background-color: transparent;
5454
border-radius: 2px;
55+
border: 0;
5556
font-size: 12px;
5657
position: relative;
5758
&:before{
@@ -173,6 +174,9 @@ $tc-body-large : 20px;
173174
top: 12px;
174175
z-index: 22;/* +1 from z-index of the modal overlay */
175176
}
177+
.FillProjectDetails .header {
178+
margin: 35px 0 0;
179+
}
176180
}
177181

178182
.project-creation-dialog {

src/projects/create/components/FillProjectDetails.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
.header {
2929
display: flex;
3030
justify-content: space-between;
31+
margin-bottom: 30px;
3132

3233
h1 {
3334
@include tc-heading;

src/projects/create/components/ProjectWizard.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
background: transparent;
66
box-shadow: none;
77
width: 100%;
8+
margin-top: -30px;
89

910
.ProjectTypeCard {
1011
background: $tc-white;

0 commit comments

Comments
 (0)