Commit 44302702 authored by Le Dinh Trung's avatar Le Dinh Trung

responsive

parent 7334ff86
...@@ -92,7 +92,6 @@ ...@@ -92,7 +92,6 @@
x-small x-small
dark dark
outlined outlined
:style="{ 'background-color': hover ? '#26c !important;' : '#999 !important;' }"
> >
<v-icon class="icon-social"> <v-icon class="icon-social">
mdi-facebook mdi-facebook
...@@ -179,7 +178,7 @@ export default { ...@@ -179,7 +178,7 @@ export default {
align-items: center !important; align-items: center !important;
} }
.btn-social { .btn-social {
border: #999 solid; border: #999 solid ;
} }
.icon-social { .icon-social {
color: #999 !important; color: #999 !important;
......
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
<v-divider vertical inset /> <v-divider vertical inset />
<div id="menu-activator" class="cart" plain v-bind="attrs" v-on="on"> <div id="menu-activator" class="cart" plain v-bind="attrs" v-on="on">
<span>Shopping cart: <span>Shopping cart:
<b>$:{{ total }}.00</b> <b>${{ total }}.00</b>
</span> </span>
<v-badge <v-badge
:content="products.length || 0" :content="products.length || 0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment