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
44302702
Commit
44302702
authored
Apr 13, 2023
by
Le Dinh Trung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
responsive
parent
7334ff86
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
FooterBar.vue
components/FooterBar.vue
+1
-2
Header.vue
components/user/Header.vue
+1
-1
No files found.
components/FooterBar.vue
View file @
44302702
...
...
@@ -92,7 +92,6 @@
x-small
dark
outlined
:style=
"
{ 'background-color': hover ? '#26c !important;' : '#999 !important;' }"
>
<v-icon
class=
"icon-social"
>
mdi-facebook
...
...
@@ -179,7 +178,7 @@ export default {
align-items
:
center
!important
;
}
.btn-social
{
border
:
#999
solid
;
border
:
#999
solid
;
}
.icon-social
{
color
:
#999
!important
;
...
...
components/user/Header.vue
View file @
44302702
...
...
@@ -130,7 +130,7 @@
<v-divider
vertical
inset
/>
<div
id=
"menu-activator"
class=
"cart"
plain
v-bind=
"attrs"
v-on=
"on"
>
<span>
Shopping cart:
<b>
$
:
{{
total
}}
.00
</b>
<b>
$
{{
total
}}
.00
</b>
</span>
<v-badge
:content=
"products.length || 0"
...
...
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