56 lines
1.1 KiB
SCSS
56 lines
1.1 KiB
SCSS
.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;
|
|
}
|
|
}
|
|
|
|
} |