LINKS
-
+
- Legal Notice
- Prices Drop
@@ -49,14 +49,14 @@
NEWSLETTER
-
+
You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.
Be the First to Know. Sign up for newsletter today!
@@ -85,7 +85,7 @@
transition: 0.3s linear;
}
.social > span:hover{
- background: rgb(255, 145, 0);
+ background: orange;
}
.social > span > img{
max-width: 1.5rem;
@@ -106,7 +106,7 @@ ul > li{
}
ul > li:hover{
transform: translateX(0.75rem);
- color: orange;
+ color: #EE4D2D;
}
@media (max-width: 767.9px){
.right{
diff --git a/src/components/CSearch.vue b/src/components/CSearch.vue
index bcd81fb..86684e8 100644
--- a/src/components/CSearch.vue
+++ b/src/components/CSearch.vue
@@ -11,14 +11,14 @@
display: flex;
justify-content: center;
align-items: center;
- border-radius: 7px;
+ border-radius: 23px;
overflow: hidden;
box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.05);
}
.search-container > input {
width: 100%;
height: 100%;
- padding: 10px;
+ padding: 10px 20px;
background-color: white;
-webkit-appearance: none;
font-size: 14px;
diff --git a/src/components/IBrand.vue b/src/components/IBrand.vue
new file mode 100644
index 0000000..747bfce
--- /dev/null
+++ b/src/components/IBrand.vue
@@ -0,0 +1,10 @@
+
+
+
+
+
diff --git a/src/components/LMenu.vue b/src/components/LMenu.vue
index b0fa349..69a353f 100644
--- a/src/components/LMenu.vue
+++ b/src/components/LMenu.vue
@@ -8,31 +8,6 @@ const { t } = useI18n()
{{ t('header.home') }}
-