theme and plugin sync
This commit is contained in:
97
autocart_assets/css/filter-panel.css
Normal file
97
autocart_assets/css/filter-panel.css
Normal file
@@ -0,0 +1,97 @@
|
||||
:root {
|
||||
--mdc-theme-primary: #961d20;
|
||||
--mdc-theme-secondary: #961d20;
|
||||
--mdc-checkbox-checked-color: #961d20;
|
||||
/* --mdc-ripple-press-opacity: #961d20; */
|
||||
}
|
||||
|
||||
.range-label{
|
||||
|
||||
background-color: var(--gray-800);
|
||||
padding: 0.3rem 1rem;
|
||||
color: white;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
|
||||
top: 35%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -100%);
|
||||
}
|
||||
.ripple {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ripple:before {
|
||||
pointer-events: none;
|
||||
background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50%;
|
||||
transform: scale(10, 10);
|
||||
transition: transform 0.5s, opacity 1s;
|
||||
}
|
||||
|
||||
.ripple:hover:before {
|
||||
transform: scale(0, 0);
|
||||
opacity: 0.2;
|
||||
}
|
||||
.selected {
|
||||
color: #961d20; /* Change this to your desired color */
|
||||
}
|
||||
|
||||
.mdc-slider .mdc-slider__thumb-knob {
|
||||
|
||||
border: 2px solid #fff!important;
|
||||
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.4)!important;
|
||||
box-shadow: 0 1px 4px rgba(0,0,0,.4)!important;
|
||||
/* background: var(--color-primary-dark)!important; */
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
li.autocart-filters:hover {
|
||||
color: var(--mdc-theme-primary) !important;
|
||||
}
|
||||
|
||||
|
||||
/* .autocart-filters *:hover {
|
||||
color: var(--mdc-theme-primary)
|
||||
} */
|
||||
.autocart-filters label{
|
||||
font-family: 'Circular Std', sans-serif;
|
||||
margin: auto 0;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Circular Std';
|
||||
src: url('fonts/CircularStd-Medium.woff2') format('woff2'),
|
||||
url('fonts/CircularStd-Medium.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
.mdc-chip{
|
||||
box-shadow: 0 1px 4px rgba(0,0,0,.4)!important;
|
||||
border: 2px solid var(--mdc-theme-primary) !important;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
#tabs-viewer{
|
||||
/* height: fit-content; */
|
||||
position: sticky;
|
||||
max-height: 75vh;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.overflow-x-scroll {
|
||||
scroll-snap-type: x mandatory;
|
||||
}
|
||||
|
||||
.flex-shrink-0 {
|
||||
scroll-snap-align: start;
|
||||
}
|
||||
|
||||
.sticky-container{
|
||||
position: sticky;
|
||||
}
|
BIN
autocart_assets/css/fonts/CircularStd-Black.woff
Normal file
BIN
autocart_assets/css/fonts/CircularStd-Black.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/CircularStd-Black.woff2
Normal file
BIN
autocart_assets/css/fonts/CircularStd-Black.woff2
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/CircularStd-Bold.woff
Normal file
BIN
autocart_assets/css/fonts/CircularStd-Bold.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/CircularStd-Bold.woff2
Normal file
BIN
autocart_assets/css/fonts/CircularStd-Bold.woff2
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/CircularStd-Book.woff
Normal file
BIN
autocart_assets/css/fonts/CircularStd-Book.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/CircularStd-Book.woff2
Normal file
BIN
autocart_assets/css/fonts/CircularStd-Book.woff2
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/CircularStd-Medium.woff
Normal file
BIN
autocart_assets/css/fonts/CircularStd-Medium.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/CircularStd-Medium.woff2
Normal file
BIN
autocart_assets/css/fonts/CircularStd-Medium.woff2
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/MaterialIcons-Regular.woff
Normal file
BIN
autocart_assets/css/fonts/MaterialIcons-Regular.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/MaterialIcons-Regular.woff2
Normal file
BIN
autocart_assets/css/fonts/MaterialIcons-Regular.woff2
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/RightGrotesk-CompactBlack.woff
Normal file
BIN
autocart_assets/css/fonts/RightGrotesk-CompactBlack.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/RightGrotesk-CompactBlack.woff2
Normal file
BIN
autocart_assets/css/fonts/RightGrotesk-CompactBlack.woff2
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/RightGrotesk-Medium.woff
Normal file
BIN
autocart_assets/css/fonts/RightGrotesk-Medium.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/RightGrotesk-Medium.woff2
Normal file
BIN
autocart_assets/css/fonts/RightGrotesk-Medium.woff2
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/WooCommerce.eot
Normal file
BIN
autocart_assets/css/fonts/WooCommerce.eot
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/WooCommerce.ttf
Normal file
BIN
autocart_assets/css/fonts/WooCommerce.ttf
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/WooCommerce.woff
Normal file
BIN
autocart_assets/css/fonts/WooCommerce.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/eicons.eot
Normal file
BIN
autocart_assets/css/fonts/eicons.eot
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/eicons.ttf
Normal file
BIN
autocart_assets/css/fonts/eicons.ttf
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/eicons.woff
Normal file
BIN
autocart_assets/css/fonts/eicons.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/eicons.woff2
Normal file
BIN
autocart_assets/css/fonts/eicons.woff2
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fa-brands-400.eot
Normal file
BIN
autocart_assets/css/fonts/fa-brands-400.eot
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fa-brands-400.ttf
Normal file
BIN
autocart_assets/css/fonts/fa-brands-400.ttf
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fa-brands-400.woff
Normal file
BIN
autocart_assets/css/fonts/fa-brands-400.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fa-brands-400.woff2
Normal file
BIN
autocart_assets/css/fonts/fa-brands-400.woff2
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fa-regular-400.eot
Normal file
BIN
autocart_assets/css/fonts/fa-regular-400.eot
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fa-regular-400.ttf
Normal file
BIN
autocart_assets/css/fonts/fa-regular-400.ttf
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fa-regular-400.woff
Normal file
BIN
autocart_assets/css/fonts/fa-regular-400.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fa-regular-400.woff2
Normal file
BIN
autocart_assets/css/fonts/fa-regular-400.woff2
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fa-solid-900.eot
Normal file
BIN
autocart_assets/css/fonts/fa-solid-900.eot
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fa-solid-900.ttf
Normal file
BIN
autocart_assets/css/fonts/fa-solid-900.ttf
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fa-solid-900.woff
Normal file
BIN
autocart_assets/css/fonts/fa-solid-900.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fa-solid-900.woff2
Normal file
BIN
autocart_assets/css/fonts/fa-solid-900.woff2
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fontawesome-webfont.eot
Normal file
BIN
autocart_assets/css/fonts/fontawesome-webfont.eot
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fontawesome-webfont.ttf
Normal file
BIN
autocart_assets/css/fonts/fontawesome-webfont.ttf
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fontawesome-webfont.woff
Normal file
BIN
autocart_assets/css/fonts/fontawesome-webfont.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fontawesome-webfont.woff2
Normal file
BIN
autocart_assets/css/fonts/fontawesome-webfont.woff2
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fontawesome-webfont_1.eot
Normal file
BIN
autocart_assets/css/fonts/fontawesome-webfont_1.eot
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fontawesome-webfont_1.ttf
Normal file
BIN
autocart_assets/css/fonts/fontawesome-webfont_1.ttf
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fontawesome-webfont_1.woff
Normal file
BIN
autocart_assets/css/fonts/fontawesome-webfont_1.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fontawesome-webfont_1.woff2
Normal file
BIN
autocart_assets/css/fonts/fontawesome-webfont_1.woff2
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fontawesome-webfont_2.eot
Normal file
BIN
autocart_assets/css/fonts/fontawesome-webfont_2.eot
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/fontawesome-webfont_3.eot
Normal file
BIN
autocart_assets/css/fonts/fontawesome-webfont_3.eot
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/material-design-iconic-font.ttf
Normal file
BIN
autocart_assets/css/fonts/material-design-iconic-font.ttf
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/material-design-iconic-font.woff
Normal file
BIN
autocart_assets/css/fonts/material-design-iconic-font.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/material-design-iconic-font.woff2
Normal file
BIN
autocart_assets/css/fonts/material-design-iconic-font.woff2
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/revicons.eot
Normal file
BIN
autocart_assets/css/fonts/revicons.eot
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/revicons.ttf
Normal file
BIN
autocart_assets/css/fonts/revicons.ttf
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/revicons.woff
Normal file
BIN
autocart_assets/css/fonts/revicons.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/simple-line-icons.eot
Normal file
BIN
autocart_assets/css/fonts/simple-line-icons.eot
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/simple-line-icons.ttf
Normal file
BIN
autocart_assets/css/fonts/simple-line-icons.ttf
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/simple-line-icons.woff
Normal file
BIN
autocart_assets/css/fonts/simple-line-icons.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/simple-line-icons.woff2
Normal file
BIN
autocart_assets/css/fonts/simple-line-icons.woff2
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/slick.eot
Normal file
BIN
autocart_assets/css/fonts/slick.eot
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/slick.ttf
Normal file
BIN
autocart_assets/css/fonts/slick.ttf
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/slick.woff
Normal file
BIN
autocart_assets/css/fonts/slick.woff
Normal file
Binary file not shown.
13
autocart_assets/css/fonts/slick_1.eot
Normal file
13
autocart_assets/css/fonts/slick_1.eot
Normal file
@@ -0,0 +1,13 @@
|
||||
<html><head><title>404 Not Found</title></head>
|
||||
<body>
|
||||
<center><h1>404 Not Found</h1></center>
|
||||
<hr><center>nginx</center>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body></html><!-- a padding to disable MSIE and Chrome friendly error page --><!-- a padding to disable MSIE and Chrome friendly error page --><!-- a padding to disable MSIE and Chrome friendly error page --><!-- a padding to disable MSIE and Chrome friendly error page --><!-- a padding to disable MSIE and Chrome friendly error page --><!-- a padding to disable MSIE and Chrome friendly error page -->
|
BIN
autocart_assets/css/fonts/star.eot
Normal file
BIN
autocart_assets/css/fonts/star.eot
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/star.ttf
Normal file
BIN
autocart_assets/css/fonts/star.ttf
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/star.woff
Normal file
BIN
autocart_assets/css/fonts/star.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/tb-icon.eot
Normal file
BIN
autocart_assets/css/fonts/tb-icon.eot
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/tb-icon.ttf
Normal file
BIN
autocart_assets/css/fonts/tb-icon.ttf
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/tb-icon.woff
Normal file
BIN
autocart_assets/css/fonts/tb-icon.woff
Normal file
Binary file not shown.
BIN
autocart_assets/css/fonts/tb-icon.woff2
Normal file
BIN
autocart_assets/css/fonts/tb-icon.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user