Skip to content

Commit 7018ab7

Browse files
author
Vikas Agarwal
committed
Github issue#1003, Fix logo styling and position on "Welcome back" page
— Fixed for both logged out and logged in versions
1 parent 1c996e6 commit 7018ab7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/components/TopBar/ProjectsToolBar.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ $tc-body-large: 20px;
175175
transition: all .250ms ease-in-out;
176176

177177
.IncompleteProjectConfirmation {
178-
position: static;
179-
padding-top: 0;
180-
height: auto;
178+
margin-top: 0px;
181179
}
182180

183181
section.content {
@@ -201,10 +199,6 @@ $tc-body-large: 20px;
201199
left: 0px;
202200

203201
.Wizard .content {
204-
margin: 0 auto;
205-
padding: 50px 0;
206-
width: 100%;
207-
min-height: 100vh;
208202
}
209203

210204
.TextInput.project-name,

0 commit comments

Comments
 (0)