Drupal 8 Site using Vue
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
239 B

  1. // Import site utilities.
  2. @import '../../global/utils/init';
  3. .collapsible {
  4. border: 1px solid black;
  5. &.closed {
  6. .body {
  7. display: none;
  8. }
  9. }
  10. .title {
  11. background: lightgray;
  12. h2 {
  13. margin: 0;
  14. }
  15. }
  16. }