mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-05-24 02:42:03 +00:00
12 lines
371 B
CSS
12 lines
371 B
CSS
![]() |
.p-accordion .p-accordion-content {
|
||
|
border: none !important;
|
||
|
padding-top: 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;
|
||
|
}
|