mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-05-23 18:32:03 +00:00
13 lines
407 B
CSS
13 lines
407 B
CSS
.p-accordion .p-accordion-content {
|
|
border: none !important;
|
|
padding-top: 0px !important;
|
|
padding-bottom: 0px !important;
|
|
}
|
|
.p-accordion .p-accordion-header-link {
|
|
border: none !important;
|
|
padding-bottom: 12px !important;
|
|
padding-top: 12px !important;
|
|
margin-bottom: 8px !important;
|
|
border-bottom-left-radius: 7px !important;
|
|
border-bottom-right-radius: 7px !important;
|
|
} |