remove accordion files and import
This commit is contained in:
@@ -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;
|
|
||||||
}
|
|
||||||
@@ -19,7 +19,6 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="stylesheet" href="/assets/main.css">
|
<link rel="stylesheet" href="/assets/main.css">
|
||||||
<link rel="stylesheet" href="/assets/segment.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="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
|
||||||
|
|||||||
Reference in New Issue
Block a user