store page

This commit is contained in:
presh
2021-10-29 15:05:16 +01:00
parent 95bba35f5a
commit 4fbc0bbcc5
37 changed files with 580 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
.bg-orange{
background: #FFB20E;
background: url(../assets/img/gallery/hero-bg.png);
}
.bg-orange2{
background: url(../assets/img/gallery/bg1.jpg)no-repeat;
background-size: cover;
}
.bg-holder{
background: url(../assets/img/gallery/cta-one-bg.png);
@@ -16,5 +22,36 @@
background-size:cover;
}
.text-gradient{
background: linear-gradient(to right #FB3C00 0%,#FFB800 100%);
background: linear-gradient(to right #FB3C00 10%,#FFB800 100%);
}
.input-group-icon
{display:flex;
align-items:center;
padding:.375rem .75rem;
font-size:1rem;
font-weight:400;
line-height:1.5;
color:#212529;
text-align:center;
white-space:nowrap;
background-color:#ffb30e69;
border:none;
border-radius:15px;
}
.form-control{
color:#212529;
background-color:#ffb30e69;
border-radius:15px;
border:none;
outline: none;
}
.bgfilter{
background: linear-gradient(to top, #ffc50a 31%, #ffc60a8a 63%);
}
.bg-resturant{
background: #fcc40f65
}
.bglightorange{
background: #fdc34798;
}