10xbet_website_design/css/faq.css

50 lines
1021 B
CSS
Raw Permalink Normal View History

2024-03-28 12:43:05 +00:00
.containerwidth {
width: 100%;
}
.wrapper {
background-color: #ffffff;
padding: 10px 20px;
margin-bottom: 20px;
border-radius: 5px;
-webkit-box-shadow: 0 2px 1px rgba(0, 0, 50, 0.2);
box-shadow: 0 2px 1px rgba(0, 0, 50, 0.2);
}
.toggle,
.content {
/* font-family: "Poppins", sans-serif; */
}
.toggle {
width: 100%;
background-color: transparent;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 16px;
/* color: #111130; */
font-weight: 600;
border: none;
outline: none;
cursor: pointer;
padding: 10px 0;
}
.content {
position: relative;
font-size: 14px;
text-align: justify;
line-height: 30px;
height: 0;
overflow: hidden;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}