All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.styles.index.css Maven / Gradle / Ivy

@import "../components/header/header.css";
@import "../components/header/header-menu.css";
@import "../components/header/header-menu-item.css";
@import "../components/footer/footer.css";

@import "./css/main.css";

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.main-content {
  flex: 1;
  padding: 10px 0;
}

.transparent-btn {
  background-color: Transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

.form-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.form-flex > * {
  flex: 1;
  margin: 2px !important;
}

.form-flex > button {
  flex: 0;
  flex-basis: 160px;
}

.card-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.to-right {
  margin-left: auto !important;
}

.card-flex > * {
  margin: 0 4px;
}

.table-hover tbody tr:hover td {
  background-color: #E0E0E0;
}

.popover {
  max-width: 50%;
  white-space: pre-wrap;
}

.sticky-col {
  position: sticky;
  top: -1px;
  background-color: white !important;
  z-index: 10;
}

.scrollable-table-container {
  max-height: 70vh;
  overflow-y: scroll;
}

.input-timestamp {
  padding: 0rem 0.75em;
}

.input-group-text {
  padding: 0rem 0.75em;
  /*font-size: 1em;*/
}

label.centred {
  margin-top: 0.7em;
}
label {
  font-weight: bold;
  display: inline-flex;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #4f5050;
}

.topic-title {
  color: var(--bs-gray-dark);
  font-weight: bold;
  margin: 0 5px 0 5px;
  font-size: 16px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy