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

responsive

parent 7334ff86
......@@ -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;
......
......@@ -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"
......
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