update style css

needed somme add style for collapse feature
This commit is contained in:
DanielR92 2022-08-11 20:32:21 +02:00 committed by GitHub
parent ebe5ecd338
commit ac967371c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,11 +25,34 @@ p.lic, p.lic a {
}
.des {
margin-top: 35px;
margin-top: 20px;
font-size: 13pt;
color: #006ec0;
}
.s_active, .s_collapsible:hover {
background-color: #006ec0;
}
.s_content {
padding: 0 18px;
display: none;
overflow: hidden;
background-color: #fff;
}
.s_collapsible {
background-color: #044e86;
color: white;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}
.subdes {
font-size: 12pt;
color: #006ec0;
@ -218,7 +241,7 @@ div.ts {
div.ch {
width: 170px;
min-height: 100px;
min-height: 100px
}
.subgrp {