Skip to content

Commit

Permalink
last minute tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Aug 9, 2018
1 parent 6d21630 commit fbe9edf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion src/styles/_app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ $component-name: app;

&--start {
.#{$component-name}__home {
display: none;
top: 50%;
left: 50%;
transform: translate(-21.5vw, -25.1rem);
transform: translate(-19.5vw, -25.1rem);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/styles/components/_version.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.version {
z-index: var(--z-dev);
position: absolute;
top: 10px;
top: 30px;
right: 20px;
color: var(--text);
}
8 changes: 5 additions & 3 deletions src/styles/components/routes/start/_protocol-stack.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ $component-name: start-protocol-stack;

.#{$component-name} {
width: 100%;
height: 34vh;
cursor: pointer;
display: flex;
flex-direction: column;
text-decoration: none;

&__preview {
flex: 0 0 calc(28vh + #{unit(1)});
flex: 0 0 80%;
}

&__label {
flex: 1 0 5vh;
flex: 1 0 20%;
max-height: 100px;
overflow-wrap: break-word;
display: flex;
flex-direction: column;
Expand All @@ -25,6 +25,8 @@ $component-name: start-protocol-stack;
&__stack {
height: 25vh;
width: 25vh;
max-width: 300px;
max-height: 300px;
margin: 0 auto unit(3);
position: relative;
z-index: var(--z-default);
Expand Down
5 changes: 2 additions & 3 deletions src/styles/components/routes/start/_start.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,13 @@
position: absolute;
bottom: unit(4);
right: unit(3);
width: unit(25);
width: unit(23);
z-index: var(--z-global-ui);
}

&__welcome {
width: 51vw;
margin: 0 auto;
padding: 0 0 2.4rem 17rem;
padding: 0 0 2.4rem;

&-title,
&-lead {
Expand Down

0 comments on commit fbe9edf

Please sign in to comment.