year-graph.component.scss 372 B

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