Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
feat: move out auth/provider to parent window provider
Browse files Browse the repository at this point in the history
  • Loading branch information
zachferland committed May 15, 2020
1 parent 7e5aca2 commit f7e6ece
Show file tree
Hide file tree
Showing 16 changed files with 604 additions and 889 deletions.
72 changes: 72 additions & 0 deletions iframe/assets/assets.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions iframe/style.scss → iframe/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ button {

.card {
width: 420px;
height: 565px;
// height: 565px;
border: 1px solid $borderColor;
border-radius: $radius;
display: flex;
Expand All @@ -74,7 +74,7 @@ button {

.content {
width: 100%;
padding-top: 45px;
padding-top: 20px;
}

.contentMobile {
Expand Down Expand Up @@ -163,6 +163,7 @@ button {
border-radius: $radius;
background-color: transparent;
box-shadow: $dropShadow;
margin-top: 25px;
}

.headerLogo_empty {
Expand Down Expand Up @@ -274,6 +275,7 @@ button {
justify-content: flex-start;
width: 344px;
position: relative;
padding-bottom: 20px;
}

.promptBox {
Expand Down Expand Up @@ -486,4 +488,4 @@ button {
// // .walletSelect {
// // margin-bottom: 86px;
// // }
// }
// }
File renamed without changes.
Loading

0 comments on commit f7e6ece

Please sign in to comment.