theme and plugin sync
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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 -->
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user