Skip to content

Commit

Permalink
Merge pull request #32 from vultisig/dev
Browse files Browse the repository at this point in the history
just rebuild it
  • Loading branch information
AmiKonst authored Oct 21, 2024
2 parents 953c3fb + 7ba2961 commit 427e778
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/assets/scss/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ $white: var(--Color-primary-white);
$turquoise: var(--Color-primary-turquoise);
$persian-blue: var(--Color-primary-persian-blue);


// Fonts
@mixin font-btn {
font-family: 'Montserrat';
Expand Down
3 changes: 1 addition & 2 deletions src/pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
transform: scale(1);
}
}
.warning {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -266,8 +267,6 @@
.button-box {
padding: 12px 0;
// background-color: $black;
// box-shadow: 0px 4px 12px 4px $black;
flex-shrink: 0;
position: sticky;
bottom: 0;
Expand Down

0 comments on commit 427e778

Please sign in to comment.