Ontica/Empiria.Land.Intranet

View on GitHub
src/app/shared/form-controls/date-range-picker/date-range-picker.component.scss

Summary

Maintainability
Test Coverage
/**
 * @license
 * Copyright (c) La Vía Óntica SC, Ontica LLC and contributors. All rights reserved.
 *
 * See LICENSE.txt in the project root for complete license information.
 */

@import "../../../../styles/variables";

.range-picker {
  width: $range-picker-width !important;
}

.appended-container {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 1rem;
}

.appended-container-divider {
  margin: 0 -8px 16px -8px;
  width: 100%;
}

.appended-container-footer {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}