4 changed files with 25 additions and 2 deletions
@ -0,0 +1,22 @@ |
|||||||
|
.offcanvas-contents { |
||||||
|
width: auto !important; |
||||||
|
min-width: 400px !important; |
||||||
|
} |
||||||
|
|
||||||
|
.offcanvas-contents .accordion, .accordion-item { |
||||||
|
border: none !important; |
||||||
|
} |
||||||
|
|
||||||
|
.offcanvas-contents .accordion-button:not(.collapsed) { |
||||||
|
color: #0c63e4; |
||||||
|
background-color: #fff; |
||||||
|
box-shadow: none; |
||||||
|
} |
||||||
|
|
||||||
|
|
||||||
|
.sub-body1{ |
||||||
|
display: grid; |
||||||
|
grid-template-columns: 1fr 1fr; |
||||||
|
column-gap: 10px; |
||||||
|
max-width: 500px; |
||||||
|
} |
||||||
Loading…
Reference in new issue