|
@@ -386,6 +386,18 @@ const toggleAccordion = (index) => {
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .toggle-container,
|
|
|
|
|
+ .toggle-option {
|
|
|
|
|
+ -webkit-tap-highlight-color: transparent;
|
|
|
|
|
+ -webkit-touch-callout: none;
|
|
|
|
|
+ -webkit-user-select: none;
|
|
|
|
|
+ -khtml-user-select: none;
|
|
|
|
|
+ -moz-user-select: none;
|
|
|
|
|
+ -ms-user-select: none;
|
|
|
|
|
+ user-select: none;
|
|
|
|
|
+ outline: none;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
.toggle-bg {
|
|
.toggle-bg {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 0;
|
|
top: 0;
|
|
@@ -521,7 +533,7 @@ const toggleAccordion = (index) => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.simg {
|
|
.simg {
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
margin: 0 -16px;
|
|
margin: 0 -16px;
|
|
|
width: 375px;
|
|
width: 375px;
|
|
|
height: auto;
|
|
height: auto;
|