| 1234567891011121314151617181920212223242526 |
- @import "bootstrap/scss/functions";
- @import "bootstrap/scss/variables";
- @import "bootstrap/scss/mixins";
- @import "bootstrap/scss/forms";
- @import "bootstrap/scss/card";
- .year-range {
- text-align: center;
- }
- .year-range span {
- font-size: 1.5rem;
- margin: 0 0 .5em;
- }
- .form-range {
- max-width: 20rem;
- }
- .d-flex {
- display: flex;
- }
- .discs-caption {
- width: 100%;
- }
|