fix(css): adjust SVG icon size in accordion headers
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m0s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m0s
Increased the SVG width to 32px within accordion headers to enhance visual clarity and consistency across the UI. Ensures better user experience by maintaining uniform icon sizes. Addresses style inconsistencies.
This commit is contained in:
parent
bfe7aba83a
commit
784fed0097
1 changed files with 4 additions and 0 deletions
|
@ -322,4 +322,8 @@ h5 {
|
|||
|
||||
.accordion-item[open] .accordion-body {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.accordion-header .bs-icon svg {
|
||||
width: 32px;
|
||||
}
|
Loading…
Reference in a new issue