Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. .accordion.dropdown
  2. input.accordion_toggle(id="item01", type="checkbox")
  3. label.accordion_label.dropdown_btn(for="item01") Item Label
  4. .accordion_body
  5. p Accordion Body
  6. .dropdown_overlay
  7. .dropdown_body
  8. p Dropdown Body
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement