This commit is contained in:
2024-06-04 16:56:07 +02:00
parent e16c7995c4
commit 84194c85fe
31 changed files with 1305 additions and 2 deletions

View File

@@ -0,0 +1,56 @@
.sixth-part-au {
padding: 0 15px;
.headline-h2 {
text-align: center;
padding: 0 3px;
}
.h5-button{
background-color: #15c1cb;
cursor:pointer;
text-align: start;
color: #ffffff !important;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 1.5;
font-family: Merriweather, serif;
letter-spacing: 0px;
text-decoration: none !important;
padding: 0px !important ;
}
.card-header{
background-color: #15c1cb;
text-decoration: none;
color: white;
margin-bottom: 2px;
}
.card-body{
color: #777777;
font-style: normal;
font-weight: 400;
line-height: 1.4375;
font-family: MerriweatherSans, sans-serif;
letter-spacing: 0px;
margin: 50px 0;
}
.A{
color: #15c1cb;
}
.card-q{
.card-header{
background-color: #333333;
transition: background-color 1s ease;
}
.collapsed {
background-color: #333333;
}
}
}