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
2862a9fb
Commit
2862a9fb
authored
Apr 07, 2023
by
Le Dinh Trung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix css
parent
5a4c369d
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
32 additions
and
10 deletions
+32
-10
BreadCrumb.vue
components/BreadCrumb.vue
+9
-0
FooterBar.vue
components/FooterBar.vue
+8
-4
Header.vue
components/user/Header.vue
+0
-2
NavBar.vue
components/user/NavBar.vue
+9
-1
login.vue
pages/login.vue
+6
-1
index.vue
pages/posts/index.vue
+0
-2
No files found.
components/BreadCrumb.vue
View file @
2862a9fb
...
...
@@ -78,4 +78,13 @@ export default {
line-height
:
1.2
;
color
:
#fff
;
}
@media
only
screen
and
(
max-width
:
769px
)
{
.page-title
{
font-size
:
2.5rem
;
}
.page-subtitle
{
font-size
:
1.5rem
;
}
}
</
style
>
components/FooterBar.vue
View file @
2862a9fb
<!-- eslint-disable vue/no-parsing-error -->
<
template
>
<v-footer
class=
"
mt-12 flex-wrap"
min-height=
"350px
"
dark
padless
>
<v-footer
class=
"
footer-bar mt-12 flex-wrap
"
dark
padless
>
<v-row
class=
"d-flex justify-space-between align-center"
>
<v-col
cols=
"12"
...
...
@@ -17,13 +17,12 @@
</div>
<v-col
cols=
"12"
md=
"
4
"
md=
"
2
"
>
<v-text-field
label=
"email address here ..."
></v-text-field>
</v-col>
<v-btn
color=
"primary"
>
SUBSCRIBE
</v-btn>
</v-row>
<v-divider></v-divider>
</v-footer>
</
template
>
...
...
@@ -37,4 +36,9 @@ export default {
}
</
script
>
<
style
></
style
>
<
style
>
.footer-bar
{
min-height
:
350px
;
padding
:
4rem
;
}
</
style
>
components/user/Header.vue
View file @
2862a9fb
...
...
@@ -376,12 +376,10 @@ export default {
},
updateCart
()
{
eventBus
.
$on
(
'
add-to-cart
'
,
(
response
)
=>
{
console
.
log
(
'
abc
'
)
this
.
getCardProducts
()
})
},
changeColor
()
{
console
.
log
(
'
abcd
'
)
this
.
$vuetify
.
theme
.
dark
=
!
this
.
$vuetify
.
theme
.
dark
}
}
...
...
components/user/NavBar.vue
View file @
2862a9fb
...
...
@@ -46,7 +46,7 @@
</span>
</div>
</div>
<div
class=
"
d-flex
align-center "
>
<div
class=
"
none-tag
align-center "
>
<v-icon>
mdi-tag
</v-icon>
<span
class=
"mx-2"
>
Special offer!
...
...
@@ -133,10 +133,18 @@ export default {
min-width
:
350px
;
/* margin-top: 20px; */
}
.none-tag
{
display
:
flex
;
}
</
style
>
<
style
>
div
.v-treeview-node__label
{
cursor
:
pointer
;
}
@media
only
screen
and
(
max-width
:
769px
)
{
.none-tag
{
display
:
none
!important
;
}
}
</
style
>
pages/login.vue
View file @
2862a9fb
...
...
@@ -157,7 +157,12 @@ export default {
border-radius
:
1rem
;
}
@media
only
screen
and
(
max-width
:
768px
)
{
.login-form
>
svg
{
width
:
50%
!important
;
height
:
50%
!important
;
}
@media
only
screen
and
(
max-width
:
769px
)
{
.login-form
{
width
:
80%
;
}
...
...
pages/posts/index.vue
View file @
2862a9fb
...
...
@@ -195,8 +195,6 @@
<v-row>
<v-col
cols=
"12"
sm=
"6"
md=
"4"
>
<v-text-field
v-model=
"title"
...
...
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