Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu bar to match Figma #270

Merged
merged 11 commits into from
Sep 17, 2024
3 changes: 2 additions & 1 deletion packages/frontend/components/TrackAsset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. -->
<template>
<form @submit.prevent="submit">
<input type="text" id="input" v-model="deviceKey" placeholder="Device key" style="width: inputWidth;" required/>
<button-component buttonText="Track asset" padding="12px 16px"
<button-component buttonText="Track asset" padding="12px 16px" margin="0"
type="submit" style="font-size: 16px;"></button-component>
</form>
</template>
Expand Down Expand Up @@ -57,6 +57,7 @@ input {
border-radius: 6px;
line-height: 48px;
margin-right: 15px;
margin-bottom:5px;
}

input::placeholder{
Expand Down
Loading