Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Autoría | Ultima modificación | Ver Log |

.fileModal {
  background-color: $bg-color;
  padding: 2rem 1rem;
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 0 3px $border-primary;
  top: 50%;
  left: 50%;
  height: 80%;
  width: 80%;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}

.buttonsContainer {
  margin-top: 1rem;
}
.button {
  padding: 1rem;
  background-color: $button-bg;
  color: $button-text-color;
  border-radius: 5px;
  & + & {
    margin-left: 1rem;
  }
}

.file {
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: contain;
}