This commit is contained in:
2024-06-05 16:57:33 +02:00
parent 84194c85fe
commit cadbb9b457
28 changed files with 1332 additions and 174 deletions

View File

@@ -7,7 +7,6 @@
}
.h5-button{
background-color: #15c1cb;
cursor:pointer;
text-align: start;
color: #ffffff !important;
@@ -21,7 +20,7 @@
padding: 0px !important ;
}
.card-header{
background-color: #15c1cb;
background-color: #333333;
text-decoration: none;
color: white;
margin-bottom: 2px;
@@ -39,18 +38,40 @@
}
.A{
color: #15c1cb;
}
.card-q{
.card-header{
background-color: #333333;
transition: background-color 1s ease;
// .card-q{
// .card-header{
// transition: background-color 1s ease;
// }
// .collapsed {
// background-color: #15c1cb;
// }
// }
}
@media only screen and (min-width:768px) {
.card-header{
i{
text-align: center;
font-size: 25px;
color:white;
}
.collapsed {
background-color: #333333;
}
}
}
@media only screen and (min-width:992px) {
.card-q{
margin: 0 330px;
}
}