@import "https://cdn.jsdelivr.net/npm/bulma@1.0.4/css/bulma.min.css";
@import "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css";

/* src/styles.scss */
body {
  padding: 16px;
}
.table {
  width: 100%;
  font-size: smaller;
}
h1 {
  font-size: larger;
  font-weight: bold;
}
h2 {
  font-size: large;
}
.notification {
  padding: 0.6em 0.9em;
}
.notification:not(:last-child) {
  margin-bottom: 0.4em;
}
.id-link {
  min-width: 42px;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
label a {
  font-weight: normal;
}
.plural::after {
  content: "s";
}
.content-seperator:not(:last-child) {
  border-bottom: 1px solid var(--bulma-border);
}
.content {
  padding-bottom: 1em;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
