Add currency to price filters #78

Merged
RabbIT09-n merged 24 commits from add-currency-to-price-filters into master 2020-01-07 00:09:41 +01:00
2 changed files with 0 additions and 42 deletions
Showing only changes of commit 5cab9ee7c4 - Show all commits

View File

@@ -1,41 +0,0 @@
.accordion label {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
background-color: #02adba;
color: white;
padding-left: 15px;
height: 3em;
line-height: 0.5em;
font-size: medium;
cursor: pointer;
border-bottom: 1px solid #bdbdbd;
border-top: 1px solid #ffffff;
}
.accordion p {
color: #424242;
padding: 10px;
font-size: 0.8em;
line-height: 1.7em;
opacity: 0;
display: none;
text-align: left;
background-color: #fff;
margin: 0px;
}
#tm:checked ~ .hiddentext {
display: block;
opacity: 1;
}
input#tm {
display: none;
position: relative;
}
.arrow {
color: #02adba;
}
.accordion-title {
font-size: 2em;
}

View File

@@ -19,7 +19,6 @@
<meta charset="UTF-8" />
<link rel="stylesheet" href="/assets/main.css">
<link rel="stylesheet" href="/assets/segment.css">
<link rel="stylesheet" href="/assets/accordion.css">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">