scenario-year-graph.component.scss 341 B

12345678910111213141516171819202122232425
  1. @import "bootstrap/scss/functions";
  2. @import "bootstrap/scss/variables";
  3. @import "bootstrap/scss/mixins";
  4. @import "bootstrap/scss/forms";
  5. .year-range {
  6. text-align: center;
  7. }
  8. .year-range span {
  9. font-size: 1.5rem;
  10. margin: 0 0 .5em;
  11. }
  12. .form-range {
  13. max-width: 20rem;
  14. }
  15. .d-flex {
  16. display: flex;
  17. }
  18. .discs-caption {
  19. width: 100%;
  20. }