Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10 from LimeChain/UI-positioning-changes
UI positioning changes
  • Loading branch information
LuboslavBurdenski committed Nov 10, 2021
2 parents 9d193ab + 5142ad1 commit 11cdfa1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
11 changes: 11 additions & 0 deletions src/styles/components/Header.scss
Expand Up @@ -52,6 +52,17 @@
}
}
@include semi-tablet{
.mainHeader {
margin-top: 0;
flex-flow: row wrap;
font-size: 12px;
:nth-child(1) { order: 1; }
:nth-child(2) { order: 3; }
:nth-child(3) { order: 2; }
.networkAndTokens{
width: 250px;
}
}
.networkAndTokens{
flex-basis: 100%;
width: 0;
Expand Down
7 changes: 6 additions & 1 deletion src/styles/components/ScreenCards.scss
Expand Up @@ -78,6 +78,7 @@

@include high-end {
.claimContainer{
width: 25%;
height: 469px;
}
}
Expand All @@ -92,12 +93,12 @@
@include tablet {
.claimContainer {
width: 50%;
margin-top: 20%;
}
.connectWindow {
width: 50%;
}
}

@include mobile {
.claimContainer {
width: 90%;
Expand Down Expand Up @@ -167,6 +168,10 @@
}
}
@include semi-tablet{
.dataForm{
width: 90%;
flex: 2;
}
.claimContainer{
width: 50%;
margin-top: 5%;
Expand Down

0 comments on commit 11cdfa1

Please sign in to comment.