commit idk

This commit is contained in:
Karthik Vempati
2022-07-22 23:09:59 +02:00
parent aa1da2d0c7
commit c72678b578
5 changed files with 43 additions and 42 deletions

View File

@@ -41,20 +41,6 @@ export default {
<v-app <v-app
:is="currentView" :is="currentView"
> >
<v-navigation-drawer
v-model="drawer"
absolute
bottom
temporary
>
<v-list-item>
Test
</v-list-item>
</v-navigation-drawer>
<v-app-bar app>
<!-- -->
</v-app-bar>
<v-main> <v-main>
</v-main> </v-main>

View File

@@ -8,31 +8,31 @@
<!-- navbar --> <!-- navbar -->
<header class="navbar-header"> <!-- <header class="navbar-header">-->
<div class="logo"> <!-- <div class="logo">-->
<a>Home</a> <!-- <a>Home</a>-->
</div> <!-- </div>-->
<input type="checkbox" class="menu-btn" id="menu-btn"> <!-- <input type="checkbox" class="menu-btn" id="menu-btn">-->
<label for="menu-btn" class="menu-icon"> <!-- <label for="menu-btn" class="menu-icon">-->
<span class="menu-icon__line"></span> <!-- <span class="menu-icon__line"></span>-->
</label> <!-- </label>-->
<ul class="nav-links"> <!-- <ul class="nav-links">-->
<li class="nav-link"> <!-- <li class="nav-link">-->
<a href="#">Profile</a> <!-- <a href="#">Profile</a>-->
</li> <!-- </li>-->
<li class="nav-link"> <!-- <li class="nav-link">-->
<a href="#">Storage</a> <!-- <a href="#">Storage</a>-->
</li> <!-- </li>-->
<li class="nav-link"> <!-- <li class="nav-link">-->
<a href="#">Recipes</a> <!-- <a href="#">Recipes</a>-->
</li> <!-- </li>-->
<li class="nav-link"> <!-- <li class="nav-link">-->
<a href="#">About</a> <!-- <a href="#">About</a>-->
</li> <!-- </li>-->
</ul> <!-- </ul>-->
</header> <!-- </header>-->
</div> </div>
</div> </div>

View File

@@ -49,6 +49,7 @@
v-model="newItem" v-model="newItem"
@keyup.enter="addItem" @keyup.enter="addItem"
require require
dark
></v-text-field> ></v-text-field>
</v-col> </v-col>
<v-col cols="2"> <v-col cols="2">
@@ -57,6 +58,7 @@
required required
v-model="newQuantity" v-model="newQuantity"
@keyup.enter="addItem" @keyup.enter="addItem"
dark
></v-text-field> ></v-text-field>
</v-col> </v-col>
<v-col cols="1"> <v-col cols="1">
@@ -276,9 +278,8 @@ body{
/* input field styling */ /* input field styling */
.field-header-box{
color: white
}
.inputField-header { .inputField-header {
position: relative; position: relative;
@@ -287,6 +288,19 @@ body{
height: 2vh; height: 2vh;
} }
.field-header-box{
z-index: 3;
position: fixed;
width: 100vw;
height: 5vh;
left: 0;
top: 10vh;
display: grid;
align-content: center;
justify-content: center;
color: white
}
.newItemName { .newItemName {
z-index: 3; z-index: 3;
position: relative; position: relative;

View File

@@ -120,6 +120,7 @@ export default {
.logo { .logo {
left: -3vh; left: -3vh;
top: 1vh; top: 1vh;
color: white;
} }
.logo a { .logo a {

View File

@@ -81,7 +81,8 @@
<!-- <div>Whitsunday Island, Whitsunday Islands</div>--> <!-- <div>Whitsunday Island, Whitsunday Islands</div>-->
<!-- </v-card-text>--> <!-- </v-card-text>-->
<v-card-actions> <v-card-actions
>
<!-- <v-btn--> <!-- <v-btn-->
<!-- color="orange"--> <!-- color="orange"-->
<!-- text--> <!-- text-->
@@ -90,7 +91,6 @@
<!-- </v-btn>--> <!-- </v-btn>-->
<v-btn <v-btn
:href="recipe.sourceUrl" :href="recipe.sourceUrl"
text text
> >