/* SVVSD Color Palette */
/* Does not need to have sufficient color contrast */
.has-green-background-color {
  background-color: #8F993E;
  border: solid 2px #8F993E;
}
.has-green-background-color:hover {
  background-color: #adb951 !important;
  border-color: #adb951 !important;
}

.has-white-color {
  color: white;
}

.has-background {
  background-color: #862633;
}

.has-green-color {
  color: #8F993E;
}

.has-navy-color {
  color: #003B5C;
}

.has-burgandy-color {
  color: #862633;
}

.has-orange-color {
  color: #FF7F41;
}

.has-light-blue-color {
  color: #77C5D5;
}

.file-directory {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1em;
  font-family: "Roboto Mono", Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  padding: 0.5em 1em;
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden;
}
.file-directory:hover {
  background-color: #fafafa;
}
.file-directory__file {
  width: 100%;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}
.file-directory__size {
  width: 150px;
  text-align: right;
  font-size: 0.8rem;
}
.file-directory__modified {
  text-align: right;
  font-size: 0.8rem;
}

/*# sourceMappingURL=style.css.map */
