/*-
 * #%L
 * Error Window Add-on
 * %%
 * Copyright (C) 2017 - 2023 Flowing Code
 * %%
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * #L%
 */
[theme~="error-window"] .title {
  margin-top: 0;
  text-align: center;
  font-size: var(--lumo-font-size-xl);
}

[theme~="error-window"] .uuid {
  text-align: center;
  font-weight: 600;
  font-size: var(--lumo-font-size-l);
  margin-top: 1em;	
  display: inline-block;
  margin-left: auto;
  width: 100%;
}

[theme~="error-window"] .errorlabel {
  width: 100%;
  word-break: break-all;
}

[theme~="error-window"] .stacktrace {
  white-space: pre;
  background: rgba(26, 57, 96, 0.1);
  overflow: auto;
  padding: 0.25em 0.625em;
  border-radius: 4px;
  font-weight: 600;
  margin: 4px 0;
  box-sizing: border-box;
}
