diff --git a/web/satellite/src/components/accessGrants/steps/CreatePassphraseStep.vue b/web/satellite/src/components/accessGrants/steps/CreatePassphraseStep.vue index 37223ee93..ef97beeae 100644 --- a/web/satellite/src/components/accessGrants/steps/CreatePassphraseStep.vue +++ b/web/satellite/src/components/accessGrants/steps/CreatePassphraseStep.vue @@ -47,7 +47,6 @@
Enter Encryption Passphrase

Enter the passphrase you most recently generated for Access Grants

Name Your Access Grant

Enter a name for your new Access grant to get started.

- - - - - - diff --git a/web/satellite/src/components/account/EditProfilePopup.vue b/web/satellite/src/components/account/EditProfilePopup.vue index 148b40863..9b1a5c838 100644 --- a/web/satellite/src/components/account/EditProfilePopup.vue +++ b/web/satellite/src/components/account/EditProfilePopup.vue @@ -12,10 +12,8 @@

Edit Profile

diff --git a/web/satellite/src/components/common/HeaderedInput.vue b/web/satellite/src/components/common/HeaderedInput.vue index 755d7b8ec..8a4798131 100644 --- a/web/satellite/src/components/common/HeaderedInput.vue +++ b/web/satellite/src/components/common/HeaderedInput.vue @@ -90,7 +90,7 @@ export default class HeaderedInput extends HeaderlessInput { flex-direction: column; align-items: flex-start; margin-top: 10px; - width: 48%; + width: 100%; font-family: 'font_regular', sans-serif; } @@ -159,9 +159,12 @@ export default class HeaderedInput extends HeaderlessInput { border-radius: 6px; outline: none; box-shadow: none; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; &::placeholder { - font-family: 'font_medium', sans-serif; + opacity: 0.6; } } diff --git a/web/satellite/src/components/common/VInfo.vue b/web/satellite/src/components/common/VInfo.vue index e0742b7a2..5e5926da6 100644 --- a/web/satellite/src/components/common/VInfo.vue +++ b/web/satellite/src/components/common/VInfo.vue @@ -5,7 +5,6 @@
-

{{ title }}

@@ -37,8 +36,6 @@ import VButton from '@/components/common/VButton.vue'; export default class VInfo extends Vue { @Prop({default: ''}) private readonly title: string; - @Prop({default: false}) - private readonly isClickable: boolean; @Prop({default: ''}) private readonly buttonLabel: string; @Prop({default: () => false}) @@ -79,7 +76,7 @@ export default class VInfo extends Vue { z-index: 1; &__click-mock { - height: 24px; + height: 2px; background: transparent; } diff --git a/web/satellite/src/components/header/HeaderArea.vue b/web/satellite/src/components/header/HeaderArea.vue index 0d87d611c..7a6f2ecce 100644 --- a/web/satellite/src/components/header/HeaderArea.vue +++ b/web/satellite/src/components/header/HeaderArea.vue @@ -29,11 +29,10 @@ class="header-container__right-area__info" title="Need some help?" button-label="START TOUR" - is-clickable="true" :on-button-click="onStartTourButtonClick" >