Commit e647ba79 authored by narendraR's avatar narendraR Committed by Tim Plunkett
Browse files

Issue #3284094 by narendraR, bnjmnm: Simplify Svelte Modal component / usage

parent 228cb079
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,3 +10,4 @@ svelte:
    - core/drupalSettings
    - core/drupal
    - core/drupal.debounce
    - core/drupal.dialog
+19 −0
Original line number Diff line number Diff line
@@ -86,3 +86,22 @@
    transform: rotateZ(360deg);
  }
}

.project-browser-popup pre {
  background-color: #282c34;
  border-radius: 6px;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  color: #ccc;
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
  tab-size: 4;
  hyphens: none;
  line-height: 1.4;
  padding: 1.25rem 1.5rem;
  margin: 0.85rem 0;
  overflow: auto;
}
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

Loading