Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
K
kiaisoft_tuananh_nuxt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TTS Tran Viet Anh
kiaisoft_tuananh_nuxt
Commits
4cb699ee
Commit
4cb699ee
authored
Apr 13, 2023
by
Le Dinh Trung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
responsive
parent
44302702
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
5 deletions
+19
-5
FooterBar.vue
components/FooterBar.vue
+6
-2
Header.vue
components/user/Header.vue
+6
-1
NavBar.vue
components/user/NavBar.vue
+2
-2
index.vue
pages/home-page/index.vue
+5
-0
No files found.
components/FooterBar.vue
View file @
4cb699ee
...
...
@@ -14,7 +14,7 @@
/>
</v-col>
<div
class=
"flex-column"
>
<h3>
Subscribe to our Newsletter
</h3>
<h3
class=
"h3-title"
>
Subscribe to our Newsletter
</h3>
<h4>
Get all the latest information, Sales and Offers.
</h4>
</div>
<div
class=
"email"
>
...
...
@@ -237,7 +237,11 @@ export default {
padding-left
:
130px
}
.email
{
width
:
90%
;
width
:
94%
;
}
.h3-title
{
display
:
flex
;
justify-content
:
center
;
}
}
</
style
>
components/user/Header.vue
View file @
4cb699ee
...
...
@@ -142,7 +142,7 @@
mdi-cart-outline
</v-icon>
</v-badge>
<v-menu
activator=
"#menu-activator"
style=
"width: 300px"
>
<v-menu
activator=
"#menu-activator"
style=
"width: 300px
; z-index: 50;
"
>
<v-list
class=
"list-item no-scroll"
dense
three-line
>
<v-list-item
v-for=
"(item, index) in products"
...
...
@@ -624,6 +624,8 @@ b {
.header-middle-content
{
display
:
flex
;
flex-direction
:
column
;
padding-left
:
10px
;
padding-right
:
12px
!important
;
}
.header-middle-right
{
margin-top
:
10px
;
...
...
@@ -675,5 +677,8 @@ b {
.header-top-right
{
justify-content
:
flex-end
;
}
.list-item
{
height
:
340px
;
}
}
</
style
>
components/user/NavBar.vue
View file @
4cb699ee
...
...
@@ -153,12 +153,12 @@ export default {
cursor
:
pointer
;
}
@media
only
screen
and
(
max-width
:
769px
)
{
.none-tag
{
.none-tag
{
display
:
none
!important
;
}
.navbar-left
{
width
:
100%
;
padding-left
:
5
px
;
padding-left
:
12
px
;
padding-right
:
5px
;
}
}
...
...
pages/home-page/index.vue
View file @
4cb699ee
...
...
@@ -216,6 +216,7 @@
:key=
"i"
cols=
"12"
md=
"4"
class=
"feature-col"
>
<v-card
:loading=
"loading"
...
...
@@ -464,5 +465,9 @@ export default {
flex
:
1
1
49%
;
max-width
:
49%
;
}
.feature-col
{
padding-bottom
:
0px
;
margin-bottom
:
-50px
;
}
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment