aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-15 21:01:31 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-15 21:01:31 +0100
commiteeaddb27560d723ca7d61359744ceb2709fccd2d (patch)
tree04ddbc49ae7b73d5f5a9e1716d7227aecd3b9f85
parent7a3044c859043837e6c7c95bb4894d04e9b2cbc2 (diff)
Renamed from pyblackbird_cc to alphabetlearning - everywhere
-rw-r--r--Makefile10
-rw-r--r--alias2
-rw-r--r--alphabetlearning/__init__.py (renamed from pyblackbird_cc/__init__.py)0
-rw-r--r--alphabetlearning/conftest.py (renamed from pyblackbird_cc/conftest.py)6
-rw-r--r--alphabetlearning/contrib/__init__.py (renamed from pyblackbird_cc/contrib/__init__.py)0
-rw-r--r--alphabetlearning/contrib/sites/__init__.py (renamed from pyblackbird_cc/contrib/sites/__init__.py)0
-rw-r--r--alphabetlearning/contrib/sites/migrations/0001_initial.py (renamed from pyblackbird_cc/contrib/sites/migrations/0001_initial.py)0
-rw-r--r--alphabetlearning/contrib/sites/migrations/0002_alter_domain_unique.py (renamed from pyblackbird_cc/contrib/sites/migrations/0002_alter_domain_unique.py)0
-rw-r--r--alphabetlearning/contrib/sites/migrations/0003_set_site_domain_and_name.py (renamed from pyblackbird_cc/contrib/sites/migrations/0003_set_site_domain_and_name.py)0
-rw-r--r--alphabetlearning/contrib/sites/migrations/0004_alter_options_ordering_domain.py (renamed from pyblackbird_cc/contrib/sites/migrations/0004_alter_options_ordering_domain.py)0
-rw-r--r--alphabetlearning/contrib/sites/migrations/__init__.py (renamed from pyblackbird_cc/contrib/sites/migrations/__init__.py)0
-rw-r--r--alphabetlearning/payments/__init__.py (renamed from pyblackbird_cc/payments/__init__.py)0
-rw-r--r--alphabetlearning/payments/admin.py (renamed from pyblackbird_cc/payments/admin.py)0
-rw-r--r--alphabetlearning/payments/apps.py (renamed from pyblackbird_cc/payments/apps.py)4
-rw-r--r--alphabetlearning/payments/migrations/0001_initial.py (renamed from pyblackbird_cc/payments/migrations/0001_initial.py)0
-rw-r--r--alphabetlearning/payments/migrations/0002_subscriptionplan_and_more.py (renamed from pyblackbird_cc/payments/migrations/0002_subscriptionplan_and_more.py)0
-rw-r--r--alphabetlearning/payments/migrations/0003_product_price.py (renamed from pyblackbird_cc/payments/migrations/0003_product_price.py)0
-rw-r--r--alphabetlearning/payments/migrations/0004_rename_stripe_product_id_price_stripe_price_id.py (renamed from pyblackbird_cc/payments/migrations/0004_rename_stripe_product_id_price_stripe_price_id.py)0
-rw-r--r--alphabetlearning/payments/migrations/0005_remove_subscriptionplan_stripe_plan_id.py (renamed from pyblackbird_cc/payments/migrations/0005_remove_subscriptionplan_stripe_plan_id.py)0
-rw-r--r--alphabetlearning/payments/migrations/0006_subscription_plan.py (renamed from pyblackbird_cc/payments/migrations/0006_subscription_plan.py)0
-rw-r--r--alphabetlearning/payments/migrations/0007_remove_cartitem_quantity_and_more.py (renamed from pyblackbird_cc/payments/migrations/0007_remove_cartitem_quantity_and_more.py)0
-rw-r--r--alphabetlearning/payments/migrations/__init__.py (renamed from pyblackbird_cc/payments/migrations/__init__.py)0
-rw-r--r--alphabetlearning/payments/models.py (renamed from pyblackbird_cc/payments/models.py)2
-rw-r--r--alphabetlearning/payments/signals.py (renamed from pyblackbird_cc/payments/signals.py)0
-rw-r--r--alphabetlearning/payments/tests/__init__.py (renamed from pyblackbird_cc/payments/tests/__init__.py)0
-rw-r--r--alphabetlearning/payments/tests/conftest.py (renamed from pyblackbird_cc/payments/tests/conftest.py)0
-rw-r--r--alphabetlearning/payments/tests/test_models.py (renamed from pyblackbird_cc/payments/tests/test_models.py)6
-rw-r--r--alphabetlearning/payments/tests/test_views.py (renamed from pyblackbird_cc/payments/tests/test_views.py)0
-rw-r--r--alphabetlearning/payments/urls.py (renamed from pyblackbird_cc/payments/urls.py)0
-rw-r--r--alphabetlearning/payments/views.py (renamed from pyblackbird_cc/payments/views.py)4
-rw-r--r--alphabetlearning/resources/__init__.py (renamed from pyblackbird_cc/resources/__init__.py)0
-rw-r--r--alphabetlearning/resources/admin.py (renamed from pyblackbird_cc/resources/admin.py)12
-rw-r--r--alphabetlearning/resources/apps.py (renamed from pyblackbird_cc/resources/apps.py)2
-rw-r--r--alphabetlearning/resources/factories.py (renamed from pyblackbird_cc/resources/factories.py)2
-rw-r--r--alphabetlearning/resources/forms.py (renamed from pyblackbird_cc/resources/forms.py)8
-rw-r--r--alphabetlearning/resources/migrations/0001_initial.py (renamed from pyblackbird_cc/resources/migrations/0001_initial.py)0
-rw-r--r--alphabetlearning/resources/migrations/0002_alter_resource_additional_resource_category_and_more.py (renamed from pyblackbird_cc/resources/migrations/0002_alter_resource_additional_resource_category_and_more.py)0
-rw-r--r--alphabetlearning/resources/migrations/0003_alter_resource_description.py (renamed from pyblackbird_cc/resources/migrations/0003_alter_resource_description.py)0
-rw-r--r--alphabetlearning/resources/migrations/0004_resource_feature_slot_1_resource_feature_slot_2_and_more.py (renamed from pyblackbird_cc/resources/migrations/0004_resource_feature_slot_1_resource_feature_slot_2_and_more.py)0
-rw-r--r--alphabetlearning/resources/migrations/0005_rename_feature_slot_1_resource_feature_slot_and_more.py (renamed from pyblackbird_cc/resources/migrations/0005_rename_feature_slot_1_resource_feature_slot_and_more.py)0
-rw-r--r--alphabetlearning/resources/migrations/0006_resource_card_description_and_more.py (renamed from pyblackbird_cc/resources/migrations/0006_resource_card_description_and_more.py)0
-rw-r--r--alphabetlearning/resources/migrations/0007_alter_resource_feature_slot.py (renamed from pyblackbird_cc/resources/migrations/0007_alter_resource_feature_slot.py)0
-rw-r--r--alphabetlearning/resources/migrations/0008_alter_resource_card_description.py (renamed from pyblackbird_cc/resources/migrations/0008_alter_resource_card_description.py)0
-rw-r--r--alphabetlearning/resources/migrations/0009_alter_resource_feature_slot.py (renamed from pyblackbird_cc/resources/migrations/0009_alter_resource_feature_slot.py)0
-rw-r--r--alphabetlearning/resources/migrations/0010_alter_resource_age_range.py (renamed from pyblackbird_cc/resources/migrations/0010_alter_resource_age_range.py)0
-rw-r--r--alphabetlearning/resources/migrations/0011_alter_resource_curriculum.py (renamed from pyblackbird_cc/resources/migrations/0011_alter_resource_curriculum.py)0
-rw-r--r--alphabetlearning/resources/migrations/0012_resourcecategory_colour_css_class.py (renamed from pyblackbird_cc/resources/migrations/0012_resourcecategory_colour_css_class.py)0
-rw-r--r--alphabetlearning/resources/migrations/0013_resourcecategory_badge_foreground_colour.py (renamed from pyblackbird_cc/resources/migrations/0013_resourcecategory_badge_foreground_colour.py)0
-rw-r--r--alphabetlearning/resources/migrations/0014_remove_resource_additional_resource_category_and_more.py (renamed from pyblackbird_cc/resources/migrations/0014_remove_resource_additional_resource_category_and_more.py)0
-rw-r--r--alphabetlearning/resources/migrations/0015_resourcesubcategory.py (renamed from pyblackbird_cc/resources/migrations/0015_resourcesubcategory.py)0
-rw-r--r--alphabetlearning/resources/migrations/0016_alter_resourcesubcategory_options_and_more.py (renamed from pyblackbird_cc/resources/migrations/0016_alter_resourcesubcategory_options_and_more.py)0
-rw-r--r--alphabetlearning/resources/migrations/0017_rename_additional_resource_category_resource_subcategories.py (renamed from pyblackbird_cc/resources/migrations/0017_rename_additional_resource_category_resource_subcategories.py)0
-rw-r--r--alphabetlearning/resources/migrations/0018_alter_resource_subcategories.py (renamed from pyblackbird_cc/resources/migrations/0018_alter_resource_subcategories.py)0
-rw-r--r--alphabetlearning/resources/migrations/0019_alter_pdfpagesnapshot_options_and_more.py (renamed from pyblackbird_cc/resources/migrations/0019_alter_pdfpagesnapshot_options_and_more.py)0
-rw-r--r--alphabetlearning/resources/migrations/__init__.py (renamed from pyblackbird_cc/resources/migrations/__init__.py)0
-rw-r--r--alphabetlearning/resources/models.py (renamed from pyblackbird_cc/resources/models.py)0
-rw-r--r--alphabetlearning/resources/s3.py (renamed from pyblackbird_cc/resources/s3.py)2
-rw-r--r--alphabetlearning/resources/services.py (renamed from pyblackbird_cc/resources/services.py)0
-rw-r--r--alphabetlearning/resources/templatetags/__init__.py (renamed from pyblackbird_cc/resources/templatetags/__init__.py)0
-rw-r--r--alphabetlearning/resources/templatetags/markdown_extras.py (renamed from pyblackbird_cc/resources/templatetags/markdown_extras.py)0
-rw-r--r--alphabetlearning/resources/tests/__init__.py (renamed from pyblackbird_cc/resources/tests/__init__.py)0
-rw-r--r--alphabetlearning/resources/tests/test_file_processing.py (renamed from pyblackbird_cc/resources/tests/test_file_processing.py)2
-rw-r--r--alphabetlearning/resources/tests/test_forms.py (renamed from pyblackbird_cc/resources/tests/test_forms.py)8
-rw-r--r--alphabetlearning/resources/tests/test_models.py (renamed from pyblackbird_cc/resources/tests/test_models.py)19
-rw-r--r--alphabetlearning/resources/tests/test_views.py (renamed from pyblackbird_cc/resources/tests/test_views.py)14
-rw-r--r--alphabetlearning/resources/tests/testdata/seven_page.pdf (renamed from pyblackbird_cc/resources/tests/testdata/seven_page.pdf)bin153396 -> 153396 bytes
-rw-r--r--alphabetlearning/resources/tests/testdata/test_small_file.pdf (renamed from pyblackbird_cc/resources/tests/testdata/test_small_file.pdf)bin14147 -> 14147 bytes
-rw-r--r--alphabetlearning/resources/tests/testdata/two_page.pdf (renamed from pyblackbird_cc/resources/tests/testdata/two_page.pdf)bin186265 -> 186265 bytes
-rw-r--r--alphabetlearning/resources/urls.py (renamed from pyblackbird_cc/resources/urls.py)0
-rw-r--r--alphabetlearning/resources/utils.py (renamed from pyblackbird_cc/resources/utils.py)0
-rw-r--r--alphabetlearning/resources/views.py (renamed from pyblackbird_cc/resources/views.py)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-grid.css (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-grid.css)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-grid.css.map (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-grid.css.map)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-grid.min.css (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-grid.min.css)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-grid.min.css.map (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-grid.min.css.map)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-grid.rtl.css (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-grid.rtl.css)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-grid.rtl.css.map (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-grid.rtl.css.map)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-grid.rtl.min.css (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-grid.rtl.min.css)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-grid.rtl.min.css.map (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-grid.rtl.min.css.map)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-reboot.css (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.css)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-reboot.css.map (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.css.map)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-reboot.min.css (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.min.css)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-reboot.min.css.map (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.min.css.map)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-reboot.rtl.css (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.rtl.css)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-reboot.rtl.css.map (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.rtl.css.map)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-reboot.rtl.min.css (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.rtl.min.css)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-reboot.rtl.min.css.map (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.rtl.min.css.map)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-utilities.css (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.css)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-utilities.css.map (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.css.map)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-utilities.min.css (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.min.css)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-utilities.min.css.map (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.min.css.map)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-utilities.rtl.css (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.rtl.css)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-utilities.rtl.css.map (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.rtl.css.map)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-utilities.rtl.min.css (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.rtl.min.css)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap-utilities.rtl.min.css.map (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.rtl.min.css.map)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap.css (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap.css)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap.css.map (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap.css.map)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap.min.css (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap.min.css)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap.min.css.map (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap.min.css.map)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap.rtl.css (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap.rtl.css)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap.rtl.css.map (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap.rtl.css.map)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap.rtl.min.css (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap.rtl.min.css)0
-rw-r--r--alphabetlearning/static/bootstrap/css/bootstrap.rtl.min.css.map (renamed from pyblackbird_cc/static/bootstrap/css/bootstrap.rtl.min.css.map)0
-rw-r--r--alphabetlearning/static/bootstrap/js/bootstrap.bundle.js (renamed from pyblackbird_cc/static/bootstrap/js/bootstrap.bundle.js)0
-rw-r--r--alphabetlearning/static/bootstrap/js/bootstrap.bundle.js.map (renamed from pyblackbird_cc/static/bootstrap/js/bootstrap.bundle.js.map)0
-rw-r--r--alphabetlearning/static/bootstrap/js/bootstrap.bundle.min.js (renamed from pyblackbird_cc/static/bootstrap/js/bootstrap.bundle.min.js)0
-rw-r--r--alphabetlearning/static/bootstrap/js/bootstrap.bundle.min.js.map (renamed from pyblackbird_cc/static/bootstrap/js/bootstrap.bundle.min.js.map)0
-rw-r--r--alphabetlearning/static/bootstrap/js/bootstrap.esm.js (renamed from pyblackbird_cc/static/bootstrap/js/bootstrap.esm.js)0
-rw-r--r--alphabetlearning/static/bootstrap/js/bootstrap.esm.js.map (renamed from pyblackbird_cc/static/bootstrap/js/bootstrap.esm.js.map)0
-rw-r--r--alphabetlearning/static/bootstrap/js/bootstrap.esm.min.js (renamed from pyblackbird_cc/static/bootstrap/js/bootstrap.esm.min.js)0
-rw-r--r--alphabetlearning/static/bootstrap/js/bootstrap.esm.min.js.map (renamed from pyblackbird_cc/static/bootstrap/js/bootstrap.esm.min.js.map)0
-rw-r--r--alphabetlearning/static/bootstrap/js/bootstrap.js (renamed from pyblackbird_cc/static/bootstrap/js/bootstrap.js)0
-rw-r--r--alphabetlearning/static/bootstrap/js/bootstrap.js.map (renamed from pyblackbird_cc/static/bootstrap/js/bootstrap.js.map)0
-rw-r--r--alphabetlearning/static/bootstrap/js/bootstrap.min.js (renamed from pyblackbird_cc/static/bootstrap/js/bootstrap.min.js)0
-rw-r--r--alphabetlearning/static/bootstrap/js/bootstrap.min.js.map (renamed from pyblackbird_cc/static/bootstrap/js/bootstrap.min.js.map)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/_accordion.scss118
-rw-r--r--alphabetlearning/static/bootstrap/scss/_alert.scss57
-rw-r--r--alphabetlearning/static/bootstrap/scss/_badge.scss29
-rw-r--r--alphabetlearning/static/bootstrap/scss/_breadcrumb.scss28
-rw-r--r--alphabetlearning/static/bootstrap/scss/_button-group.scss139
-rw-r--r--alphabetlearning/static/bootstrap/scss/_buttons.scss111
-rw-r--r--alphabetlearning/static/bootstrap/scss/_card.scss215
-rw-r--r--alphabetlearning/static/bootstrap/scss/_carousel.scss229
-rw-r--r--alphabetlearning/static/bootstrap/scss/_close.scss40
-rw-r--r--alphabetlearning/static/bootstrap/scss/_containers.scss41
-rw-r--r--alphabetlearning/static/bootstrap/scss/_dropdown.scss240
-rw-r--r--alphabetlearning/static/bootstrap/scss/_forms.scss (renamed from pyblackbird_cc/static/scss/_forms.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/_functions.scss263
-rw-r--r--alphabetlearning/static/bootstrap/scss/_grid.scss22
-rw-r--r--alphabetlearning/static/bootstrap/scss/_helpers.scss7
-rw-r--r--alphabetlearning/static/bootstrap/scss/_images.scss (renamed from pyblackbird_cc/static/scss/_images.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/_list-group.scss174
-rw-r--r--alphabetlearning/static/bootstrap/scss/_mixins.scss42
-rw-r--r--alphabetlearning/static/bootstrap/scss/_modal.scss219
-rw-r--r--alphabetlearning/static/bootstrap/scss/_nav.scss139
-rw-r--r--alphabetlearning/static/bootstrap/scss/_navbar.scss306
-rw-r--r--alphabetlearning/static/bootstrap/scss/_offcanvas.scss79
-rw-r--r--alphabetlearning/static/bootstrap/scss/_pagination.scss64
-rw-r--r--alphabetlearning/static/bootstrap/scss/_popover.scss158
-rw-r--r--alphabetlearning/static/bootstrap/scss/_progress.scss48
-rw-r--r--alphabetlearning/static/bootstrap/scss/_reboot.scss621
-rw-r--r--alphabetlearning/static/bootstrap/scss/_root.scss16
-rw-r--r--alphabetlearning/static/bootstrap/scss/_spinners.scss69
-rw-r--r--alphabetlearning/static/bootstrap/scss/_tables.scss151
-rw-r--r--alphabetlearning/static/bootstrap/scss/_toasts.scss51
-rw-r--r--alphabetlearning/static/bootstrap/scss/_tooltip.scss115
-rw-r--r--alphabetlearning/static/bootstrap/scss/_transitions.scss21
-rw-r--r--alphabetlearning/static/bootstrap/scss/_type.scss104
-rw-r--r--alphabetlearning/static/bootstrap/scss/_utilities.scss594
-rw-r--r--alphabetlearning/static/bootstrap/scss/_variables.scss1468
-rw-r--r--alphabetlearning/static/bootstrap/scss/bootstrap-grid.scss65
-rw-r--r--alphabetlearning/static/bootstrap/scss/bootstrap-reboot.scss15
-rw-r--r--alphabetlearning/static/bootstrap/scss/bootstrap-utilities.scss18
-rw-r--r--alphabetlearning/static/bootstrap/scss/bootstrap.scss52
-rw-r--r--alphabetlearning/static/bootstrap/scss/forms/_floating-labels.scss63
-rw-r--r--alphabetlearning/static/bootstrap/scss/forms/_form-check.scss152
-rw-r--r--alphabetlearning/static/bootstrap/scss/forms/_form-control.scss219
-rw-r--r--alphabetlearning/static/bootstrap/scss/forms/_form-range.scss91
-rw-r--r--alphabetlearning/static/bootstrap/scss/forms/_form-select.scss70
-rw-r--r--alphabetlearning/static/bootstrap/scss/forms/_form-text.scss (renamed from pyblackbird_cc/static/scss/forms/_form-text.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/forms/_input-group.scss121
-rw-r--r--alphabetlearning/static/bootstrap/scss/forms/_labels.scss (renamed from pyblackbird_cc/static/scss/forms/_labels.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/forms/_validation.scss (renamed from pyblackbird_cc/static/scss/forms/_validation.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/helpers/_clearfix.scss (renamed from pyblackbird_cc/static/scss/helpers/_clearfix.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/helpers/_colored-links.scss12
-rw-r--r--alphabetlearning/static/bootstrap/scss/helpers/_position.scss30
-rw-r--r--alphabetlearning/static/bootstrap/scss/helpers/_ratio.scss26
-rw-r--r--alphabetlearning/static/bootstrap/scss/helpers/_stretched-link.scss (renamed from pyblackbird_cc/static/scss/helpers/_stretched-link.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/helpers/_text-truncation.scss (renamed from pyblackbird_cc/static/scss/helpers/_text-truncation.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/helpers/_visually-hidden.scss (renamed from pyblackbird_cc/static/scss/helpers/_visually-hidden.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_alert.scss11
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_border-radius.scss (renamed from pyblackbird_cc/static/scss/mixins/_border-radius.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_box-shadow.scss (renamed from pyblackbird_cc/static/scss/mixins/_box-shadow.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_breakpoints.scss127
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_buttons.scss133
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_caret.scss64
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_clearfix.scss (renamed from pyblackbird_cc/static/scss/mixins/_clearfix.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_color-scheme.scss (renamed from pyblackbird_cc/static/scss/mixins/_color-scheme.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_container.scss9
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_deprecate.scss (renamed from pyblackbird_cc/static/scss/mixins/_deprecate.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_forms.scss144
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_gradients.scss47
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_grid.scss132
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_image.scss (renamed from pyblackbird_cc/static/scss/mixins/_image.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_list-group.scss24
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_lists.scss (renamed from pyblackbird_cc/static/scss/mixins/_lists.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_pagination.scss31
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_reset-text.scss17
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_resize.scss (renamed from pyblackbird_cc/static/scss/mixins/_resize.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_table-variants.scss21
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_text-truncate.scss (renamed from pyblackbird_cc/static/scss/mixins/_text-truncate.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_transition.scss (renamed from pyblackbird_cc/static/scss/mixins/_transition.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_utilities.scss68
-rw-r--r--alphabetlearning/static/bootstrap/scss/mixins/_visually-hidden.scss29
-rw-r--r--alphabetlearning/static/bootstrap/scss/utilities/_api.scss (renamed from pyblackbird_cc/static/scss/utilities/_api.scss)0
-rw-r--r--alphabetlearning/static/bootstrap/scss/vendor/_rfs.scss354
-rw-r--r--alphabetlearning/static/css/custom.css (renamed from pyblackbird_cc/static/css/custom.css)0
-rw-r--r--alphabetlearning/static/css/custom.css.map1
-rw-r--r--alphabetlearning/static/css/features.css (renamed from pyblackbird_cc/static/css/features.css)0
-rw-r--r--alphabetlearning/static/css/project.css (renamed from pyblackbird_cc/static/css/project.css)0
-rw-r--r--alphabetlearning/static/css/wrapper.css (renamed from pyblackbird_cc/static/css/wrapper.css)0
-rw-r--r--alphabetlearning/static/fonts/.gitkeep (renamed from pyblackbird_cc/static/fonts/.gitkeep)0
-rw-r--r--alphabetlearning/static/fonts/Lato-Italic.ttf (renamed from pyblackbird_cc/static/fonts/Lato-Italic.ttf)bin75792 -> 75792 bytes
-rw-r--r--alphabetlearning/static/fonts/Lato-Regular.ttf (renamed from pyblackbird_cc/static/fonts/Lato-Regular.ttf)bin75152 -> 75152 bytes
-rw-r--r--alphabetlearning/static/fonts/LibreFranklin-Italic.ttf (renamed from pyblackbird_cc/static/fonts/LibreFranklin-Italic.ttf)bin69376 -> 69376 bytes
-rw-r--r--alphabetlearning/static/fonts/LibreFranklin-VariableFont_wght.ttf (renamed from pyblackbird_cc/static/fonts/LibreFranklin-VariableFont_wght.ttf)bin103512 -> 103512 bytes
-rw-r--r--alphabetlearning/static/images/AL_circle_logo_black_200x200.png (renamed from pyblackbird_cc/static/images/AL_circle_logo_black_200x200.png)bin37743 -> 37743 bytes
-rw-r--r--alphabetlearning/static/images/AL_long_logo_black_grey.png (renamed from pyblackbird_cc/static/images/AL_long_logo_black_grey.png)bin127223 -> 127223 bytes
-rw-r--r--alphabetlearning/static/images/AL_long_logo_black_grey.svg (renamed from pyblackbird_cc/static/images/AL_long_logo_black_grey.svg)0
-rw-r--r--alphabetlearning/static/images/AL_text_only.png (renamed from pyblackbird_cc/static/images/AL_text_only.png)bin46979 -> 46979 bytes
-rw-r--r--alphabetlearning/static/images/favicons/al.png (renamed from pyblackbird_cc/static/images/favicons/al.png)bin6878 -> 6878 bytes
-rw-r--r--alphabetlearning/static/images/favicons/favicon.ico (renamed from pyblackbird_cc/static/images/favicons/favicon.ico)bin8348 -> 8348 bytes
-rw-r--r--alphabetlearning/static/images/favicons/wasp.png (renamed from pyblackbird_cc/static/images/favicons/wasp.png)bin2241 -> 2241 bytes
-rw-r--r--alphabetlearning/static/images/placeholder.png (renamed from pyblackbird_cc/static/images/placeholder.png)bin3951 -> 3951 bytes
-rw-r--r--alphabetlearning/static/js/htmx.min.js (renamed from pyblackbird_cc/static/js/htmx.min.js)0
-rw-r--r--alphabetlearning/static/js/project.js (renamed from pyblackbird_cc/static/js/project.js)0
-rw-r--r--alphabetlearning/static/scss/_accordion.scss (renamed from pyblackbird_cc/static/scss/_accordion.scss)0
-rw-r--r--alphabetlearning/static/scss/_alert.scss (renamed from pyblackbird_cc/static/scss/_alert.scss)0
-rw-r--r--alphabetlearning/static/scss/_badge.scss (renamed from pyblackbird_cc/static/scss/_badge.scss)0
-rw-r--r--alphabetlearning/static/scss/_breadcrumb.scss (renamed from pyblackbird_cc/static/scss/_breadcrumb.scss)0
-rw-r--r--alphabetlearning/static/scss/_button-group.scss (renamed from pyblackbird_cc/static/scss/_button-group.scss)0
-rw-r--r--alphabetlearning/static/scss/_buttons.scss (renamed from pyblackbird_cc/static/scss/_buttons.scss)0
-rw-r--r--alphabetlearning/static/scss/_card.scss (renamed from pyblackbird_cc/static/scss/_card.scss)0
-rw-r--r--alphabetlearning/static/scss/_carousel.scss (renamed from pyblackbird_cc/static/scss/_carousel.scss)0
-rw-r--r--alphabetlearning/static/scss/_close.scss (renamed from pyblackbird_cc/static/scss/_close.scss)0
-rw-r--r--alphabetlearning/static/scss/_containers.scss (renamed from pyblackbird_cc/static/scss/_containers.scss)0
-rw-r--r--alphabetlearning/static/scss/_dropdown.scss (renamed from pyblackbird_cc/static/scss/_dropdown.scss)0
-rw-r--r--alphabetlearning/static/scss/_forms.scss9
-rw-r--r--alphabetlearning/static/scss/_functions.scss (renamed from pyblackbird_cc/static/scss/_functions.scss)0
-rw-r--r--alphabetlearning/static/scss/_grid.scss (renamed from pyblackbird_cc/static/scss/_grid.scss)0
-rw-r--r--alphabetlearning/static/scss/_helpers.scss (renamed from pyblackbird_cc/static/scss/_helpers.scss)0
-rw-r--r--alphabetlearning/static/scss/_images.scss42
-rw-r--r--alphabetlearning/static/scss/_list-group.scss (renamed from pyblackbird_cc/static/scss/_list-group.scss)0
-rw-r--r--alphabetlearning/static/scss/_maps.scss (renamed from pyblackbird_cc/static/scss/_maps.scss)0
-rw-r--r--alphabetlearning/static/scss/_mixins.scss (renamed from pyblackbird_cc/static/scss/_mixins.scss)0
-rw-r--r--alphabetlearning/static/scss/_modal.scss (renamed from pyblackbird_cc/static/scss/_modal.scss)0
-rw-r--r--alphabetlearning/static/scss/_nav.scss (renamed from pyblackbird_cc/static/scss/_nav.scss)0
-rw-r--r--alphabetlearning/static/scss/_navbar.scss (renamed from pyblackbird_cc/static/scss/_navbar.scss)0
-rw-r--r--alphabetlearning/static/scss/_offcanvas.scss (renamed from pyblackbird_cc/static/scss/_offcanvas.scss)0
-rw-r--r--alphabetlearning/static/scss/_pagination.scss (renamed from pyblackbird_cc/static/scss/_pagination.scss)0
-rw-r--r--alphabetlearning/static/scss/_placeholders.scss (renamed from pyblackbird_cc/static/scss/_placeholders.scss)0
-rw-r--r--alphabetlearning/static/scss/_popover.scss (renamed from pyblackbird_cc/static/scss/_popover.scss)0
-rw-r--r--alphabetlearning/static/scss/_progress.scss (renamed from pyblackbird_cc/static/scss/_progress.scss)0
-rw-r--r--alphabetlearning/static/scss/_reboot.scss (renamed from pyblackbird_cc/static/scss/_reboot.scss)0
-rw-r--r--alphabetlearning/static/scss/_root.scss (renamed from pyblackbird_cc/static/scss/_root.scss)0
-rw-r--r--alphabetlearning/static/scss/_spinners.scss (renamed from pyblackbird_cc/static/scss/_spinners.scss)0
-rw-r--r--alphabetlearning/static/scss/_tables.scss (renamed from pyblackbird_cc/static/scss/_tables.scss)0
-rw-r--r--alphabetlearning/static/scss/_toasts.scss (renamed from pyblackbird_cc/static/scss/_toasts.scss)0
-rw-r--r--alphabetlearning/static/scss/_tooltip.scss (renamed from pyblackbird_cc/static/scss/_tooltip.scss)0
-rw-r--r--alphabetlearning/static/scss/_transitions.scss (renamed from pyblackbird_cc/static/scss/_transitions.scss)0
-rw-r--r--alphabetlearning/static/scss/_type.scss (renamed from pyblackbird_cc/static/scss/_type.scss)0
-rw-r--r--alphabetlearning/static/scss/_utilities.scss (renamed from pyblackbird_cc/static/scss/_utilities.scss)0
-rw-r--r--alphabetlearning/static/scss/_variables-dark.scss (renamed from pyblackbird_cc/static/scss/_variables-dark.scss)0
-rw-r--r--alphabetlearning/static/scss/_variables.scss (renamed from pyblackbird_cc/static/scss/_variables.scss)0
-rw-r--r--alphabetlearning/static/scss/bootstrap-grid.scss (renamed from pyblackbird_cc/static/scss/bootstrap-grid.scss)0
-rw-r--r--alphabetlearning/static/scss/bootstrap-reboot.scss (renamed from pyblackbird_cc/static/scss/bootstrap-reboot.scss)0
-rw-r--r--alphabetlearning/static/scss/bootstrap-utilities.scss (renamed from pyblackbird_cc/static/scss/bootstrap-utilities.scss)0
-rw-r--r--alphabetlearning/static/scss/bootstrap.scss (renamed from pyblackbird_cc/static/scss/bootstrap.scss)0
-rw-r--r--alphabetlearning/static/scss/custom.css2206
-rw-r--r--alphabetlearning/static/scss/custom.css.map1
-rw-r--r--alphabetlearning/static/scss/custom.scss (renamed from pyblackbird_cc/static/scss/custom.scss)0
-rw-r--r--alphabetlearning/static/scss/forms/_floating-labels.scss (renamed from pyblackbird_cc/static/scss/forms/_floating-labels.scss)0
-rw-r--r--alphabetlearning/static/scss/forms/_form-check.scss (renamed from pyblackbird_cc/static/scss/forms/_form-check.scss)0
-rw-r--r--alphabetlearning/static/scss/forms/_form-control.scss (renamed from pyblackbird_cc/static/scss/forms/_form-control.scss)0
-rw-r--r--alphabetlearning/static/scss/forms/_form-range.scss (renamed from pyblackbird_cc/static/scss/forms/_form-range.scss)0
-rw-r--r--alphabetlearning/static/scss/forms/_form-select.scss (renamed from pyblackbird_cc/static/scss/forms/_form-select.scss)0
-rw-r--r--alphabetlearning/static/scss/forms/_form-text.scss11
-rw-r--r--alphabetlearning/static/scss/forms/_input-group.scss (renamed from pyblackbird_cc/static/scss/forms/_input-group.scss)0
-rw-r--r--alphabetlearning/static/scss/forms/_labels.scss36
-rw-r--r--alphabetlearning/static/scss/forms/_validation.scss12
-rw-r--r--alphabetlearning/static/scss/helpers/_clearfix.scss3
-rw-r--r--alphabetlearning/static/scss/helpers/_color-bg.scss (renamed from pyblackbird_cc/static/scss/helpers/_color-bg.scss)0
-rw-r--r--alphabetlearning/static/scss/helpers/_colored-links.scss (renamed from pyblackbird_cc/static/scss/helpers/_colored-links.scss)0
-rw-r--r--alphabetlearning/static/scss/helpers/_focus-ring.scss (renamed from pyblackbird_cc/static/scss/helpers/_focus-ring.scss)0
-rw-r--r--alphabetlearning/static/scss/helpers/_icon-link.scss (renamed from pyblackbird_cc/static/scss/helpers/_icon-link.scss)0
-rw-r--r--alphabetlearning/static/scss/helpers/_position.scss (renamed from pyblackbird_cc/static/scss/helpers/_position.scss)0
-rw-r--r--alphabetlearning/static/scss/helpers/_ratio.scss (renamed from pyblackbird_cc/static/scss/helpers/_ratio.scss)0
-rw-r--r--alphabetlearning/static/scss/helpers/_stacks.scss (renamed from pyblackbird_cc/static/scss/helpers/_stacks.scss)0
-rw-r--r--alphabetlearning/static/scss/helpers/_stretched-link.scss15
-rw-r--r--alphabetlearning/static/scss/helpers/_text-truncation.scss7
-rw-r--r--alphabetlearning/static/scss/helpers/_visually-hidden.scss8
-rw-r--r--alphabetlearning/static/scss/helpers/_vr.scss (renamed from pyblackbird_cc/static/scss/helpers/_vr.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_alert.scss (renamed from pyblackbird_cc/static/scss/mixins/_alert.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_backdrop.scss (renamed from pyblackbird_cc/static/scss/mixins/_backdrop.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_banner.scss (renamed from pyblackbird_cc/static/scss/mixins/_banner.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_border-radius.scss78
-rw-r--r--alphabetlearning/static/scss/mixins/_box-shadow.scss18
-rw-r--r--alphabetlearning/static/scss/mixins/_breakpoints.scss (renamed from pyblackbird_cc/static/scss/mixins/_breakpoints.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_buttons.scss (renamed from pyblackbird_cc/static/scss/mixins/_buttons.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_caret.scss (renamed from pyblackbird_cc/static/scss/mixins/_caret.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_clearfix.scss9
-rw-r--r--alphabetlearning/static/scss/mixins/_color-mode.scss (renamed from pyblackbird_cc/static/scss/mixins/_color-mode.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_color-scheme.scss7
-rw-r--r--alphabetlearning/static/scss/mixins/_container.scss (renamed from pyblackbird_cc/static/scss/mixins/_container.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_deprecate.scss10
-rw-r--r--alphabetlearning/static/scss/mixins/_forms.scss (renamed from pyblackbird_cc/static/scss/mixins/_forms.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_gradients.scss (renamed from pyblackbird_cc/static/scss/mixins/_gradients.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_grid.scss (renamed from pyblackbird_cc/static/scss/mixins/_grid.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_image.scss16
-rw-r--r--alphabetlearning/static/scss/mixins/_list-group.scss (renamed from pyblackbird_cc/static/scss/mixins/_list-group.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_lists.scss7
-rw-r--r--alphabetlearning/static/scss/mixins/_pagination.scss (renamed from pyblackbird_cc/static/scss/mixins/_pagination.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_reset-text.scss (renamed from pyblackbird_cc/static/scss/mixins/_reset-text.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_resize.scss6
-rw-r--r--alphabetlearning/static/scss/mixins/_table-variants.scss (renamed from pyblackbird_cc/static/scss/mixins/_table-variants.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_text-truncate.scss8
-rw-r--r--alphabetlearning/static/scss/mixins/_transition.scss26
-rw-r--r--alphabetlearning/static/scss/mixins/_utilities.scss (renamed from pyblackbird_cc/static/scss/mixins/_utilities.scss)0
-rw-r--r--alphabetlearning/static/scss/mixins/_visually-hidden.scss (renamed from pyblackbird_cc/static/scss/mixins/_visually-hidden.scss)0
-rw-r--r--alphabetlearning/static/scss/tests/jasmine.js (renamed from pyblackbird_cc/static/scss/tests/jasmine.js)0
-rw-r--r--alphabetlearning/static/scss/tests/mixins/_auto-import-of-variables-dark.test.scss (renamed from pyblackbird_cc/static/scss/tests/mixins/_auto-import-of-variables-dark.test.scss)0
-rw-r--r--alphabetlearning/static/scss/tests/mixins/_color-modes.test.scss (renamed from pyblackbird_cc/static/scss/tests/mixins/_color-modes.test.scss)0
-rw-r--r--alphabetlearning/static/scss/tests/mixins/_media-query-color-mode-full.test.scss (renamed from pyblackbird_cc/static/scss/tests/mixins/_media-query-color-mode-full.test.scss)0
-rw-r--r--alphabetlearning/static/scss/tests/mixins/_utilities.test.scss (renamed from pyblackbird_cc/static/scss/tests/mixins/_utilities.test.scss)0
-rw-r--r--alphabetlearning/static/scss/tests/sass-true/register.js (renamed from pyblackbird_cc/static/scss/tests/sass-true/register.js)0
-rw-r--r--alphabetlearning/static/scss/tests/sass-true/runner.js (renamed from pyblackbird_cc/static/scss/tests/sass-true/runner.js)0
-rw-r--r--alphabetlearning/static/scss/tests/utilities/_api.test.scss (renamed from pyblackbird_cc/static/scss/tests/utilities/_api.test.scss)0
-rw-r--r--alphabetlearning/static/scss/utilities/_api.scss47
-rw-r--r--alphabetlearning/static/scss/vendor/_rfs.scss (renamed from pyblackbird_cc/static/scss/vendor/_rfs.scss)0
-rw-r--r--alphabetlearning/templates/403.html (renamed from pyblackbird_cc/templates/403.html)0
-rw-r--r--alphabetlearning/templates/403_csrf.html (renamed from pyblackbird_cc/templates/403_csrf.html)0
-rw-r--r--alphabetlearning/templates/404.html (renamed from pyblackbird_cc/templates/404.html)0
-rw-r--r--alphabetlearning/templates/500.html (renamed from pyblackbird_cc/templates/500.html)0
-rw-r--r--alphabetlearning/templates/account/base_manage_password.html (renamed from pyblackbird_cc/templates/account/base_manage_password.html)0
-rw-r--r--alphabetlearning/templates/account/signup.html (renamed from pyblackbird_cc/templates/account/signup.html)0
-rw-r--r--alphabetlearning/templates/allauth/elements/alert.html (renamed from pyblackbird_cc/templates/allauth/elements/alert.html)0
-rw-r--r--alphabetlearning/templates/allauth/elements/badge.html (renamed from pyblackbird_cc/templates/allauth/elements/badge.html)0
-rw-r--r--alphabetlearning/templates/allauth/elements/button.html (renamed from pyblackbird_cc/templates/allauth/elements/button.html)0
-rw-r--r--alphabetlearning/templates/allauth/elements/field.html (renamed from pyblackbird_cc/templates/allauth/elements/field.html)0
-rw-r--r--alphabetlearning/templates/allauth/elements/fields.html (renamed from pyblackbird_cc/templates/allauth/elements/fields.html)0
-rw-r--r--alphabetlearning/templates/allauth/elements/h1.html (renamed from pyblackbird_cc/templates/allauth/elements/h1.html)0
-rw-r--r--alphabetlearning/templates/allauth/elements/h2.html (renamed from pyblackbird_cc/templates/allauth/elements/h2.html)0
-rw-r--r--alphabetlearning/templates/allauth/elements/panel.html (renamed from pyblackbird_cc/templates/allauth/elements/panel.html)0
-rw-r--r--alphabetlearning/templates/allauth/elements/table.html (renamed from pyblackbird_cc/templates/allauth/elements/table.html)0
-rw-r--r--alphabetlearning/templates/allauth/layouts/entrance.html (renamed from pyblackbird_cc/templates/allauth/layouts/entrance.html)0
-rw-r--r--alphabetlearning/templates/allauth/layouts/manage.html (renamed from pyblackbird_cc/templates/allauth/layouts/manage.html)0
-rw-r--r--alphabetlearning/templates/base.html (renamed from pyblackbird_cc/templates/base.html)0
-rw-r--r--alphabetlearning/templates/pages/about.html (renamed from pyblackbird_cc/templates/pages/about.html)0
-rw-r--r--alphabetlearning/templates/pages/home.html (renamed from pyblackbird_cc/templates/pages/home.html)0
-rw-r--r--alphabetlearning/templates/payments/cancel.html (renamed from pyblackbird_cc/templates/payments/cancel.html)0
-rw-r--r--alphabetlearning/templates/payments/cart_detail.html (renamed from pyblackbird_cc/templates/payments/cart_detail.html)0
-rw-r--r--alphabetlearning/templates/payments/cart_lineitem.html (renamed from pyblackbird_cc/templates/payments/cart_lineitem.html)0
-rw-r--r--alphabetlearning/templates/payments/cart_sidepanel.html (renamed from pyblackbird_cc/templates/payments/cart_sidepanel.html)0
-rw-r--r--alphabetlearning/templates/payments/landingpage.html (renamed from pyblackbird_cc/templates/payments/landingpage.html)0
-rw-r--r--alphabetlearning/templates/payments/success.html (renamed from pyblackbird_cc/templates/payments/success.html)0
-rw-r--r--alphabetlearning/templates/resources/admin_bar.html (renamed from pyblackbird_cc/templates/resources/admin_bar.html)0
-rw-r--r--alphabetlearning/templates/resources/create_featured_resource.html (renamed from pyblackbird_cc/templates/resources/create_featured_resource.html)0
-rw-r--r--alphabetlearning/templates/resources/hx_download_button.html (renamed from pyblackbird_cc/templates/resources/hx_download_button.html)0
-rw-r--r--alphabetlearning/templates/resources/resource_card_featured.html (renamed from pyblackbird_cc/templates/resources/resource_card_featured.html)0
-rw-r--r--alphabetlearning/templates/resources/resource_card_standard.html (renamed from pyblackbird_cc/templates/resources/resource_card_standard.html)0
-rw-r--r--alphabetlearning/templates/resources/resource_create.html (renamed from pyblackbird_cc/templates/resources/resource_create.html)0
-rw-r--r--alphabetlearning/templates/resources/resource_detail.html (renamed from pyblackbird_cc/templates/resources/resource_detail.html)0
-rw-r--r--alphabetlearning/templates/resources/resource_list.html (renamed from pyblackbird_cc/templates/resources/resource_list.html)0
-rw-r--r--alphabetlearning/templates/resources/resource_metadata_update.html (renamed from pyblackbird_cc/templates/resources/resource_metadata_update.html)0
-rw-r--r--alphabetlearning/templates/resources/update_pdfs.html (renamed from pyblackbird_cc/templates/resources/update_pdfs.html)0
-rw-r--r--alphabetlearning/templates/resources/update_thumbnails.html (renamed from pyblackbird_cc/templates/resources/update_thumbnails.html)0
-rw-r--r--alphabetlearning/templates/users/user_detail.html (renamed from pyblackbird_cc/templates/users/user_detail.html)0
-rw-r--r--alphabetlearning/templates/users/user_form.html (renamed from pyblackbird_cc/templates/users/user_form.html)0
-rw-r--r--alphabetlearning/users/__init__.py (renamed from pyblackbird_cc/users/__init__.py)0
-rw-r--r--alphabetlearning/users/adapters.py (renamed from pyblackbird_cc/users/adapters.py)2
-rw-r--r--alphabetlearning/users/admin.py (renamed from pyblackbird_cc/users/admin.py)0
-rw-r--r--alphabetlearning/users/apps.py (renamed from pyblackbird_cc/users/apps.py)4
-rw-r--r--alphabetlearning/users/context_processors.py (renamed from pyblackbird_cc/users/context_processors.py)0
-rw-r--r--alphabetlearning/users/forms.py (renamed from pyblackbird_cc/users/forms.py)0
-rw-r--r--alphabetlearning/users/managers.py (renamed from pyblackbird_cc/users/managers.py)0
-rw-r--r--alphabetlearning/users/migrations/0001_initial.py (renamed from pyblackbird_cc/users/migrations/0001_initial.py)20
-rw-r--r--alphabetlearning/users/migrations/__init__.py (renamed from pyblackbird_cc/users/migrations/__init__.py)0
-rw-r--r--alphabetlearning/users/models.py (renamed from pyblackbird_cc/users/models.py)0
-rw-r--r--alphabetlearning/users/tasks.py (renamed from pyblackbird_cc/users/tasks.py)0
-rw-r--r--alphabetlearning/users/tests/__init__.py (renamed from pyblackbird_cc/users/tests/__init__.py)0
-rw-r--r--alphabetlearning/users/tests/factories.py (renamed from pyblackbird_cc/users/tests/factories.py)2
-rw-r--r--alphabetlearning/users/tests/test_admin.py (renamed from pyblackbird_cc/users/tests/test_admin.py)4
-rw-r--r--alphabetlearning/users/tests/test_forms.py (renamed from pyblackbird_cc/users/tests/test_forms.py)4
-rw-r--r--alphabetlearning/users/tests/test_managers.py (renamed from pyblackbird_cc/users/tests/test_managers.py)2
-rw-r--r--alphabetlearning/users/tests/test_models.py (renamed from pyblackbird_cc/users/tests/test_models.py)2
-rw-r--r--alphabetlearning/users/tests/test_tasks.py (renamed from pyblackbird_cc/users/tests/test_tasks.py)4
-rw-r--r--alphabetlearning/users/tests/test_urls.py (renamed from pyblackbird_cc/users/tests/test_urls.py)2
-rw-r--r--alphabetlearning/users/tests/test_views.py (renamed from pyblackbird_cc/users/tests/test_views.py)12
-rw-r--r--alphabetlearning/users/urls.py (renamed from pyblackbird_cc/users/urls.py)0
-rw-r--r--alphabetlearning/users/views.py (renamed from pyblackbird_cc/users/views.py)2
-rw-r--r--config/celery_app.py2
-rw-r--r--config/settings/base.py25
-rw-r--r--config/urls.py6
-rw-r--r--config/wsgi.py4
-rw-r--r--docs/howto.rst2
-rw-r--r--docs/make.bat2
-rw-r--r--docs/pycharm/configuration.rst2
-rw-r--r--docs/users.rst2
-rw-r--r--local.yml32
-rw-r--r--locale/fr_FR/LC_MESSAGES/django.po168
-rw-r--r--locale/pt_BR/LC_MESSAGES/django.po168
-rwxr-xr-xmanage.py4
-rw-r--r--pyproject.toml4
393 files changed, 11000 insertions, 290 deletions
diff --git a/Makefile b/Makefile
index 300a5f4..de27106 100644
--- a/Makefile
+++ b/Makefile
@@ -3,22 +3,22 @@ all: build run migrate collectstatic
start: build run migrate collectstatic
sass:
- sass --no-source-map ~/code/python/pyblackbird_cc/pyblackbird_cc/static/scss/custom.scss ~/code/python/pyblackbird_cc/pyblackbird_cc/static/css/custom.css
+ sass --no-source-map ~/code/python/alphabetlearning/alphabetlearning/static/scss/custom.scss ~/code/python/alphabetlearning/alphabetlearning/static/css/custom.css
sync-env:
- scp .env-prod substracker-web:code/pyblackbird_cc/.env
+ scp .env-prod substracker-web:code/alphabetlearning/.env
build:
- @docker build -f compose/production/django/Dockerfile -t pyblackbird_cc:latest .
+ @docker build -f compose/production/django/Dockerfile -t alphabetlearning:latest .
push:
- @docker build -f compose/production/django/Dockerfile -t pyblackbird_cc:latest . && docker tag pyblackbird_cc registry.digitalocean.com/twentyfour-registry/pyblackbird && docker push registry.digitalocean.com/twentyfour-registry/pyblackbird
+ @docker build -f compose/production/django/Dockerfile -t alphabetlearning:latest . && docker tag alphabetlearning registry.digitalocean.com/twentyfour-registry/pyblackbird && docker push registry.digitalocean.com/twentyfour-registry/pyblackbird
clean-registry:
@doctl registry garbage-collection start --include-untagged-manifests twentyfour-registry
run:
- @docker run -d --rm --name pyblackbird_cc_django --env-file .env -p 8080:8080 pyblackbird_cc
+ @docker run -d --rm --name alphabetlearning_django --env-file .env -p 8080:8080 alphabetlearning
collectstatic:
@docker run --rm --env-file .env -v .:/app pyblackbird sh -c "python manage.py collectstatic --noinput"
diff --git a/alias b/alias
index 5f4e4f6..5f4a71b 100644
--- a/alias
+++ b/alias
@@ -1 +1 @@
-alias sassit='sass --no-source-map ~/code/python/alphabetlearning/pyblackbird_cc/static/scss/custom.scss ~/code/python/alphabetlearning/pyblackbird_cc/static/css/custom.css'
+alias sassit='sass --no-source-map ~/code/python/alphabetlearning/alphabetlearning/static/scss/custom.scss ~/code/python/alphabetlearning/alphabetlearning/static/css/custom.css'
diff --git a/pyblackbird_cc/__init__.py b/alphabetlearning/__init__.py
index a368c98..a368c98 100644
--- a/pyblackbird_cc/__init__.py
+++ b/alphabetlearning/__init__.py
diff --git a/pyblackbird_cc/conftest.py b/alphabetlearning/conftest.py
index aca12b2..0637c23 100644
--- a/pyblackbird_cc/conftest.py
+++ b/alphabetlearning/conftest.py
@@ -1,8 +1,8 @@
import pytest
-from pyblackbird_cc.resources.factories import ResourceModelFactory
-from pyblackbird_cc.users.models import User
-from pyblackbird_cc.users.tests.factories import UserFactory
+from alphabetlearning.resources.factories import ResourceModelFactory
+from alphabetlearning.users.models import User
+from alphabetlearning.users.tests.factories import UserFactory
@pytest.fixture(autouse=True)
diff --git a/pyblackbird_cc/contrib/__init__.py b/alphabetlearning/contrib/__init__.py
index 1c7ecc8..1c7ecc8 100644
--- a/pyblackbird_cc/contrib/__init__.py
+++ b/alphabetlearning/contrib/__init__.py
diff --git a/pyblackbird_cc/contrib/sites/__init__.py b/alphabetlearning/contrib/sites/__init__.py
index 1c7ecc8..1c7ecc8 100644
--- a/pyblackbird_cc/contrib/sites/__init__.py
+++ b/alphabetlearning/contrib/sites/__init__.py
diff --git a/pyblackbird_cc/contrib/sites/migrations/0001_initial.py b/alphabetlearning/contrib/sites/migrations/0001_initial.py
index fd76afb..fd76afb 100644
--- a/pyblackbird_cc/contrib/sites/migrations/0001_initial.py
+++ b/alphabetlearning/contrib/sites/migrations/0001_initial.py
diff --git a/pyblackbird_cc/contrib/sites/migrations/0002_alter_domain_unique.py b/alphabetlearning/contrib/sites/migrations/0002_alter_domain_unique.py
index 4a44a6a..4a44a6a 100644
--- a/pyblackbird_cc/contrib/sites/migrations/0002_alter_domain_unique.py
+++ b/alphabetlearning/contrib/sites/migrations/0002_alter_domain_unique.py
diff --git a/pyblackbird_cc/contrib/sites/migrations/0003_set_site_domain_and_name.py b/alphabetlearning/contrib/sites/migrations/0003_set_site_domain_and_name.py
index f4b1cbb..f4b1cbb 100644
--- a/pyblackbird_cc/contrib/sites/migrations/0003_set_site_domain_and_name.py
+++ b/alphabetlearning/contrib/sites/migrations/0003_set_site_domain_and_name.py
diff --git a/pyblackbird_cc/contrib/sites/migrations/0004_alter_options_ordering_domain.py b/alphabetlearning/contrib/sites/migrations/0004_alter_options_ordering_domain.py
index f7118ca..f7118ca 100644
--- a/pyblackbird_cc/contrib/sites/migrations/0004_alter_options_ordering_domain.py
+++ b/alphabetlearning/contrib/sites/migrations/0004_alter_options_ordering_domain.py
diff --git a/pyblackbird_cc/contrib/sites/migrations/__init__.py b/alphabetlearning/contrib/sites/migrations/__init__.py
index 1c7ecc8..1c7ecc8 100644
--- a/pyblackbird_cc/contrib/sites/migrations/__init__.py
+++ b/alphabetlearning/contrib/sites/migrations/__init__.py
diff --git a/pyblackbird_cc/payments/__init__.py b/alphabetlearning/payments/__init__.py
index e69de29..e69de29 100644
--- a/pyblackbird_cc/payments/__init__.py
+++ b/alphabetlearning/payments/__init__.py
diff --git a/pyblackbird_cc/payments/admin.py b/alphabetlearning/payments/admin.py
index f6a00a2..f6a00a2 100644
--- a/pyblackbird_cc/payments/admin.py
+++ b/alphabetlearning/payments/admin.py
diff --git a/pyblackbird_cc/payments/apps.py b/alphabetlearning/payments/apps.py
index 89e29f4..e9b0a47 100644
--- a/pyblackbird_cc/payments/apps.py
+++ b/alphabetlearning/payments/apps.py
@@ -3,7 +3,7 @@ from django.apps import AppConfig
class PaymentsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
- name = "pyblackbird_cc.payments"
+ name = "alphabetlearning.payments"
def ready(self):
- import pyblackbird_cc.payments.signals # noqa: F401
+ import alphabetlearning.payments.signals # noqa: F401
diff --git a/pyblackbird_cc/payments/migrations/0001_initial.py b/alphabetlearning/payments/migrations/0001_initial.py
index 33b7602..33b7602 100644
--- a/pyblackbird_cc/payments/migrations/0001_initial.py
+++ b/alphabetlearning/payments/migrations/0001_initial.py
diff --git a/pyblackbird_cc/payments/migrations/0002_subscriptionplan_and_more.py b/alphabetlearning/payments/migrations/0002_subscriptionplan_and_more.py
index cab49b5..cab49b5 100644
--- a/pyblackbird_cc/payments/migrations/0002_subscriptionplan_and_more.py
+++ b/alphabetlearning/payments/migrations/0002_subscriptionplan_and_more.py
diff --git a/pyblackbird_cc/payments/migrations/0003_product_price.py b/alphabetlearning/payments/migrations/0003_product_price.py
index b12d5dc..b12d5dc 100644
--- a/pyblackbird_cc/payments/migrations/0003_product_price.py
+++ b/alphabetlearning/payments/migrations/0003_product_price.py
diff --git a/pyblackbird_cc/payments/migrations/0004_rename_stripe_product_id_price_stripe_price_id.py b/alphabetlearning/payments/migrations/0004_rename_stripe_product_id_price_stripe_price_id.py
index e5a339f..e5a339f 100644
--- a/pyblackbird_cc/payments/migrations/0004_rename_stripe_product_id_price_stripe_price_id.py
+++ b/alphabetlearning/payments/migrations/0004_rename_stripe_product_id_price_stripe_price_id.py
diff --git a/pyblackbird_cc/payments/migrations/0005_remove_subscriptionplan_stripe_plan_id.py b/alphabetlearning/payments/migrations/0005_remove_subscriptionplan_stripe_plan_id.py
index 1e642b4..1e642b4 100644
--- a/pyblackbird_cc/payments/migrations/0005_remove_subscriptionplan_stripe_plan_id.py
+++ b/alphabetlearning/payments/migrations/0005_remove_subscriptionplan_stripe_plan_id.py
diff --git a/pyblackbird_cc/payments/migrations/0006_subscription_plan.py b/alphabetlearning/payments/migrations/0006_subscription_plan.py
index f54b5f9..f54b5f9 100644
--- a/pyblackbird_cc/payments/migrations/0006_subscription_plan.py
+++ b/alphabetlearning/payments/migrations/0006_subscription_plan.py
diff --git a/pyblackbird_cc/payments/migrations/0007_remove_cartitem_quantity_and_more.py b/alphabetlearning/payments/migrations/0007_remove_cartitem_quantity_and_more.py
index e976059..e976059 100644
--- a/pyblackbird_cc/payments/migrations/0007_remove_cartitem_quantity_and_more.py
+++ b/alphabetlearning/payments/migrations/0007_remove_cartitem_quantity_and_more.py
diff --git a/pyblackbird_cc/payments/migrations/__init__.py b/alphabetlearning/payments/migrations/__init__.py
index e69de29..e69de29 100644
--- a/pyblackbird_cc/payments/migrations/__init__.py
+++ b/alphabetlearning/payments/migrations/__init__.py
diff --git a/pyblackbird_cc/payments/models.py b/alphabetlearning/payments/models.py
index a7cb8a7..80d93c2 100644
--- a/pyblackbird_cc/payments/models.py
+++ b/alphabetlearning/payments/models.py
@@ -2,7 +2,7 @@ from django.conf import settings
from django.core.exceptions import ValidationError
from django.db import models
-from pyblackbird_cc.resources.models import Resource
+from alphabetlearning.resources.models import Resource
class Product(models.Model):
diff --git a/pyblackbird_cc/payments/signals.py b/alphabetlearning/payments/signals.py
index 50d988b..50d988b 100644
--- a/pyblackbird_cc/payments/signals.py
+++ b/alphabetlearning/payments/signals.py
diff --git a/pyblackbird_cc/payments/tests/__init__.py b/alphabetlearning/payments/tests/__init__.py
index e69de29..e69de29 100644
--- a/pyblackbird_cc/payments/tests/__init__.py
+++ b/alphabetlearning/payments/tests/__init__.py
diff --git a/pyblackbird_cc/payments/tests/conftest.py b/alphabetlearning/payments/tests/conftest.py
index 7919170..7919170 100644
--- a/pyblackbird_cc/payments/tests/conftest.py
+++ b/alphabetlearning/payments/tests/conftest.py
diff --git a/pyblackbird_cc/payments/tests/test_models.py b/alphabetlearning/payments/tests/test_models.py
index 5f67e01..8c509f5 100644
--- a/pyblackbird_cc/payments/tests/test_models.py
+++ b/alphabetlearning/payments/tests/test_models.py
@@ -5,9 +5,9 @@ from django.core.exceptions import ValidationError
from django.db import IntegrityError
from django.test import RequestFactory
-from pyblackbird_cc.payments.models import ShoppingCart
-from pyblackbird_cc.payments.models import Subscription
-from pyblackbird_cc.payments.models import SubscriptionPlan
+from alphabetlearning.payments.models import ShoppingCart
+from alphabetlearning.payments.models import Subscription
+from alphabetlearning.payments.models import SubscriptionPlan
User = get_user_model()
diff --git a/pyblackbird_cc/payments/tests/test_views.py b/alphabetlearning/payments/tests/test_views.py
index 7d0f8b5..7d0f8b5 100644
--- a/pyblackbird_cc/payments/tests/test_views.py
+++ b/alphabetlearning/payments/tests/test_views.py
diff --git a/pyblackbird_cc/payments/urls.py b/alphabetlearning/payments/urls.py
index 52e2451..52e2451 100644
--- a/pyblackbird_cc/payments/urls.py
+++ b/alphabetlearning/payments/urls.py
diff --git a/pyblackbird_cc/payments/views.py b/alphabetlearning/payments/views.py
index 8c32caa..8337177 100644
--- a/pyblackbird_cc/payments/views.py
+++ b/alphabetlearning/payments/views.py
@@ -7,8 +7,8 @@ from django.shortcuts import render
from django.views import View
from django.views.generic import TemplateView
-from pyblackbird_cc.resources.models import Resource
-from pyblackbird_cc.users.models import User
+from alphabetlearning.resources.models import Resource
+from alphabetlearning.users.models import User
from .models import CartItem
from .models import Price
diff --git a/pyblackbird_cc/resources/__init__.py b/alphabetlearning/resources/__init__.py
index e69de29..e69de29 100644
--- a/pyblackbird_cc/resources/__init__.py
+++ b/alphabetlearning/resources/__init__.py
diff --git a/pyblackbird_cc/resources/admin.py b/alphabetlearning/resources/admin.py
index 0aa0c68..b0e08dc 100644
--- a/pyblackbird_cc/resources/admin.py
+++ b/alphabetlearning/resources/admin.py
@@ -1,12 +1,12 @@
# Register your models here.
from django.contrib import admin
-from pyblackbird_cc.resources.models import PDFPageSnapshot
-from pyblackbird_cc.resources.models import PDFResource
-from pyblackbird_cc.resources.models import Resource
-from pyblackbird_cc.resources.models import ResourceCategory
-from pyblackbird_cc.resources.models import ResourceSubcategory
-from pyblackbird_cc.resources.models import ResourceType
+from alphabetlearning.resources.models import PDFPageSnapshot
+from alphabetlearning.resources.models import PDFResource
+from alphabetlearning.resources.models import Resource
+from alphabetlearning.resources.models import ResourceCategory
+from alphabetlearning.resources.models import ResourceSubcategory
+from alphabetlearning.resources.models import ResourceType
@admin.register(ResourceType)
diff --git a/pyblackbird_cc/resources/apps.py b/alphabetlearning/resources/apps.py
index 2756fc0..44ebd69 100644
--- a/pyblackbird_cc/resources/apps.py
+++ b/alphabetlearning/resources/apps.py
@@ -3,4 +3,4 @@ from django.apps import AppConfig
class ResourcesConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
- name = "pyblackbird_cc.resources"
+ name = "alphabetlearning.resources"
diff --git a/pyblackbird_cc/resources/factories.py b/alphabetlearning/resources/factories.py
index fef8cfb..4075ab1 100644
--- a/pyblackbird_cc/resources/factories.py
+++ b/alphabetlearning/resources/factories.py
@@ -31,7 +31,7 @@ class PDFPageSnapshotModelFactory(factory.django.DjangoModelFactory):
name = factory.Sequence(lambda n: f"pdf_page_snapshot_{n}")
file_name = factory.Sequence(lambda n: f"pdf_page_snapshot_{n}.jpg")
- pdf_file = factory.SubFactory("pyblackbird_cc.resources.factories.PDFResourceModelFactory")
+ pdf_file = factory.SubFactory("alphabetlearning.resources.factories.PDFResourceModelFactory")
class ResourceModelFactory(factory.django.DjangoModelFactory):
diff --git a/pyblackbird_cc/resources/forms.py b/alphabetlearning/resources/forms.py
index 2774da5..35632bd 100644
--- a/pyblackbird_cc/resources/forms.py
+++ b/alphabetlearning/resources/forms.py
@@ -9,10 +9,10 @@ from crispy_forms.layout import Layout
from crispy_forms.layout import Submit
from django import forms
-from pyblackbird_cc.resources.models import Resource
-from pyblackbird_cc.resources.models import ResourceCategory
-from pyblackbird_cc.resources.models import ResourceSubcategory
-from pyblackbird_cc.resources.models import ResourceType
+from alphabetlearning.resources.models import Resource
+from alphabetlearning.resources.models import ResourceCategory
+from alphabetlearning.resources.models import ResourceSubcategory
+from alphabetlearning.resources.models import ResourceType
from .models import AGE_RANGE_CHOICES
from .models import CURRICULUM_CHOICES
diff --git a/pyblackbird_cc/resources/migrations/0001_initial.py b/alphabetlearning/resources/migrations/0001_initial.py
index 812c98f..812c98f 100644
--- a/pyblackbird_cc/resources/migrations/0001_initial.py
+++ b/alphabetlearning/resources/migrations/0001_initial.py
diff --git a/pyblackbird_cc/resources/migrations/0002_alter_resource_additional_resource_category_and_more.py b/alphabetlearning/resources/migrations/0002_alter_resource_additional_resource_category_and_more.py
index 3b70450..3b70450 100644
--- a/pyblackbird_cc/resources/migrations/0002_alter_resource_additional_resource_category_and_more.py
+++ b/alphabetlearning/resources/migrations/0002_alter_resource_additional_resource_category_and_more.py
diff --git a/pyblackbird_cc/resources/migrations/0003_alter_resource_description.py b/alphabetlearning/resources/migrations/0003_alter_resource_description.py
index f0ed99c..f0ed99c 100644
--- a/pyblackbird_cc/resources/migrations/0003_alter_resource_description.py
+++ b/alphabetlearning/resources/migrations/0003_alter_resource_description.py
diff --git a/pyblackbird_cc/resources/migrations/0004_resource_feature_slot_1_resource_feature_slot_2_and_more.py b/alphabetlearning/resources/migrations/0004_resource_feature_slot_1_resource_feature_slot_2_and_more.py
index d595b62..d595b62 100644
--- a/pyblackbird_cc/resources/migrations/0004_resource_feature_slot_1_resource_feature_slot_2_and_more.py
+++ b/alphabetlearning/resources/migrations/0004_resource_feature_slot_1_resource_feature_slot_2_and_more.py
diff --git a/pyblackbird_cc/resources/migrations/0005_rename_feature_slot_1_resource_feature_slot_and_more.py b/alphabetlearning/resources/migrations/0005_rename_feature_slot_1_resource_feature_slot_and_more.py
index 2937c50..2937c50 100644
--- a/pyblackbird_cc/resources/migrations/0005_rename_feature_slot_1_resource_feature_slot_and_more.py
+++ b/alphabetlearning/resources/migrations/0005_rename_feature_slot_1_resource_feature_slot_and_more.py
diff --git a/pyblackbird_cc/resources/migrations/0006_resource_card_description_and_more.py b/alphabetlearning/resources/migrations/0006_resource_card_description_and_more.py
index d343e76..d343e76 100644
--- a/pyblackbird_cc/resources/migrations/0006_resource_card_description_and_more.py
+++ b/alphabetlearning/resources/migrations/0006_resource_card_description_and_more.py
diff --git a/pyblackbird_cc/resources/migrations/0007_alter_resource_feature_slot.py b/alphabetlearning/resources/migrations/0007_alter_resource_feature_slot.py
index c5c17c7..c5c17c7 100644
--- a/pyblackbird_cc/resources/migrations/0007_alter_resource_feature_slot.py
+++ b/alphabetlearning/resources/migrations/0007_alter_resource_feature_slot.py
diff --git a/pyblackbird_cc/resources/migrations/0008_alter_resource_card_description.py b/alphabetlearning/resources/migrations/0008_alter_resource_card_description.py
index 18e5739..18e5739 100644
--- a/pyblackbird_cc/resources/migrations/0008_alter_resource_card_description.py
+++ b/alphabetlearning/resources/migrations/0008_alter_resource_card_description.py
diff --git a/pyblackbird_cc/resources/migrations/0009_alter_resource_feature_slot.py b/alphabetlearning/resources/migrations/0009_alter_resource_feature_slot.py
index ca082d4..ca082d4 100644
--- a/pyblackbird_cc/resources/migrations/0009_alter_resource_feature_slot.py
+++ b/alphabetlearning/resources/migrations/0009_alter_resource_feature_slot.py
diff --git a/pyblackbird_cc/resources/migrations/0010_alter_resource_age_range.py b/alphabetlearning/resources/migrations/0010_alter_resource_age_range.py
index 49c7a2c..49c7a2c 100644
--- a/pyblackbird_cc/resources/migrations/0010_alter_resource_age_range.py
+++ b/alphabetlearning/resources/migrations/0010_alter_resource_age_range.py
diff --git a/pyblackbird_cc/resources/migrations/0011_alter_resource_curriculum.py b/alphabetlearning/resources/migrations/0011_alter_resource_curriculum.py
index 5e1b193..5e1b193 100644
--- a/pyblackbird_cc/resources/migrations/0011_alter_resource_curriculum.py
+++ b/alphabetlearning/resources/migrations/0011_alter_resource_curriculum.py
diff --git a/pyblackbird_cc/resources/migrations/0012_resourcecategory_colour_css_class.py b/alphabetlearning/resources/migrations/0012_resourcecategory_colour_css_class.py
index b48ba61..b48ba61 100644
--- a/pyblackbird_cc/resources/migrations/0012_resourcecategory_colour_css_class.py
+++ b/alphabetlearning/resources/migrations/0012_resourcecategory_colour_css_class.py
diff --git a/pyblackbird_cc/resources/migrations/0013_resourcecategory_badge_foreground_colour.py b/alphabetlearning/resources/migrations/0013_resourcecategory_badge_foreground_colour.py
index 7644a5c..7644a5c 100644
--- a/pyblackbird_cc/resources/migrations/0013_resourcecategory_badge_foreground_colour.py
+++ b/alphabetlearning/resources/migrations/0013_resourcecategory_badge_foreground_colour.py
diff --git a/pyblackbird_cc/resources/migrations/0014_remove_resource_additional_resource_category_and_more.py b/alphabetlearning/resources/migrations/0014_remove_resource_additional_resource_category_and_more.py
index 7573bf2..7573bf2 100644
--- a/pyblackbird_cc/resources/migrations/0014_remove_resource_additional_resource_category_and_more.py
+++ b/alphabetlearning/resources/migrations/0014_remove_resource_additional_resource_category_and_more.py
diff --git a/pyblackbird_cc/resources/migrations/0015_resourcesubcategory.py b/alphabetlearning/resources/migrations/0015_resourcesubcategory.py
index 3eaada4..3eaada4 100644
--- a/pyblackbird_cc/resources/migrations/0015_resourcesubcategory.py
+++ b/alphabetlearning/resources/migrations/0015_resourcesubcategory.py
diff --git a/pyblackbird_cc/resources/migrations/0016_alter_resourcesubcategory_options_and_more.py b/alphabetlearning/resources/migrations/0016_alter_resourcesubcategory_options_and_more.py
index 77a3f27..77a3f27 100644
--- a/pyblackbird_cc/resources/migrations/0016_alter_resourcesubcategory_options_and_more.py
+++ b/alphabetlearning/resources/migrations/0016_alter_resourcesubcategory_options_and_more.py
diff --git a/pyblackbird_cc/resources/migrations/0017_rename_additional_resource_category_resource_subcategories.py b/alphabetlearning/resources/migrations/0017_rename_additional_resource_category_resource_subcategories.py
index bc4d1e4..bc4d1e4 100644
--- a/pyblackbird_cc/resources/migrations/0017_rename_additional_resource_category_resource_subcategories.py
+++ b/alphabetlearning/resources/migrations/0017_rename_additional_resource_category_resource_subcategories.py
diff --git a/pyblackbird_cc/resources/migrations/0018_alter_resource_subcategories.py b/alphabetlearning/resources/migrations/0018_alter_resource_subcategories.py
index c981512..c981512 100644
--- a/pyblackbird_cc/resources/migrations/0018_alter_resource_subcategories.py
+++ b/alphabetlearning/resources/migrations/0018_alter_resource_subcategories.py
diff --git a/pyblackbird_cc/resources/migrations/0019_alter_pdfpagesnapshot_options_and_more.py b/alphabetlearning/resources/migrations/0019_alter_pdfpagesnapshot_options_and_more.py
index 511d747..511d747 100644
--- a/pyblackbird_cc/resources/migrations/0019_alter_pdfpagesnapshot_options_and_more.py
+++ b/alphabetlearning/resources/migrations/0019_alter_pdfpagesnapshot_options_and_more.py
diff --git a/pyblackbird_cc/resources/migrations/__init__.py b/alphabetlearning/resources/migrations/__init__.py
index e69de29..e69de29 100644
--- a/pyblackbird_cc/resources/migrations/__init__.py
+++ b/alphabetlearning/resources/migrations/__init__.py
diff --git a/pyblackbird_cc/resources/models.py b/alphabetlearning/resources/models.py
index 3dfad06..3dfad06 100644
--- a/pyblackbird_cc/resources/models.py
+++ b/alphabetlearning/resources/models.py
diff --git a/pyblackbird_cc/resources/s3.py b/alphabetlearning/resources/s3.py
index 3693b55..af367e2 100644
--- a/pyblackbird_cc/resources/s3.py
+++ b/alphabetlearning/resources/s3.py
@@ -7,7 +7,7 @@ from boto3 import Session
from botocore.exceptions import ClientError
from django.conf import settings
-from pyblackbird_cc.resources.utils import _get_pdf_collection_type
+from alphabetlearning.resources.utils import _get_pdf_collection_type
logger = logging.getLogger(__name__)
diff --git a/pyblackbird_cc/resources/services.py b/alphabetlearning/resources/services.py
index 03c53af..03c53af 100644
--- a/pyblackbird_cc/resources/services.py
+++ b/alphabetlearning/resources/services.py
diff --git a/pyblackbird_cc/resources/templatetags/__init__.py b/alphabetlearning/resources/templatetags/__init__.py
index e69de29..e69de29 100644
--- a/pyblackbird_cc/resources/templatetags/__init__.py
+++ b/alphabetlearning/resources/templatetags/__init__.py
diff --git a/pyblackbird_cc/resources/templatetags/markdown_extras.py b/alphabetlearning/resources/templatetags/markdown_extras.py
index 400948a..400948a 100644
--- a/pyblackbird_cc/resources/templatetags/markdown_extras.py
+++ b/alphabetlearning/resources/templatetags/markdown_extras.py
diff --git a/pyblackbird_cc/resources/tests/__init__.py b/alphabetlearning/resources/tests/__init__.py
index e69de29..e69de29 100644
--- a/pyblackbird_cc/resources/tests/__init__.py
+++ b/alphabetlearning/resources/tests/__init__.py
diff --git a/pyblackbird_cc/resources/tests/test_file_processing.py b/alphabetlearning/resources/tests/test_file_processing.py
index 7b95a9d..e09a135 100644
--- a/pyblackbird_cc/resources/tests/test_file_processing.py
+++ b/alphabetlearning/resources/tests/test_file_processing.py
@@ -28,7 +28,7 @@ class PDFFileUploadTestCase(TestCase):
def setUp(self):
self.url = reverse("resources:create_resource")
self.test_file_path = Path(
- settings.BASE_DIR / "pyblackbird_cc" / "resources/tests/testdata/test_small_file.pdf"
+ settings.BASE_DIR / "alphabetlearning" / "resources/tests/testdata/test_small_file.pdf"
)
# Create a test user
diff --git a/pyblackbird_cc/resources/tests/test_forms.py b/alphabetlearning/resources/tests/test_forms.py
index 318071d..aebc110 100644
--- a/pyblackbird_cc/resources/tests/test_forms.py
+++ b/alphabetlearning/resources/tests/test_forms.py
@@ -4,10 +4,10 @@ from django.db import IntegrityError
from django.test import TestCase
from django.utils.datastructures import MultiValueDict
-from pyblackbird_cc.resources.factories import ResourceModelFactory
-from pyblackbird_cc.resources.forms import ResourceCreateForm
-from pyblackbird_cc.resources.models import ResourceCategory
-from pyblackbird_cc.resources.models import ResourceType
+from alphabetlearning.resources.factories import ResourceModelFactory
+from alphabetlearning.resources.forms import ResourceCreateForm
+from alphabetlearning.resources.models import ResourceCategory
+from alphabetlearning.resources.models import ResourceType
class ResourceCreateFormTest(TestCase):
diff --git a/pyblackbird_cc/resources/tests/test_models.py b/alphabetlearning/resources/tests/test_models.py
index bfc5a38..0fd589a 100644
--- a/pyblackbird_cc/resources/tests/test_models.py
+++ b/alphabetlearning/resources/tests/test_models.py
@@ -5,15 +5,15 @@ import pytest
from django.db import IntegrityError
from django.test import TestCase
-from pyblackbird_cc.resources.factories import PDFPageSnapshotModelFactory
-from pyblackbird_cc.resources.factories import ResourceModelFactory
-from pyblackbird_cc.resources.models import PDFPageSnapshot
-from pyblackbird_cc.resources.models import PDFResource
-from pyblackbird_cc.resources.models import Resource
-from pyblackbird_cc.resources.models import ResourceCategory
-from pyblackbird_cc.resources.models import ResourceType
-from pyblackbird_cc.resources.views import ResourceInfo
-from pyblackbird_cc.resources.views import _extract_metadata_from_resource
+from alphabetlearning.resources.factories import PDFPageSnapshotModelFactory
+from alphabetlearning.resources.factories import ResourceModelFactory
+from alphabetlearning.resources.models import PDFPageSnapshot
+from alphabetlearning.resources.models import PDFResource
+from alphabetlearning.resources.models import Resource
+from alphabetlearning.resources.models import ResourceCategory
+from alphabetlearning.resources.models import ResourceType
+from alphabetlearning.resources.views import ResourceInfo
+from alphabetlearning.resources.views import _extract_metadata_from_resource
@pytest.mark.django_db()
@@ -118,4 +118,3 @@ def test_get_urls_of_resource_snapshot_images(resource):
assert len(resource.thumbnail_filenames) == 3
# crude but it does the job; concatenating a list of URLS into one long sting...
assert "https://ams3.digitaloceanspaces.com" in "".join(resource.thumbnail_urls())
-
diff --git a/pyblackbird_cc/resources/tests/test_views.py b/alphabetlearning/resources/tests/test_views.py
index 87b9fc0..b57e79d 100644
--- a/pyblackbird_cc/resources/tests/test_views.py
+++ b/alphabetlearning/resources/tests/test_views.py
@@ -10,11 +10,11 @@ from django.test import RequestFactory
from django.test import TestCase
from django.urls import reverse
-from pyblackbird_cc.resources import services
-from pyblackbird_cc.resources.forms import ResourceCreateForm
-from pyblackbird_cc.resources.models import ResourceCategory
-from pyblackbird_cc.resources.models import ResourceType
-from pyblackbird_cc.resources.views import create_resource
+from alphabetlearning.resources import services
+from alphabetlearning.resources.forms import ResourceCreateForm
+from alphabetlearning.resources.models import ResourceCategory
+from alphabetlearning.resources.models import ResourceType
+from alphabetlearning.resources.views import create_resource
pytestmark = pytest.mark.django_db
@@ -48,10 +48,10 @@ class PDFFileUploadTestCase(TestCase):
def setUp(self):
self.url = reverse("resources:create_resource")
self.two_page_pdf = Path(
- settings.BASE_DIR / "pyblackbird_cc" / "resources/tests/testdata/two_page.pdf"
+ settings.BASE_DIR / "alphabetlearning" / "resources/tests/testdata/two_page.pdf"
)
self.seven_page_pdf = Path(
- settings.BASE_DIR / "pyblackbird_cc" / "resources/tests/testdata/seven_page.pdf"
+ settings.BASE_DIR / "alphabetlearning" / "resources/tests/testdata/seven_page.pdf"
)
# Create a test user
diff --git a/pyblackbird_cc/resources/tests/testdata/seven_page.pdf b/alphabetlearning/resources/tests/testdata/seven_page.pdf
index 991a26d..991a26d 100644
--- a/pyblackbird_cc/resources/tests/testdata/seven_page.pdf
+++ b/alphabetlearning/resources/tests/testdata/seven_page.pdf
Binary files differ
diff --git a/pyblackbird_cc/resources/tests/testdata/test_small_file.pdf b/alphabetlearning/resources/tests/testdata/test_small_file.pdf
index 9a990c8..9a990c8 100644
--- a/pyblackbird_cc/resources/tests/testdata/test_small_file.pdf
+++ b/alphabetlearning/resources/tests/testdata/test_small_file.pdf
Binary files differ
diff --git a/pyblackbird_cc/resources/tests/testdata/two_page.pdf b/alphabetlearning/resources/tests/testdata/two_page.pdf
index 9c74944..9c74944 100644
--- a/pyblackbird_cc/resources/tests/testdata/two_page.pdf
+++ b/alphabetlearning/resources/tests/testdata/two_page.pdf
Binary files differ
diff --git a/pyblackbird_cc/resources/urls.py b/alphabetlearning/resources/urls.py
index 87cd3b0..87cd3b0 100644
--- a/pyblackbird_cc/resources/urls.py
+++ b/alphabetlearning/resources/urls.py
diff --git a/pyblackbird_cc/resources/utils.py b/alphabetlearning/resources/utils.py
index d17aa69..d17aa69 100644
--- a/pyblackbird_cc/resources/utils.py
+++ b/alphabetlearning/resources/utils.py
diff --git a/pyblackbird_cc/resources/views.py b/alphabetlearning/resources/views.py
index 3bf3d22..3bf3d22 100644
--- a/pyblackbird_cc/resources/views.py
+++ b/alphabetlearning/resources/views.py
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-grid.css b/alphabetlearning/static/bootstrap/css/bootstrap-grid.css
index 7314c0b..7314c0b 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-grid.css
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-grid.css
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-grid.css.map b/alphabetlearning/static/bootstrap/css/bootstrap-grid.css.map
index 7783349..7783349 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-grid.css.map
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-grid.css.map
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-grid.min.css b/alphabetlearning/static/bootstrap/css/bootstrap-grid.min.css
index 177c442..177c442 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-grid.min.css
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-grid.min.css
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-grid.min.css.map b/alphabetlearning/static/bootstrap/css/bootstrap-grid.min.css.map
index 930a5bd..930a5bd 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-grid.min.css.map
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-grid.min.css.map
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-grid.rtl.css b/alphabetlearning/static/bootstrap/css/bootstrap-grid.rtl.css
index 076e768..076e768 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-grid.rtl.css
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-grid.rtl.css
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-grid.rtl.css.map b/alphabetlearning/static/bootstrap/css/bootstrap-grid.rtl.css.map
index ce87f92..ce87f92 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-grid.rtl.css.map
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-grid.rtl.css.map
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-grid.rtl.min.css b/alphabetlearning/static/bootstrap/css/bootstrap-grid.rtl.min.css
index afc8d67..afc8d67 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-grid.rtl.min.css
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-grid.rtl.min.css
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-grid.rtl.min.css.map b/alphabetlearning/static/bootstrap/css/bootstrap-grid.rtl.min.css.map
index 9138d60..9138d60 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-grid.rtl.min.css.map
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-grid.rtl.min.css.map
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.css b/alphabetlearning/static/bootstrap/css/bootstrap-reboot.css
index 3c1a5f2..3c1a5f2 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.css
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-reboot.css
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.css.map b/alphabetlearning/static/bootstrap/css/bootstrap-reboot.css.map
index 15fe044..15fe044 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.css.map
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-reboot.css.map
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.min.css b/alphabetlearning/static/bootstrap/css/bootstrap-reboot.min.css
index 0189223..0189223 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.min.css
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-reboot.min.css
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.min.css.map b/alphabetlearning/static/bootstrap/css/bootstrap-reboot.min.css.map
index 88e9726..88e9726 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.min.css.map
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-reboot.min.css.map
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.rtl.css b/alphabetlearning/static/bootstrap/css/bootstrap-reboot.rtl.css
index ec98e96..ec98e96 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.rtl.css
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-reboot.rtl.css
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.rtl.css.map b/alphabetlearning/static/bootstrap/css/bootstrap-reboot.rtl.css.map
index 2f2f15c..2f2f15c 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.rtl.css.map
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-reboot.rtl.css.map
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.rtl.min.css b/alphabetlearning/static/bootstrap/css/bootstrap-reboot.rtl.min.css
index f38ab5f..f38ab5f 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.rtl.min.css
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-reboot.rtl.min.css
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.rtl.min.css.map b/alphabetlearning/static/bootstrap/css/bootstrap-reboot.rtl.min.css.map
index d9427ce..d9427ce 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-reboot.rtl.min.css.map
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-reboot.rtl.min.css.map
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.css b/alphabetlearning/static/bootstrap/css/bootstrap-utilities.css
index 1be6f59..1be6f59 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.css
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-utilities.css
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.css.map b/alphabetlearning/static/bootstrap/css/bootstrap-utilities.css.map
index fd39efc..fd39efc 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.css.map
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-utilities.css.map
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.min.css b/alphabetlearning/static/bootstrap/css/bootstrap-utilities.min.css
index 29a6f60..29a6f60 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.min.css
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-utilities.min.css
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.min.css.map b/alphabetlearning/static/bootstrap/css/bootstrap-utilities.min.css.map
index aa428cc..aa428cc 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.min.css.map
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-utilities.min.css.map
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.rtl.css b/alphabetlearning/static/bootstrap/css/bootstrap-utilities.rtl.css
index f711034..f711034 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.rtl.css
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-utilities.rtl.css
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.rtl.css.map b/alphabetlearning/static/bootstrap/css/bootstrap-utilities.rtl.css.map
index f6a09ab..f6a09ab 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.rtl.css.map
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-utilities.rtl.css.map
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.rtl.min.css b/alphabetlearning/static/bootstrap/css/bootstrap-utilities.rtl.min.css
index ce29f8c..ce29f8c 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.rtl.min.css
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-utilities.rtl.min.css
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.rtl.min.css.map b/alphabetlearning/static/bootstrap/css/bootstrap-utilities.rtl.min.css.map
index d8aef96..d8aef96 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap-utilities.rtl.min.css.map
+++ b/alphabetlearning/static/bootstrap/css/bootstrap-utilities.rtl.min.css.map
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap.css b/alphabetlearning/static/bootstrap/css/bootstrap.css
index 6eaf81e..6eaf81e 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap.css
+++ b/alphabetlearning/static/bootstrap/css/bootstrap.css
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap.css.map b/alphabetlearning/static/bootstrap/css/bootstrap.css.map
index eae0829..eae0829 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap.css.map
+++ b/alphabetlearning/static/bootstrap/css/bootstrap.css.map
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap.min.css b/alphabetlearning/static/bootstrap/css/bootstrap.min.css
index 2d41700..2d41700 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap.min.css
+++ b/alphabetlearning/static/bootstrap/css/bootstrap.min.css
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap.min.css.map b/alphabetlearning/static/bootstrap/css/bootstrap.min.css.map
index bdaf25a..bdaf25a 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap.min.css.map
+++ b/alphabetlearning/static/bootstrap/css/bootstrap.min.css.map
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap.rtl.css b/alphabetlearning/static/bootstrap/css/bootstrap.rtl.css
index abeff34..abeff34 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap.rtl.css
+++ b/alphabetlearning/static/bootstrap/css/bootstrap.rtl.css
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap.rtl.css.map b/alphabetlearning/static/bootstrap/css/bootstrap.rtl.css.map
index 32c54dd..32c54dd 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap.rtl.css.map
+++ b/alphabetlearning/static/bootstrap/css/bootstrap.rtl.css.map
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap.rtl.min.css b/alphabetlearning/static/bootstrap/css/bootstrap.rtl.min.css
index 26f8caa..26f8caa 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap.rtl.min.css
+++ b/alphabetlearning/static/bootstrap/css/bootstrap.rtl.min.css
diff --git a/pyblackbird_cc/static/bootstrap/css/bootstrap.rtl.min.css.map b/alphabetlearning/static/bootstrap/css/bootstrap.rtl.min.css.map
index 452e794..452e794 100644
--- a/pyblackbird_cc/static/bootstrap/css/bootstrap.rtl.min.css.map
+++ b/alphabetlearning/static/bootstrap/css/bootstrap.rtl.min.css.map
diff --git a/pyblackbird_cc/static/bootstrap/js/bootstrap.bundle.js b/alphabetlearning/static/bootstrap/js/bootstrap.bundle.js
index d6ce66f..d6ce66f 100644
--- a/pyblackbird_cc/static/bootstrap/js/bootstrap.bundle.js
+++ b/alphabetlearning/static/bootstrap/js/bootstrap.bundle.js
diff --git a/pyblackbird_cc/static/bootstrap/js/bootstrap.bundle.js.map b/alphabetlearning/static/bootstrap/js/bootstrap.bundle.js.map
index f371a9a..f371a9a 100644
--- a/pyblackbird_cc/static/bootstrap/js/bootstrap.bundle.js.map
+++ b/alphabetlearning/static/bootstrap/js/bootstrap.bundle.js.map
diff --git a/pyblackbird_cc/static/bootstrap/js/bootstrap.bundle.min.js b/alphabetlearning/static/bootstrap/js/bootstrap.bundle.min.js
index 8a8cfb6..8a8cfb6 100644
--- a/pyblackbird_cc/static/bootstrap/js/bootstrap.bundle.min.js
+++ b/alphabetlearning/static/bootstrap/js/bootstrap.bundle.min.js
diff --git a/pyblackbird_cc/static/bootstrap/js/bootstrap.bundle.min.js.map b/alphabetlearning/static/bootstrap/js/bootstrap.bundle.min.js.map
index e76d7e8..e76d7e8 100644
--- a/pyblackbird_cc/static/bootstrap/js/bootstrap.bundle.min.js.map
+++ b/alphabetlearning/static/bootstrap/js/bootstrap.bundle.min.js.map
diff --git a/pyblackbird_cc/static/bootstrap/js/bootstrap.esm.js b/alphabetlearning/static/bootstrap/js/bootstrap.esm.js
index 92ead78..92ead78 100644
--- a/pyblackbird_cc/static/bootstrap/js/bootstrap.esm.js
+++ b/alphabetlearning/static/bootstrap/js/bootstrap.esm.js
diff --git a/pyblackbird_cc/static/bootstrap/js/bootstrap.esm.js.map b/alphabetlearning/static/bootstrap/js/bootstrap.esm.js.map
index 0e9c544..0e9c544 100644
--- a/pyblackbird_cc/static/bootstrap/js/bootstrap.esm.js.map
+++ b/alphabetlearning/static/bootstrap/js/bootstrap.esm.js.map
diff --git a/pyblackbird_cc/static/bootstrap/js/bootstrap.esm.min.js b/alphabetlearning/static/bootstrap/js/bootstrap.esm.min.js
index f4f7272..f4f7272 100644
--- a/pyblackbird_cc/static/bootstrap/js/bootstrap.esm.min.js
+++ b/alphabetlearning/static/bootstrap/js/bootstrap.esm.min.js
diff --git a/pyblackbird_cc/static/bootstrap/js/bootstrap.esm.min.js.map b/alphabetlearning/static/bootstrap/js/bootstrap.esm.min.js.map
index f987aeb..f987aeb 100644
--- a/pyblackbird_cc/static/bootstrap/js/bootstrap.esm.min.js.map
+++ b/alphabetlearning/static/bootstrap/js/bootstrap.esm.min.js.map
diff --git a/pyblackbird_cc/static/bootstrap/js/bootstrap.js b/alphabetlearning/static/bootstrap/js/bootstrap.js
index 200fd96..200fd96 100644
--- a/pyblackbird_cc/static/bootstrap/js/bootstrap.js
+++ b/alphabetlearning/static/bootstrap/js/bootstrap.js
diff --git a/pyblackbird_cc/static/bootstrap/js/bootstrap.js.map b/alphabetlearning/static/bootstrap/js/bootstrap.js.map
index cfa9fa3..cfa9fa3 100644
--- a/pyblackbird_cc/static/bootstrap/js/bootstrap.js.map
+++ b/alphabetlearning/static/bootstrap/js/bootstrap.js.map
diff --git a/pyblackbird_cc/static/bootstrap/js/bootstrap.min.js b/alphabetlearning/static/bootstrap/js/bootstrap.min.js
index ae57603..ae57603 100644
--- a/pyblackbird_cc/static/bootstrap/js/bootstrap.min.js
+++ b/alphabetlearning/static/bootstrap/js/bootstrap.min.js
diff --git a/pyblackbird_cc/static/bootstrap/js/bootstrap.min.js.map b/alphabetlearning/static/bootstrap/js/bootstrap.min.js.map
index 20f17e5..20f17e5 100644
--- a/pyblackbird_cc/static/bootstrap/js/bootstrap.min.js.map
+++ b/alphabetlearning/static/bootstrap/js/bootstrap.min.js.map
diff --git a/alphabetlearning/static/bootstrap/scss/_accordion.scss b/alphabetlearning/static/bootstrap/scss/_accordion.scss
new file mode 100644
index 0000000..fc62ceb
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_accordion.scss
@@ -0,0 +1,118 @@
+//
+// Base styles
+//
+
+.accordion-button {
+ position: relative;
+ display: flex;
+ align-items: center;
+ width: 100%;
+ padding: $accordion-button-padding-y $accordion-button-padding-x;
+ @include font-size($font-size-base);
+ color: $accordion-button-color;
+ text-align: left; // Reset button style
+ background-color: $accordion-button-bg;
+ border: 0;
+ @include border-radius(0);
+ overflow-anchor: none;
+ @include transition($accordion-transition);
+
+ &:not(.collapsed) {
+ color: $accordion-button-active-color;
+ background-color: $accordion-button-active-bg;
+ box-shadow: inset 0 ($accordion-border-width * -1) 0 $accordion-border-color;
+
+ &::after {
+ background-image: escape-svg($accordion-button-active-icon);
+ transform: $accordion-icon-transform;
+ }
+ }
+
+ // Accordion icon
+ &::after {
+ flex-shrink: 0;
+ width: $accordion-icon-width;
+ height: $accordion-icon-width;
+ margin-left: auto;
+ content: "";
+ background-image: escape-svg($accordion-button-icon);
+ background-repeat: no-repeat;
+ background-size: $accordion-icon-width;
+ @include transition($accordion-icon-transition);
+ }
+
+ &:hover {
+ z-index: 2;
+ }
+
+ &:focus {
+ z-index: 3;
+ border-color: $accordion-button-focus-border-color;
+ outline: 0;
+ box-shadow: $accordion-button-focus-box-shadow;
+ }
+}
+
+.accordion-header {
+ margin-bottom: 0;
+}
+
+.accordion-item {
+ background-color: $accordion-bg;
+ border: $accordion-border-width solid $accordion-border-color;
+
+ &:first-of-type {
+ @include border-top-radius($accordion-border-radius);
+
+ .accordion-button {
+ @include border-top-radius($accordion-inner-border-radius);
+ }
+ }
+
+ &:not(:first-of-type) {
+ border-top: 0;
+ }
+
+ // Only set a border-radius on the last item if the accordion is collapsed
+ &:last-of-type {
+ @include border-bottom-radius($accordion-border-radius);
+
+ .accordion-button {
+ &.collapsed {
+ @include border-bottom-radius($accordion-inner-border-radius);
+ }
+ }
+
+ .accordion-collapse {
+ @include border-bottom-radius($accordion-border-radius);
+ }
+ }
+}
+
+.accordion-body {
+ padding: $accordion-body-padding-y $accordion-body-padding-x;
+}
+
+
+// Flush accordion items
+//
+// Remove borders and border-radius to keep accordion items edge-to-edge.
+
+.accordion-flush {
+ .accordion-collapse {
+ border-width: 0;
+ }
+
+ .accordion-item {
+ border-right: 0;
+ border-left: 0;
+ @include border-radius(0);
+
+ &:first-child { border-top: 0; }
+ &:last-child { border-bottom: 0; }
+
+ .accordion-button {
+ @include border-radius(0);
+ }
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_alert.scss b/alphabetlearning/static/bootstrap/scss/_alert.scss
new file mode 100644
index 0000000..34f1e84
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_alert.scss
@@ -0,0 +1,57 @@
+//
+// Base styles
+//
+
+.alert {
+ position: relative;
+ padding: $alert-padding-y $alert-padding-x;
+ margin-bottom: $alert-margin-bottom;
+ border: $alert-border-width solid transparent;
+ @include border-radius($alert-border-radius);
+}
+
+// Headings for larger alerts
+.alert-heading {
+ // Specified to prevent conflicts of changing $headings-color
+ color: inherit;
+}
+
+// Provide class for links that match alerts
+.alert-link {
+ font-weight: $alert-link-font-weight;
+}
+
+
+// Dismissible alerts
+//
+// Expand the right padding and account for the close button's positioning.
+
+.alert-dismissible {
+ padding-right: $alert-dismissible-padding-r;
+
+ // Adjust close link position
+ .btn-close {
+ position: absolute;
+ top: 0;
+ right: 0;
+ z-index: $stretched-link-z-index + 1;
+ padding: $alert-padding-y * 1.25 $alert-padding-x;
+ }
+}
+
+
+// scss-docs-start alert-modifiers
+// Generate contextual modifier classes for colorizing the alert.
+
+@each $state, $value in $theme-colors {
+ $alert-background: shift-color($value, $alert-bg-scale);
+ $alert-border: shift-color($value, $alert-border-scale);
+ $alert-color: shift-color($value, $alert-color-scale);
+ @if (contrast-ratio($alert-background, $alert-color) < $min-contrast-ratio) {
+ $alert-color: mix($value, color-contrast($alert-background), abs($alert-color-scale));
+ }
+ .alert-#{$state} {
+ @include alert-variant($alert-background, $alert-border, $alert-color);
+ }
+}
+// scss-docs-end alert-modifiers
diff --git a/alphabetlearning/static/bootstrap/scss/_badge.scss b/alphabetlearning/static/bootstrap/scss/_badge.scss
new file mode 100644
index 0000000..08df1b8
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_badge.scss
@@ -0,0 +1,29 @@
+// Base class
+//
+// Requires one of the contextual, color modifier classes for `color` and
+// `background-color`.
+
+.badge {
+ display: inline-block;
+ padding: $badge-padding-y $badge-padding-x;
+ @include font-size($badge-font-size);
+ font-weight: $badge-font-weight;
+ line-height: 1;
+ color: $badge-color;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: baseline;
+ @include border-radius($badge-border-radius);
+ @include gradient-bg();
+
+ // Empty badges collapse automatically
+ &:empty {
+ display: none;
+ }
+}
+
+// Quick fix for badges in buttons
+.btn .badge {
+ position: relative;
+ top: -1px;
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_breadcrumb.scss b/alphabetlearning/static/bootstrap/scss/_breadcrumb.scss
new file mode 100644
index 0000000..f7fafe7
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_breadcrumb.scss
@@ -0,0 +1,28 @@
+.breadcrumb {
+ display: flex;
+ flex-wrap: wrap;
+ padding: $breadcrumb-padding-y $breadcrumb-padding-x;
+ margin-bottom: $breadcrumb-margin-bottom;
+ @include font-size($breadcrumb-font-size);
+ list-style: none;
+ background-color: $breadcrumb-bg;
+ @include border-radius($breadcrumb-border-radius);
+}
+
+.breadcrumb-item {
+ // The separator between breadcrumbs (by default, a forward-slash: "/")
+ + .breadcrumb-item {
+ padding-left: $breadcrumb-item-padding-x;
+
+ &::before {
+ float: left; // Suppress inline spacings and underlining of the separator
+ padding-right: $breadcrumb-item-padding-x;
+ color: $breadcrumb-divider-color;
+ content: var(--#{$variable-prefix}breadcrumb-divider, escape-svg($breadcrumb-divider)) #{"/* rtl:"} var(--#{$variable-prefix}breadcrumb-divider, escape-svg($breadcrumb-divider-flipped)) #{"*/"};
+ }
+ }
+
+ &.active {
+ color: $breadcrumb-active-color;
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_button-group.scss b/alphabetlearning/static/bootstrap/scss/_button-group.scss
new file mode 100644
index 0000000..13aa056
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_button-group.scss
@@ -0,0 +1,139 @@
+// Make the div behave like a button
+.btn-group,
+.btn-group-vertical {
+ position: relative;
+ display: inline-flex;
+ vertical-align: middle; // match .btn alignment given font-size hack above
+
+ > .btn {
+ position: relative;
+ flex: 1 1 auto;
+ }
+
+ // Bring the hover, focused, and "active" buttons to the front to overlay
+ // the borders properly
+ > .btn-check:checked + .btn,
+ > .btn-check:focus + .btn,
+ > .btn:hover,
+ > .btn:focus,
+ > .btn:active,
+ > .btn.active {
+ z-index: 1;
+ }
+}
+
+// Optional: Group multiple button groups together for a toolbar
+.btn-toolbar {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: flex-start;
+
+ .input-group {
+ width: auto;
+ }
+}
+
+.btn-group {
+ // Prevent double borders when buttons are next to each other
+ > .btn:not(:first-child),
+ > .btn-group:not(:first-child) {
+ margin-left: -$btn-border-width;
+ }
+
+ // Reset rounded corners
+ > .btn:not(:last-child):not(.dropdown-toggle),
+ > .btn-group:not(:last-child) > .btn {
+ @include border-end-radius(0);
+ }
+
+ // The left radius should be 0 if the button is:
+ // - the "third or more" child
+ // - the second child and the previous element isn't `.btn-check` (making it the first child visually)
+ // - part of a btn-group which isn't the first child
+ > .btn:nth-child(n + 3),
+ > :not(.btn-check) + .btn,
+ > .btn-group:not(:first-child) > .btn {
+ @include border-start-radius(0);
+ }
+}
+
+// Sizing
+//
+// Remix the default button sizing classes into new ones for easier manipulation.
+
+.btn-group-sm > .btn { @extend .btn-sm; }
+.btn-group-lg > .btn { @extend .btn-lg; }
+
+
+//
+// Split button dropdowns
+//
+
+.dropdown-toggle-split {
+ padding-right: $btn-padding-x * .75;
+ padding-left: $btn-padding-x * .75;
+
+ &::after,
+ .dropup &::after,
+ .dropend &::after {
+ margin-left: 0;
+ }
+
+ .dropstart &::before {
+ margin-right: 0;
+ }
+}
+
+.btn-sm + .dropdown-toggle-split {
+ padding-right: $btn-padding-x-sm * .75;
+ padding-left: $btn-padding-x-sm * .75;
+}
+
+.btn-lg + .dropdown-toggle-split {
+ padding-right: $btn-padding-x-lg * .75;
+ padding-left: $btn-padding-x-lg * .75;
+}
+
+
+// The clickable button for toggling the menu
+// Set the same inset shadow as the :active state
+.btn-group.show .dropdown-toggle {
+ @include box-shadow($btn-active-box-shadow);
+
+ // Show no shadow for `.btn-link` since it has no other button styles.
+ &.btn-link {
+ @include box-shadow(none);
+ }
+}
+
+
+//
+// Vertical button groups
+//
+
+.btn-group-vertical {
+ flex-direction: column;
+ align-items: flex-start;
+ justify-content: center;
+
+ > .btn,
+ > .btn-group {
+ width: 100%;
+ }
+
+ > .btn:not(:first-child),
+ > .btn-group:not(:first-child) {
+ margin-top: -$btn-border-width;
+ }
+
+ // Reset rounded corners
+ > .btn:not(:last-child):not(.dropdown-toggle),
+ > .btn-group:not(:last-child) > .btn {
+ @include border-bottom-radius(0);
+ }
+
+ > .btn ~ .btn,
+ > .btn-group:not(:first-child) > .btn {
+ @include border-top-radius(0);
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_buttons.scss b/alphabetlearning/static/bootstrap/scss/_buttons.scss
new file mode 100644
index 0000000..ee4287c
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_buttons.scss
@@ -0,0 +1,111 @@
+//
+// Base styles
+//
+
+.btn {
+ display: inline-block;
+ font-family: $btn-font-family;
+ font-weight: $btn-font-weight;
+ line-height: $btn-line-height;
+ color: $body-color;
+ text-align: center;
+ text-decoration: if($link-decoration == none, null, none);
+ white-space: $btn-white-space;
+ vertical-align: middle;
+ cursor: if($enable-button-pointers, pointer, null);
+ user-select: none;
+ background-color: transparent;
+ border: $btn-border-width solid transparent;
+ @include button-size($btn-padding-y, $btn-padding-x, $btn-font-size, $btn-border-radius);
+ @include transition($btn-transition);
+
+ &:hover {
+ color: $body-color;
+ text-decoration: if($link-hover-decoration == underline, none, null);
+ }
+
+ .btn-check:focus + &,
+ &:focus {
+ outline: 0;
+ box-shadow: $btn-focus-box-shadow;
+ }
+
+ .btn-check:checked + &,
+ .btn-check:active + &,
+ &:active,
+ &.active {
+ @include box-shadow($btn-active-box-shadow);
+
+ &:focus {
+ @include box-shadow($btn-focus-box-shadow, $btn-active-box-shadow);
+ }
+ }
+
+ &:disabled,
+ &.disabled,
+ fieldset:disabled & {
+ pointer-events: none;
+ opacity: $btn-disabled-opacity;
+ @include box-shadow(none);
+ }
+}
+
+
+//
+// Alternate buttons
+//
+
+// scss-docs-start btn-variant-loops
+@each $color, $value in $theme-colors {
+ .btn-#{$color} {
+ @include button-variant($value, $value);
+ }
+}
+
+@each $color, $value in $theme-colors {
+ .btn-outline-#{$color} {
+ @include button-outline-variant($value);
+ }
+}
+// scss-docs-end btn-variant-loops
+
+
+//
+// Link buttons
+//
+
+// Make a button look and behave like a link
+.btn-link {
+ font-weight: $font-weight-normal;
+ color: $btn-link-color;
+ text-decoration: $link-decoration;
+
+ &:hover {
+ color: $btn-link-hover-color;
+ text-decoration: $link-hover-decoration;
+ }
+
+ &:focus {
+ text-decoration: $link-hover-decoration;
+ }
+
+ &:disabled,
+ &.disabled {
+ color: $btn-link-disabled-color;
+ }
+
+ // No need for an active state here
+}
+
+
+//
+// Button Sizes
+//
+
+.btn-lg {
+ @include button-size($btn-padding-y-lg, $btn-padding-x-lg, $btn-font-size-lg, $btn-border-radius-lg);
+}
+
+.btn-sm {
+ @include button-size($btn-padding-y-sm, $btn-padding-x-sm, $btn-font-size-sm, $btn-border-radius-sm);
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_card.scss b/alphabetlearning/static/bootstrap/scss/_card.scss
new file mode 100644
index 0000000..b077858
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_card.scss
@@ -0,0 +1,215 @@
+//
+// Base styles
+//
+
+.card {
+ position: relative;
+ display: flex;
+ flex-direction: column;
+ min-width: 0; // See https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106
+ height: $card-height;
+ word-wrap: break-word;
+ background-color: $card-bg;
+ background-clip: border-box;
+ border: $card-border-width solid $card-border-color;
+ @include border-radius($card-border-radius);
+
+ > hr {
+ margin-right: 0;
+ margin-left: 0;
+ }
+
+ > .list-group {
+ border-top: inherit;
+ border-bottom: inherit;
+
+ &:first-child {
+ border-top-width: 0;
+ @include border-top-radius($card-inner-border-radius);
+ }
+
+ &:last-child {
+ border-bottom-width: 0;
+ @include border-bottom-radius($card-inner-border-radius);
+ }
+ }
+
+ // Due to specificity of the above selector (`.card > .list-group`), we must
+ // use a child selector here to prevent double borders.
+ > .card-header + .list-group,
+ > .list-group + .card-footer {
+ border-top: 0;
+ }
+}
+
+.card-body {
+ // Enable `flex-grow: 1` for decks and groups so that card blocks take up
+ // as much space as possible, ensuring footers are aligned to the bottom.
+ flex: 1 1 auto;
+ padding: $card-spacer-y $card-spacer-x;
+ color: $card-color;
+}
+
+.card-title {
+ margin-bottom: $card-title-spacer-y;
+}
+
+.card-subtitle {
+ margin-top: -$card-title-spacer-y * .5;
+ margin-bottom: 0;
+}
+
+.card-text:last-child {
+ margin-bottom: 0;
+}
+
+.card-link {
+ &:hover {
+ text-decoration: none;
+ }
+
+ + .card-link {
+ margin-left: $card-spacer-x;
+ }
+}
+
+//
+// Optional textual caps
+//
+
+.card-header {
+ padding: $card-cap-padding-y $card-cap-padding-x;
+ margin-bottom: 0; // Removes the default margin-bottom of <hN>
+ color: $card-cap-color;
+ background-color: $card-cap-bg;
+ border-bottom: $card-border-width solid $card-border-color;
+
+ &:first-child {
+ @include border-radius($card-inner-border-radius $card-inner-border-radius 0 0);
+ }
+}
+
+.card-footer {
+ padding: $card-cap-padding-y $card-cap-padding-x;
+ color: $card-cap-color;
+ background-color: $card-cap-bg;
+ border-top: $card-border-width solid $card-border-color;
+
+ &:last-child {
+ @include border-radius(0 0 $card-inner-border-radius $card-inner-border-radius);
+ }
+}
+
+
+//
+// Header navs
+//
+
+.card-header-tabs {
+ margin-right: -$card-cap-padding-x * .5;
+ margin-bottom: -$card-cap-padding-y;
+ margin-left: -$card-cap-padding-x * .5;
+ border-bottom: 0;
+
+ @if $nav-tabs-link-active-bg != $card-bg {
+ .nav-link.active {
+ background-color: $card-bg;
+ border-bottom-color: $card-bg;
+ }
+ }
+}
+
+.card-header-pills {
+ margin-right: -$card-cap-padding-x * .5;
+ margin-left: -$card-cap-padding-x * .5;
+}
+
+// Card image
+.card-img-overlay {
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ padding: $card-img-overlay-padding;
+ @include border-radius($card-inner-border-radius);
+}
+
+.card-img,
+.card-img-top,
+.card-img-bottom {
+ width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch
+}
+
+.card-img,
+.card-img-top {
+ @include border-top-radius($card-inner-border-radius);
+}
+
+.card-img,
+.card-img-bottom {
+ @include border-bottom-radius($card-inner-border-radius);
+}
+
+
+//
+// Card groups
+//
+
+.card-group {
+ // The child selector allows nested `.card` within `.card-group`
+ // to display properly.
+ > .card {
+ margin-bottom: $card-group-margin;
+ }
+
+ @include media-breakpoint-up(sm) {
+ display: flex;
+ flex-flow: row wrap;
+ // The child selector allows nested `.card` within `.card-group`
+ // to display properly.
+ > .card {
+ // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
+ flex: 1 0 0%;
+ margin-bottom: 0;
+
+ + .card {
+ margin-left: 0;
+ border-left: 0;
+ }
+
+ // Handle rounded corners
+ @if $enable-rounded {
+ &:not(:last-child) {
+ @include border-end-radius(0);
+
+ .card-img-top,
+ .card-header {
+ // stylelint-disable-next-line property-disallowed-list
+ border-top-right-radius: 0;
+ }
+ .card-img-bottom,
+ .card-footer {
+ // stylelint-disable-next-line property-disallowed-list
+ border-bottom-right-radius: 0;
+ }
+ }
+
+ &:not(:first-child) {
+ @include border-start-radius(0);
+
+ .card-img-top,
+ .card-header {
+ // stylelint-disable-next-line property-disallowed-list
+ border-top-left-radius: 0;
+ }
+ .card-img-bottom,
+ .card-footer {
+ // stylelint-disable-next-line property-disallowed-list
+ border-bottom-left-radius: 0;
+ }
+ }
+ }
+ }
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_carousel.scss b/alphabetlearning/static/bootstrap/scss/_carousel.scss
new file mode 100644
index 0000000..3d8fb15
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_carousel.scss
@@ -0,0 +1,229 @@
+// Notes on the classes:
+//
+// 1. .carousel.pointer-event should ideally be pan-y (to allow for users to scroll vertically)
+// even when their scroll action started on a carousel, but for compatibility (with Firefox)
+// we're preventing all actions instead
+// 2. The .carousel-item-start and .carousel-item-end is used to indicate where
+// the active slide is heading.
+// 3. .active.carousel-item is the current slide.
+// 4. .active.carousel-item-start and .active.carousel-item-end is the current
+// slide in its in-transition state. Only one of these occurs at a time.
+// 5. .carousel-item-next.carousel-item-start and .carousel-item-prev.carousel-item-end
+// is the upcoming slide in transition.
+
+.carousel {
+ position: relative;
+}
+
+.carousel.pointer-event {
+ touch-action: pan-y;
+}
+
+.carousel-inner {
+ position: relative;
+ width: 100%;
+ overflow: hidden;
+ @include clearfix();
+}
+
+.carousel-item {
+ position: relative;
+ display: none;
+ float: left;
+ width: 100%;
+ margin-right: -100%;
+ backface-visibility: hidden;
+ @include transition($carousel-transition);
+}
+
+.carousel-item.active,
+.carousel-item-next,
+.carousel-item-prev {
+ display: block;
+}
+
+/* rtl:begin:ignore */
+.carousel-item-next:not(.carousel-item-start),
+.active.carousel-item-end {
+ transform: translateX(100%);
+}
+
+.carousel-item-prev:not(.carousel-item-end),
+.active.carousel-item-start {
+ transform: translateX(-100%);
+}
+
+/* rtl:end:ignore */
+
+
+//
+// Alternate transitions
+//
+
+.carousel-fade {
+ .carousel-item {
+ opacity: 0;
+ transition-property: opacity;
+ transform: none;
+ }
+
+ .carousel-item.active,
+ .carousel-item-next.carousel-item-start,
+ .carousel-item-prev.carousel-item-end {
+ z-index: 1;
+ opacity: 1;
+ }
+
+ .active.carousel-item-start,
+ .active.carousel-item-end {
+ z-index: 0;
+ opacity: 0;
+ @include transition(opacity 0s $carousel-transition-duration);
+ }
+}
+
+
+//
+// Left/right controls for nav
+//
+
+.carousel-control-prev,
+.carousel-control-next {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ z-index: 1;
+ // Use flex for alignment (1-3)
+ display: flex; // 1. allow flex styles
+ align-items: center; // 2. vertically center contents
+ justify-content: center; // 3. horizontally center contents
+ width: $carousel-control-width;
+ padding: 0;
+ color: $carousel-control-color;
+ text-align: center;
+ background: none;
+ border: 0;
+ opacity: $carousel-control-opacity;
+ @include transition($carousel-control-transition);
+
+ // Hover/focus state
+ &:hover,
+ &:focus {
+ color: $carousel-control-color;
+ text-decoration: none;
+ outline: 0;
+ opacity: $carousel-control-hover-opacity;
+ }
+}
+.carousel-control-prev {
+ left: 0;
+ background-image: if($enable-gradients, linear-gradient(90deg, rgba($black, .25), rgba($black, .001)), null);
+}
+.carousel-control-next {
+ right: 0;
+ background-image: if($enable-gradients, linear-gradient(270deg, rgba($black, .25), rgba($black, .001)), null);
+}
+
+// Icons for within
+.carousel-control-prev-icon,
+.carousel-control-next-icon {
+ display: inline-block;
+ width: $carousel-control-icon-width;
+ height: $carousel-control-icon-width;
+ background-repeat: no-repeat;
+ background-position: 50%;
+ background-size: 100% 100%;
+}
+
+/* rtl:options: {
+ "autoRename": true,
+ "stringMap":[ {
+ "name" : "prev-next",
+ "search" : "prev",
+ "replace" : "next"
+ } ]
+} */
+.carousel-control-prev-icon {
+ background-image: escape-svg($carousel-control-prev-icon-bg);
+}
+.carousel-control-next-icon {
+ background-image: escape-svg($carousel-control-next-icon-bg);
+}
+
+// Optional indicator pips/controls
+//
+// Add a container (such as a list) with the following class and add an item (ideally a focusable control,
+// like a button) with data-bs-target for each slide your carousel holds.
+
+.carousel-indicators {
+ position: absolute;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 2;
+ display: flex;
+ justify-content: center;
+ padding: 0;
+ // Use the .carousel-control's width as margin so we don't overlay those
+ margin-right: $carousel-control-width;
+ margin-bottom: 1rem;
+ margin-left: $carousel-control-width;
+ list-style: none;
+
+ [data-bs-target] {
+ box-sizing: content-box;
+ flex: 0 1 auto;
+ width: $carousel-indicator-width;
+ height: $carousel-indicator-height;
+ padding: 0;
+ margin-right: $carousel-indicator-spacer;
+ margin-left: $carousel-indicator-spacer;
+ text-indent: -999px;
+ cursor: pointer;
+ background-color: $carousel-indicator-active-bg;
+ background-clip: padding-box;
+ border: 0;
+ // Use transparent borders to increase the hit area by 10px on top and bottom.
+ border-top: $carousel-indicator-hit-area-height solid transparent;
+ border-bottom: $carousel-indicator-hit-area-height solid transparent;
+ opacity: $carousel-indicator-opacity;
+ @include transition($carousel-indicator-transition);
+ }
+
+ .active {
+ opacity: $carousel-indicator-active-opacity;
+ }
+}
+
+
+// Optional captions
+//
+//
+
+.carousel-caption {
+ position: absolute;
+ right: (100% - $carousel-caption-width) * .5;
+ bottom: $carousel-caption-spacer;
+ left: (100% - $carousel-caption-width) * .5;
+ padding-top: $carousel-caption-padding-y;
+ padding-bottom: $carousel-caption-padding-y;
+ color: $carousel-caption-color;
+ text-align: center;
+}
+
+// Dark mode carousel
+
+.carousel-dark {
+ .carousel-control-prev-icon,
+ .carousel-control-next-icon {
+ filter: $carousel-dark-control-icon-filter;
+ }
+
+ .carousel-indicators [data-bs-target] {
+ background-color: $carousel-dark-indicator-active-bg;
+ }
+
+ .carousel-caption {
+ color: $carousel-dark-caption-color;
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_close.scss b/alphabetlearning/static/bootstrap/scss/_close.scss
new file mode 100644
index 0000000..32a0f68
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_close.scss
@@ -0,0 +1,40 @@
+// transparent background and border properties included for button version.
+// iOS requires the button element instead of an anchor tag.
+// If you want the anchor version, it requires `href="#"`.
+// See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
+
+.btn-close {
+ box-sizing: content-box;
+ width: $btn-close-width;
+ height: $btn-close-height;
+ padding: $btn-close-padding-y $btn-close-padding-x;
+ color: $btn-close-color;
+ background: transparent escape-svg($btn-close-bg) center / $btn-close-width auto no-repeat; // include transparent for button elements
+ border: 0; // for button elements
+ @include border-radius();
+ opacity: $btn-close-opacity;
+
+ // Override <a>'s hover style
+ &:hover {
+ color: $btn-close-color;
+ text-decoration: none;
+ opacity: $btn-close-hover-opacity;
+ }
+
+ &:focus {
+ outline: 0;
+ box-shadow: $btn-close-focus-shadow;
+ opacity: $btn-close-focus-opacity;
+ }
+
+ &:disabled,
+ &.disabled {
+ pointer-events: none;
+ user-select: none;
+ opacity: $btn-close-disabled-opacity;
+ }
+}
+
+.btn-close-white {
+ filter: $btn-close-white-filter;
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_containers.scss b/alphabetlearning/static/bootstrap/scss/_containers.scss
new file mode 100644
index 0000000..f88f1e5
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_containers.scss
@@ -0,0 +1,41 @@
+// Container widths
+//
+// Set the container width, and override it for fixed navbars in media queries.
+
+@if $enable-grid-classes {
+ // Single container class with breakpoint max-widths
+ .container,
+ // 100% wide container at all breakpoints
+ .container-fluid {
+ @include make-container();
+ }
+
+ // Responsive containers that are 100% wide until a breakpoint
+ @each $breakpoint, $container-max-width in $container-max-widths {
+ .container-#{$breakpoint} {
+ @extend .container-fluid;
+ }
+
+ @include media-breakpoint-up($breakpoint, $grid-breakpoints) {
+ %responsive-container-#{$breakpoint} {
+ max-width: $container-max-width;
+ }
+
+ // Extend each breakpoint which is smaller or equal to the current breakpoint
+ $extend-breakpoint: true;
+
+ @each $name, $width in $grid-breakpoints {
+ @if ($extend-breakpoint) {
+ .container#{breakpoint-infix($name, $grid-breakpoints)} {
+ @extend %responsive-container-#{$breakpoint};
+ }
+
+ // Once the current breakpoint is reached, stop extending
+ @if ($breakpoint == $name) {
+ $extend-breakpoint: false;
+ }
+ }
+ }
+ }
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_dropdown.scss b/alphabetlearning/static/bootstrap/scss/_dropdown.scss
new file mode 100644
index 0000000..adc1143
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_dropdown.scss
@@ -0,0 +1,240 @@
+// The dropdown wrapper (`<div>`)
+.dropup,
+.dropend,
+.dropdown,
+.dropstart {
+ position: relative;
+}
+
+.dropdown-toggle {
+ white-space: nowrap;
+
+ // Generate the caret automatically
+ @include caret();
+}
+
+// The dropdown menu
+.dropdown-menu {
+ position: absolute;
+ z-index: $zindex-dropdown;
+ display: none; // none by default, but block on "open" of the menu
+ min-width: $dropdown-min-width;
+ padding: $dropdown-padding-y $dropdown-padding-x;
+ margin: 0; // Override default margin of ul
+ @include font-size($dropdown-font-size);
+ color: $dropdown-color;
+ text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
+ list-style: none;
+ background-color: $dropdown-bg;
+ background-clip: padding-box;
+ border: $dropdown-border-width solid $dropdown-border-color;
+ @include border-radius($dropdown-border-radius);
+ @include box-shadow($dropdown-box-shadow);
+
+ &[data-bs-popper] {
+ top: 100%;
+ left: 0;
+ margin-top: $dropdown-spacer;
+ }
+}
+
+// scss-docs-start responsive-breakpoints
+// We deliberately hardcode the `bs-` prefix because we check
+// this custom property in JS to determine Popper's positioning
+
+@each $breakpoint in map-keys($grid-breakpoints) {
+ @include media-breakpoint-up($breakpoint) {
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
+
+ .dropdown-menu#{$infix}-start {
+ --bs-position: start;
+
+ &[data-bs-popper] {
+ right: auto;
+ left: 0;
+ }
+ }
+
+ .dropdown-menu#{$infix}-end {
+ --bs-position: end;
+
+ &[data-bs-popper] {
+ right: 0;
+ left: auto;
+ }
+ }
+ }
+}
+// scss-docs-end responsive-breakpoints
+
+// Allow for dropdowns to go bottom up (aka, dropup-menu)
+// Just add .dropup after the standard .dropdown class and you're set.
+.dropup {
+ .dropdown-menu[data-bs-popper] {
+ top: auto;
+ bottom: 100%;
+ margin-top: 0;
+ margin-bottom: $dropdown-spacer;
+ }
+
+ .dropdown-toggle {
+ @include caret(up);
+ }
+}
+
+.dropend {
+ .dropdown-menu[data-bs-popper] {
+ top: 0;
+ right: auto;
+ left: 100%;
+ margin-top: 0;
+ margin-left: $dropdown-spacer;
+ }
+
+ .dropdown-toggle {
+ @include caret(end);
+ &::after {
+ vertical-align: 0;
+ }
+ }
+}
+
+.dropstart {
+ .dropdown-menu[data-bs-popper] {
+ top: 0;
+ right: 100%;
+ left: auto;
+ margin-top: 0;
+ margin-right: $dropdown-spacer;
+ }
+
+ .dropdown-toggle {
+ @include caret(start);
+ &::before {
+ vertical-align: 0;
+ }
+ }
+}
+
+
+// Dividers (basically an `<hr>`) within the dropdown
+.dropdown-divider {
+ height: 0;
+ margin: $dropdown-divider-margin-y 0;
+ overflow: hidden;
+ border-top: 1px solid $dropdown-divider-bg;
+}
+
+// Links, buttons, and more within the dropdown menu
+//
+// `<button>`-specific styles are denoted with `// For <button>s`
+.dropdown-item {
+ display: block;
+ width: 100%; // For `<button>`s
+ padding: $dropdown-item-padding-y $dropdown-item-padding-x;
+ clear: both;
+ font-weight: $font-weight-normal;
+ color: $dropdown-link-color;
+ text-align: inherit; // For `<button>`s
+ text-decoration: if($link-decoration == none, null, none);
+ white-space: nowrap; // prevent links from randomly breaking onto new lines
+ background-color: transparent; // For `<button>`s
+ border: 0; // For `<button>`s
+
+ // Prevent dropdown overflow if there's no padding
+ // See https://github.com/twbs/bootstrap/pull/27703
+ @if $dropdown-padding-y == 0 {
+ &:first-child {
+ @include border-top-radius($dropdown-inner-border-radius);
+ }
+
+ &:last-child {
+ @include border-bottom-radius($dropdown-inner-border-radius);
+ }
+ }
+
+ &:hover,
+ &:focus {
+ color: $dropdown-link-hover-color;
+ text-decoration: if($link-hover-decoration == underline, none, null);
+ @include gradient-bg($dropdown-link-hover-bg);
+ }
+
+ &.active,
+ &:active {
+ color: $dropdown-link-active-color;
+ text-decoration: none;
+ @include gradient-bg($dropdown-link-active-bg);
+ }
+
+ &.disabled,
+ &:disabled {
+ color: $dropdown-link-disabled-color;
+ pointer-events: none;
+ background-color: transparent;
+ // Remove CSS gradients if they're enabled
+ background-image: if($enable-gradients, none, null);
+ }
+}
+
+.dropdown-menu.show {
+ display: block;
+}
+
+// Dropdown section headers
+.dropdown-header {
+ display: block;
+ padding: $dropdown-header-padding;
+ margin-bottom: 0; // for use with heading elements
+ @include font-size($font-size-sm);
+ color: $dropdown-header-color;
+ white-space: nowrap; // as with > li > a
+}
+
+// Dropdown text
+.dropdown-item-text {
+ display: block;
+ padding: $dropdown-item-padding-y $dropdown-item-padding-x;
+ color: $dropdown-link-color;
+}
+
+// Dark dropdowns
+.dropdown-menu-dark {
+ color: $dropdown-dark-color;
+ background-color: $dropdown-dark-bg;
+ border-color: $dropdown-dark-border-color;
+ @include box-shadow($dropdown-dark-box-shadow);
+
+ .dropdown-item {
+ color: $dropdown-dark-link-color;
+
+ &:hover,
+ &:focus {
+ color: $dropdown-dark-link-hover-color;
+ @include gradient-bg($dropdown-dark-link-hover-bg);
+ }
+
+ &.active,
+ &:active {
+ color: $dropdown-dark-link-active-color;
+ @include gradient-bg($dropdown-dark-link-active-bg);
+ }
+
+ &.disabled,
+ &:disabled {
+ color: $dropdown-dark-link-disabled-color;
+ }
+ }
+
+ .dropdown-divider {
+ border-color: $dropdown-dark-divider-bg;
+ }
+
+ .dropdown-item-text {
+ color: $dropdown-dark-link-color;
+ }
+
+ .dropdown-header {
+ color: $dropdown-dark-header-color;
+ }
+}
diff --git a/pyblackbird_cc/static/scss/_forms.scss b/alphabetlearning/static/bootstrap/scss/_forms.scss
index 7b17d84..7b17d84 100644
--- a/pyblackbird_cc/static/scss/_forms.scss
+++ b/alphabetlearning/static/bootstrap/scss/_forms.scss
diff --git a/alphabetlearning/static/bootstrap/scss/_functions.scss b/alphabetlearning/static/bootstrap/scss/_functions.scss
new file mode 100644
index 0000000..870f367
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_functions.scss
@@ -0,0 +1,263 @@
+// Bootstrap functions
+//
+// Utility mixins and functions for evaluating source code across our variables, maps, and mixins.
+
+// Ascending
+// Used to evaluate Sass maps like our grid breakpoints.
+@mixin _assert-ascending($map, $map-name) {
+ $prev-key: null;
+ $prev-num: null;
+ @each $key, $num in $map {
+ @if $prev-num == null or unit($num) == "%" or unit($prev-num) == "%" {
+ // Do nothing
+ } @else if not comparable($prev-num, $num) {
+ @warn "Potentially invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} whose unit makes it incomparable to #{$prev-num}, the value of the previous key '#{$prev-key}' !";
+ } @else if $prev-num >= $num {
+ @warn "Invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} which isn't greater than #{$prev-num}, the value of the previous key '#{$prev-key}' !";
+ }
+ $prev-key: $key;
+ $prev-num: $num;
+ }
+}
+
+// Starts at zero
+// Used to ensure the min-width of the lowest breakpoint starts at 0.
+@mixin _assert-starts-at-zero($map, $map-name: "$grid-breakpoints") {
+ @if length($map) > 0 {
+ $values: map-values($map);
+ $first-value: nth($values, 1);
+ @if $first-value != 0 {
+ @warn "First breakpoint in #{$map-name} must start at 0, but starts at #{$first-value}.";
+ }
+ }
+}
+
+// Internal Bootstrap function to turn maps into its negative variant.
+// It prefixes the keys with `n` and makes the value negative.
+@function negativify-map($map) {
+ $result: ();
+ @each $key, $value in $map {
+ @if $key != 0 {
+ $result: map-merge($result, ("n" + $key: (-$value)));
+ }
+ }
+ @return $result;
+}
+
+// Get multiple keys from a sass map
+@function map-get-multiple($map, $values) {
+ $result: ();
+ @each $key, $value in $map {
+ @if (index($values, $key) != null) {
+ $result: map-merge($result, ($key: $value));
+ }
+ }
+ @return $result;
+}
+
+// Replace `$search` with `$replace` in `$string`
+// Used on our SVG icon backgrounds for custom forms.
+//
+// @author Hugo Giraudel
+// @param {String} $string - Initial string
+// @param {String} $search - Substring to replace
+// @param {String} $replace ('') - New value
+// @return {String} - Updated string
+@function str-replace($string, $search, $replace: "") {
+ $index: str-index($string, $search);
+
+ @if $index {
+ @return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);
+ }
+
+ @return $string;
+}
+
+// See https://codepen.io/kevinweber/pen/dXWoRw
+//
+// Requires the use of quotes around data URIs.
+
+@function escape-svg($string) {
+ @if str-index($string, "data:image/svg+xml") {
+ @each $char, $encoded in $escaped-characters {
+ // Do not escape the url brackets
+ @if str-index($string, "url(") == 1 {
+ $string: url("#{str-replace(str-slice($string, 6, -3), $char, $encoded)}");
+ } @else {
+ $string: str-replace($string, $char, $encoded);
+ }
+ }
+ }
+
+ @return $string;
+}
+
+// Color contrast
+// See https://github.com/twbs/bootstrap/pull/30168
+
+// A list of pre-calculated numbers of pow(divide((divide($value, 255) + .055), 1.055), 2.4). (from 0 to 255)
+// stylelint-disable-next-line scss/dollar-variable-default, scss/dollar-variable-pattern
+$_luminance-list: .0008 .001 .0011 .0013 .0015 .0017 .002 .0022 .0025 .0027 .003 .0033 .0037 .004 .0044 .0048 .0052 .0056 .006 .0065 .007 .0075 .008 .0086 .0091 .0097 .0103 .011 .0116 .0123 .013 .0137 .0144 .0152 .016 .0168 .0176 .0185 .0194 .0203 .0212 .0222 .0232 .0242 .0252 .0262 .0273 .0284 .0296 .0307 .0319 .0331 .0343 .0356 .0369 .0382 .0395 .0409 .0423 .0437 .0452 .0467 .0482 .0497 .0513 .0529 .0545 .0561 .0578 .0595 .0612 .063 .0648 .0666 .0685 .0704 .0723 .0742 .0762 .0782 .0802 .0823 .0844 .0865 .0887 .0908 .0931 .0953 .0976 .0999 .1022 .1046 .107 .1095 .1119 .1144 .117 .1195 .1221 .1248 .1274 .1301 .1329 .1356 .1384 .1413 .1441 .147 .15 .1529 .1559 .159 .162 .1651 .1683 .1714 .1746 .1779 .1812 .1845 .1878 .1912 .1946 .1981 .2016 .2051 .2086 .2122 .2159 .2195 .2232 .227 .2307 .2346 .2384 .2423 .2462 .2502 .2542 .2582 .2623 .2664 .2705 .2747 .2789 .2831 .2874 .2918 .2961 .3005 .305 .3095 .314 .3185 .3231 .3278 .3325 .3372 .3419 .3467 .3515 .3564 .3613 .3663 .3712 .3763 .3813 .3864 .3916 .3968 .402 .4072 .4125 .4179 .4233 .4287 .4342 .4397 .4452 .4508 .4564 .4621 .4678 .4735 .4793 .4851 .491 .4969 .5029 .5089 .5149 .521 .5271 .5333 .5395 .5457 .552 .5583 .5647 .5711 .5776 .5841 .5906 .5972 .6038 .6105 .6172 .624 .6308 .6376 .6445 .6514 .6584 .6654 .6724 .6795 .6867 .6939 .7011 .7084 .7157 .7231 .7305 .7379 .7454 .7529 .7605 .7682 .7758 .7835 .7913 .7991 .807 .8148 .8228 .8308 .8388 .8469 .855 .8632 .8714 .8796 .8879 .8963 .9047 .9131 .9216 .9301 .9387 .9473 .956 .9647 .9734 .9823 .9911 1;
+
+@function color-contrast($background, $color-contrast-dark: $color-contrast-dark, $color-contrast-light: $color-contrast-light, $min-contrast-ratio: $min-contrast-ratio) {
+ $foregrounds: $color-contrast-light, $color-contrast-dark, $white, $black;
+ $max-ratio: 0;
+ $max-ratio-color: null;
+
+ @each $color in $foregrounds {
+ $contrast-ratio: contrast-ratio($background, $color);
+ @if $contrast-ratio > $min-contrast-ratio {
+ @return $color;
+ } @else if $contrast-ratio > $max-ratio {
+ $max-ratio: $contrast-ratio;
+ $max-ratio-color: $color;
+ }
+ }
+
+ @warn "Found no color leading to #{$min-contrast-ratio}:1 contrast ratio against #{$background}...";
+
+ @return $max-ratio-color;
+}
+
+@function contrast-ratio($background, $foreground: $color-contrast-light) {
+ $l1: luminance($background);
+ $l2: luminance(opaque($background, $foreground));
+
+ @return if($l1 > $l2, divide($l1 + .05, $l2 + .05), divide($l2 + .05, $l1 + .05));
+}
+
+// Return WCAG2.0 relative luminance
+// See https://www.w3.org/WAI/GL/wiki/Relative_luminance
+// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
+@function luminance($color) {
+ $rgb: (
+ "r": red($color),
+ "g": green($color),
+ "b": blue($color)
+ );
+
+ @each $name, $value in $rgb {
+ $value: if(divide($value, 255) < .03928, divide(divide($value, 255), 12.92), nth($_luminance-list, $value + 1));
+ $rgb: map-merge($rgb, ($name: $value));
+ }
+
+ @return (map-get($rgb, "r") * .2126) + (map-get($rgb, "g") * .7152) + (map-get($rgb, "b") * .0722);
+}
+
+// Return opaque color
+// opaque(#fff, rgba(0, 0, 0, .5)) => #808080
+@function opaque($background, $foreground) {
+ @return mix(rgba($foreground, 1), $background, opacity($foreground) * 100);
+}
+
+// scss-docs-start color-functions
+// Tint a color: mix a color with white
+@function tint-color($color, $weight) {
+ @return mix(white, $color, $weight);
+}
+
+// Shade a color: mix a color with black
+@function shade-color($color, $weight) {
+ @return mix(black, $color, $weight);
+}
+
+// Shade the color if the weight is positive, else tint it
+@function shift-color($color, $weight) {
+ @return if($weight > 0, shade-color($color, $weight), tint-color($color, -$weight));
+}
+// scss-docs-end color-functions
+
+// Return valid calc
+@function add($value1, $value2, $return-calc: true) {
+ @if $value1 == null {
+ @return $value2;
+ }
+
+ @if $value2 == null {
+ @return $value1;
+ }
+
+ @if type-of($value1) == number and type-of($value2) == number and comparable($value1, $value2) {
+ @return $value1 + $value2;
+ }
+
+ @if type-of($value1) != number {
+ $value1: unquote("(") + $value1 + unquote(")");
+ }
+
+ @if type-of($value2) != number {
+ $value2: unquote("(") + $value2 + unquote(")");
+ }
+
+ @return if($return-calc == true, calc(#{$value1} + #{$value2}), $value1 + unquote(" + ") + $value2);
+}
+
+@function subtract($value1, $value2, $return-calc: true) {
+ @if $value1 == null and $value2 == null {
+ @return null;
+ }
+
+ @if $value1 == null {
+ @return -$value2;
+ }
+
+ @if $value2 == null {
+ @return $value1;
+ }
+
+ @if type-of($value1) == number and type-of($value2) == number and comparable($value1, $value2) {
+ @return $value1 - $value2;
+ }
+
+ @if type-of($value1) != number {
+ $value1: unquote("(") + $value1 + unquote(")");
+ }
+
+ @if type-of($value2) != number {
+ $value2: unquote("(") + $value2 + unquote(")");
+ }
+
+ @return if($return-calc == true, calc(#{$value1} - #{$value2}), $value1 + unquote(" - ") + $value2);
+}
+
+@function divide($dividend, $divisor, $precision: 10) {
+ $sign: if($dividend > 0 and $divisor > 0 or $dividend < 0 and $divisor < 0, 1, -1);
+ $dividend: abs($dividend);
+ $divisor: abs($divisor);
+ @if $dividend == 0 {
+ @return 0;
+ }
+ @if $divisor == 0 {
+ @error "Cannot divide by 0";
+ }
+ $remainder: $dividend;
+ $result: 0;
+ $factor: 10;
+ @while ($remainder > 0 and $precision >= 0) {
+ $quotient: 0;
+ @while ($remainder >= $divisor) {
+ $remainder: $remainder - $divisor;
+ $quotient: $quotient + 1;
+ }
+ $result: $result * 10 + $quotient;
+ $factor: $factor * .1;
+ $remainder: $remainder * 10;
+ $precision: $precision - 1;
+ @if ($precision < 0 and $remainder >= $divisor * 5) {
+ $result: $result + 1;
+ }
+ }
+ $result: $result * $factor * $sign;
+ $dividend-unit: unit($dividend);
+ $divisor-unit: unit($divisor);
+ $unit-map: (
+ "px": 1px,
+ "rem": 1rem,
+ "em": 1em,
+ "%": 1%
+ );
+ @if ($dividend-unit != $divisor-unit and map-has-key($unit-map, $dividend-unit)) {
+ $result: $result * map-get($unit-map, $dividend-unit);
+ }
+ @return $result;
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_grid.scss b/alphabetlearning/static/bootstrap/scss/_grid.scss
new file mode 100644
index 0000000..5686f31
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_grid.scss
@@ -0,0 +1,22 @@
+// Row
+//
+// Rows contain your columns.
+
+@if $enable-grid-classes {
+ .row {
+ @include make-row();
+
+ > * {
+ @include make-col-ready();
+ }
+ }
+}
+
+
+// Columns
+//
+// Common styles for small and large grid columns
+
+@if $enable-grid-classes {
+ @include make-grid-columns();
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_helpers.scss b/alphabetlearning/static/bootstrap/scss/_helpers.scss
new file mode 100644
index 0000000..8f566d1
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_helpers.scss
@@ -0,0 +1,7 @@
+@import "helpers/clearfix";
+@import "helpers/colored-links";
+@import "helpers/ratio";
+@import "helpers/position";
+@import "helpers/visually-hidden";
+@import "helpers/stretched-link";
+@import "helpers/text-truncation";
diff --git a/pyblackbird_cc/static/scss/_images.scss b/alphabetlearning/static/bootstrap/scss/_images.scss
index 3d6a101..3d6a101 100644
--- a/pyblackbird_cc/static/scss/_images.scss
+++ b/alphabetlearning/static/bootstrap/scss/_images.scss
diff --git a/alphabetlearning/static/bootstrap/scss/_list-group.scss b/alphabetlearning/static/bootstrap/scss/_list-group.scss
new file mode 100644
index 0000000..dcd61d2
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_list-group.scss
@@ -0,0 +1,174 @@
+// Base class
+//
+// Easily usable on <ul>, <ol>, or <div>.
+
+.list-group {
+ display: flex;
+ flex-direction: column;
+
+ // No need to set list-style: none; since .list-group-item is block level
+ padding-left: 0; // reset padding because ul and ol
+ margin-bottom: 0;
+ @include border-radius($list-group-border-radius);
+}
+
+.list-group-numbered {
+ list-style-type: none;
+ counter-reset: section;
+
+ > li::before {
+ // Increments only this instance of the section counter
+ content: counters(section, ".") ". ";
+ counter-increment: section;
+ }
+}
+
+
+// Interactive list items
+//
+// Use anchor or button elements instead of `li`s or `div`s to create interactive
+// list items. Includes an extra `.active` modifier class for selected items.
+
+.list-group-item-action {
+ width: 100%; // For `<button>`s (anchors become 100% by default though)
+ color: $list-group-action-color;
+ text-align: inherit; // For `<button>`s (anchors inherit)
+
+ // Hover state
+ &:hover,
+ &:focus {
+ z-index: 1; // Place hover/focus items above their siblings for proper border styling
+ color: $list-group-action-hover-color;
+ text-decoration: none;
+ background-color: $list-group-hover-bg;
+ }
+
+ &:active {
+ color: $list-group-action-active-color;
+ background-color: $list-group-action-active-bg;
+ }
+}
+
+
+// Individual list items
+//
+// Use on `li`s or `div`s within the `.list-group` parent.
+
+.list-group-item {
+ position: relative;
+ display: block;
+ padding: $list-group-item-padding-y $list-group-item-padding-x;
+ color: $list-group-color;
+ text-decoration: if($link-decoration == none, null, none);
+ background-color: $list-group-bg;
+ border: $list-group-border-width solid $list-group-border-color;
+
+ &:first-child {
+ @include border-top-radius(inherit);
+ }
+
+ &:last-child {
+ @include border-bottom-radius(inherit);
+ }
+
+ &.disabled,
+ &:disabled {
+ color: $list-group-disabled-color;
+ pointer-events: none;
+ background-color: $list-group-disabled-bg;
+ }
+
+ // Include both here for `<a>`s and `<button>`s
+ &.active {
+ z-index: 2; // Place active items above their siblings for proper border styling
+ color: $list-group-active-color;
+ background-color: $list-group-active-bg;
+ border-color: $list-group-active-border-color;
+ }
+
+ & + & {
+ border-top-width: 0;
+
+ &.active {
+ margin-top: -$list-group-border-width;
+ border-top-width: $list-group-border-width;
+ }
+ }
+}
+
+
+// Horizontal
+//
+// Change the layout of list group items from vertical (default) to horizontal.
+
+@each $breakpoint in map-keys($grid-breakpoints) {
+ @include media-breakpoint-up($breakpoint) {
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
+
+ .list-group-horizontal#{$infix} {
+ flex-direction: row;
+
+ > .list-group-item {
+ &:first-child {
+ @include border-bottom-start-radius($list-group-border-radius);
+ @include border-top-end-radius(0);
+ }
+
+ &:last-child {
+ @include border-top-end-radius($list-group-border-radius);
+ @include border-bottom-start-radius(0);
+ }
+
+ &.active {
+ margin-top: 0;
+ }
+
+ + .list-group-item {
+ border-top-width: $list-group-border-width;
+ border-left-width: 0;
+
+ &.active {
+ margin-left: -$list-group-border-width;
+ border-left-width: $list-group-border-width;
+ }
+ }
+ }
+ }
+ }
+}
+
+
+// Flush list items
+//
+// Remove borders and border-radius to keep list group items edge-to-edge. Most
+// useful within other components (e.g., cards).
+
+.list-group-flush {
+ @include border-radius(0);
+
+ > .list-group-item {
+ border-width: 0 0 $list-group-border-width;
+
+ &:last-child {
+ border-bottom-width: 0;
+ }
+ }
+}
+
+
+// scss-docs-start list-group-modifiers
+// List group contextual variants
+//
+// Add modifier classes to change text and background color on individual items.
+// Organizationally, this must come after the `:hover` states.
+
+@each $state, $value in $theme-colors {
+ $list-group-variant-bg: shift-color($value, $list-group-item-bg-scale);
+ $list-group-variant-color: shift-color($value, $list-group-item-color-scale);
+ @if (contrast-ratio($list-group-variant-bg, $list-group-variant-color) < $min-contrast-ratio) {
+ $list-group-variant-color: mix($value, color-contrast($list-group-variant-bg), abs($list-group-item-color-scale));
+ }
+
+ @include list-group-item-variant($state, $list-group-variant-bg, $list-group-variant-color);
+}
+// scss-docs-end list-group-modifiers
diff --git a/alphabetlearning/static/bootstrap/scss/_mixins.scss b/alphabetlearning/static/bootstrap/scss/_mixins.scss
new file mode 100644
index 0000000..eec0857
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_mixins.scss
@@ -0,0 +1,42 @@
+// Toggles
+//
+// Used in conjunction with global variables to enable certain theme features.
+
+// Vendor
+@import "vendor/rfs";
+
+// Deprecate
+@import "mixins/deprecate";
+
+// Helpers
+@import "mixins/breakpoints";
+@import "mixins/color-scheme";
+@import "mixins/image";
+@import "mixins/resize";
+@import "mixins/visually-hidden";
+@import "mixins/reset-text";
+@import "mixins/text-truncate";
+
+// Utilities
+@import "mixins/utilities";
+
+// Components
+@import "mixins/alert";
+@import "mixins/buttons";
+@import "mixins/caret";
+@import "mixins/pagination";
+@import "mixins/lists";
+@import "mixins/list-group";
+@import "mixins/forms";
+@import "mixins/table-variants";
+
+// Skins
+@import "mixins/border-radius";
+@import "mixins/box-shadow";
+@import "mixins/gradients";
+@import "mixins/transition";
+
+// Layout
+@import "mixins/clearfix";
+@import "mixins/container";
+@import "mixins/grid";
diff --git a/alphabetlearning/static/bootstrap/scss/_modal.scss b/alphabetlearning/static/bootstrap/scss/_modal.scss
new file mode 100644
index 0000000..7747308
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_modal.scss
@@ -0,0 +1,219 @@
+// .modal-open - body class for killing the scroll
+// .modal - container to scroll within
+// .modal-dialog - positioning shell for the actual modal
+// .modal-content - actual modal w/ bg and corners and stuff
+
+
+// Container that the modal scrolls within
+.modal {
+ position: fixed;
+ top: 0;
+ left: 0;
+ z-index: $zindex-modal;
+ display: none;
+ width: 100%;
+ height: 100%;
+ overflow-x: hidden;
+ overflow-y: auto;
+ // Prevent Chrome on Windows from adding a focus outline. For details, see
+ // https://github.com/twbs/bootstrap/pull/10951.
+ outline: 0;
+ // We deliberately don't use `-webkit-overflow-scrolling: touch;` due to a
+ // gnarly iOS Safari bug: https://bugs.webkit.org/show_bug.cgi?id=158342
+ // See also https://github.com/twbs/bootstrap/issues/17695
+}
+
+// Shell div to position the modal with bottom padding
+.modal-dialog {
+ position: relative;
+ width: auto;
+ margin: $modal-dialog-margin;
+ // allow clicks to pass through for custom click handling to close modal
+ pointer-events: none;
+
+ // When fading in the modal, animate it to slide down
+ .modal.fade & {
+ @include transition($modal-transition);
+ transform: $modal-fade-transform;
+ }
+ .modal.show & {
+ transform: $modal-show-transform;
+ }
+
+ // When trying to close, animate focus to scale
+ .modal.modal-static & {
+ transform: $modal-scale-transform;
+ }
+}
+
+.modal-dialog-scrollable {
+ height: subtract(100%, $modal-dialog-margin * 2);
+
+ .modal-content {
+ max-height: 100%;
+ overflow: hidden;
+ }
+
+ .modal-body {
+ overflow-y: auto;
+ }
+}
+
+.modal-dialog-centered {
+ display: flex;
+ align-items: center;
+ min-height: subtract(100%, $modal-dialog-margin * 2);
+}
+
+// Actual modal
+.modal-content {
+ position: relative;
+ display: flex;
+ flex-direction: column;
+ width: 100%; // Ensure `.modal-content` extends the full width of the parent `.modal-dialog`
+ // counteract the pointer-events: none; in the .modal-dialog
+ color: $modal-content-color;
+ pointer-events: auto;
+ background-color: $modal-content-bg;
+ background-clip: padding-box;
+ border: $modal-content-border-width solid $modal-content-border-color;
+ @include border-radius($modal-content-border-radius);
+ @include box-shadow($modal-content-box-shadow-xs);
+ // Remove focus outline from opened modal
+ outline: 0;
+}
+
+// Modal background
+.modal-backdrop {
+ position: fixed;
+ top: 0;
+ left: 0;
+ z-index: $zindex-modal-backdrop;
+ width: 100vw;
+ height: 100vh;
+ background-color: $modal-backdrop-bg;
+
+ // Fade for backdrop
+ &.fade { opacity: 0; }
+ &.show { opacity: $modal-backdrop-opacity; }
+}
+
+// Modal header
+// Top section of the modal w/ title and dismiss
+.modal-header {
+ display: flex;
+ flex-shrink: 0;
+ align-items: center;
+ justify-content: space-between; // Put modal header elements (title and dismiss) on opposite ends
+ padding: $modal-header-padding;
+ border-bottom: $modal-header-border-width solid $modal-header-border-color;
+ @include border-top-radius($modal-content-inner-border-radius);
+
+ .btn-close {
+ padding: ($modal-header-padding-y * .5) ($modal-header-padding-x * .5);
+ margin: ($modal-header-padding-y * -.5) ($modal-header-padding-x * -.5) ($modal-header-padding-y * -.5) auto;
+ }
+}
+
+// Title text within header
+.modal-title {
+ margin-bottom: 0;
+ line-height: $modal-title-line-height;
+}
+
+// Modal body
+// Where all modal content resides (sibling of .modal-header and .modal-footer)
+.modal-body {
+ position: relative;
+ // Enable `flex-grow: 1` so that the body take up as much space as possible
+ // when there should be a fixed height on `.modal-dialog`.
+ flex: 1 1 auto;
+ padding: $modal-inner-padding;
+}
+
+// Footer (for actions)
+.modal-footer {
+ display: flex;
+ flex-wrap: wrap;
+ flex-shrink: 0;
+ align-items: center; // vertically center
+ justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items
+ padding: $modal-inner-padding - $modal-footer-margin-between * .5;
+ border-top: $modal-footer-border-width solid $modal-footer-border-color;
+ @include border-bottom-radius($modal-content-inner-border-radius);
+
+ // Place margin between footer elements
+ // This solution is far from ideal because of the universal selector usage,
+ // but is needed to fix https://github.com/twbs/bootstrap/issues/24800
+ > * {
+ margin: $modal-footer-margin-between * .5;
+ }
+}
+
+// Scale up the modal
+@include media-breakpoint-up(sm) {
+ // Automatically set modal's width for larger viewports
+ .modal-dialog {
+ max-width: $modal-md;
+ margin: $modal-dialog-margin-y-sm-up auto;
+ }
+
+ .modal-dialog-scrollable {
+ height: subtract(100%, $modal-dialog-margin-y-sm-up * 2);
+ }
+
+ .modal-dialog-centered {
+ min-height: subtract(100%, $modal-dialog-margin-y-sm-up * 2);
+ }
+
+ .modal-content {
+ @include box-shadow($modal-content-box-shadow-sm-up);
+ }
+
+ .modal-sm { max-width: $modal-sm; }
+}
+
+@include media-breakpoint-up(lg) {
+ .modal-lg,
+ .modal-xl {
+ max-width: $modal-lg;
+ }
+}
+
+@include media-breakpoint-up(xl) {
+ .modal-xl { max-width: $modal-xl; }
+}
+
+// scss-docs-start modal-fullscreen-loop
+@each $breakpoint in map-keys($grid-breakpoints) {
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
+ $postfix: if($infix != "", $infix + "-down", "");
+
+ @include media-breakpoint-down($breakpoint) {
+ .modal-fullscreen#{$postfix} {
+ width: 100vw;
+ max-width: none;
+ height: 100%;
+ margin: 0;
+
+ .modal-content {
+ height: 100%;
+ border: 0;
+ @include border-radius(0);
+ }
+
+ .modal-header {
+ @include border-radius(0);
+ }
+
+ .modal-body {
+ overflow-y: auto;
+ }
+
+ .modal-footer {
+ @include border-radius(0);
+ }
+ }
+ }
+}
+// scss-docs-end modal-fullscreen-loop
diff --git a/alphabetlearning/static/bootstrap/scss/_nav.scss b/alphabetlearning/static/bootstrap/scss/_nav.scss
new file mode 100644
index 0000000..ffb27d8
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_nav.scss
@@ -0,0 +1,139 @@
+// Base class
+//
+// Kickstart any navigation component with a set of style resets. Works with
+// `<nav>`s, `<ul>`s or `<ol>`s.
+
+.nav {
+ display: flex;
+ flex-wrap: wrap;
+ padding-left: 0;
+ margin-bottom: 0;
+ list-style: none;
+}
+
+.nav-link {
+ display: block;
+ padding: $nav-link-padding-y $nav-link-padding-x;
+ @include font-size($nav-link-font-size);
+ font-weight: $nav-link-font-weight;
+ color: $nav-link-color;
+ text-decoration: if($link-decoration == none, null, none);
+ @include transition($nav-link-transition);
+
+ &:hover,
+ &:focus {
+ color: $nav-link-hover-color;
+ text-decoration: if($link-hover-decoration == underline, none, null);
+ }
+
+ // Disabled state lightens text
+ &.disabled {
+ color: $nav-link-disabled-color;
+ pointer-events: none;
+ cursor: default;
+ }
+}
+
+//
+// Tabs
+//
+
+.nav-tabs {
+ border-bottom: $nav-tabs-border-width solid $nav-tabs-border-color;
+
+ .nav-link {
+ margin-bottom: -$nav-tabs-border-width;
+ background: none;
+ border: $nav-tabs-border-width solid transparent;
+ @include border-top-radius($nav-tabs-border-radius);
+
+ &:hover,
+ &:focus {
+ border-color: $nav-tabs-link-hover-border-color;
+ // Prevents active .nav-link tab overlapping focus outline of previous/next .nav-link
+ isolation: isolate;
+ }
+
+ &.disabled {
+ color: $nav-link-disabled-color;
+ background-color: transparent;
+ border-color: transparent;
+ }
+ }
+
+ .nav-link.active,
+ .nav-item.show .nav-link {
+ color: $nav-tabs-link-active-color;
+ background-color: $nav-tabs-link-active-bg;
+ border-color: $nav-tabs-link-active-border-color;
+ }
+
+ .dropdown-menu {
+ // Make dropdown border overlap tab border
+ margin-top: -$nav-tabs-border-width;
+ // Remove the top rounded corners here since there is a hard edge above the menu
+ @include border-top-radius(0);
+ }
+}
+
+
+//
+// Pills
+//
+
+.nav-pills {
+ .nav-link {
+ background: none;
+ border: 0;
+ @include border-radius($nav-pills-border-radius);
+ }
+
+ .nav-link.active,
+ .show > .nav-link {
+ color: $nav-pills-link-active-color;
+ @include gradient-bg($nav-pills-link-active-bg);
+ }
+}
+
+
+//
+// Justified variants
+//
+
+.nav-fill {
+ > .nav-link,
+ .nav-item {
+ flex: 1 1 auto;
+ text-align: center;
+ }
+}
+
+.nav-justified {
+ > .nav-link,
+ .nav-item {
+ flex-basis: 0;
+ flex-grow: 1;
+ text-align: center;
+ }
+}
+
+.nav-fill,
+.nav-justified {
+ .nav-item .nav-link {
+ width: 100%; // Make sure button will grow
+ }
+}
+
+
+// Tabbable tabs
+//
+// Hide tabbable panes to start, show them when `.active`
+
+.tab-content {
+ > .tab-pane {
+ display: none;
+ }
+ > .active {
+ display: block;
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_navbar.scss b/alphabetlearning/static/bootstrap/scss/_navbar.scss
new file mode 100644
index 0000000..2ccef11
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_navbar.scss
@@ -0,0 +1,306 @@
+// Contents
+//
+// Navbar
+// Navbar brand
+// Navbar nav
+// Navbar text
+// Responsive navbar
+// Navbar position
+// Navbar themes
+
+
+// Navbar
+//
+// Provide a static navbar from which we expand to create full-width, fixed, and
+// other navbar variations.
+
+.navbar {
+ position: relative;
+ display: flex;
+ flex-wrap: wrap; // allow us to do the line break for collapsing content
+ align-items: center;
+ justify-content: space-between; // space out brand from logo
+ padding-top: $navbar-padding-y;
+ padding-right: $navbar-padding-x; // default: null
+ padding-bottom: $navbar-padding-y;
+ padding-left: $navbar-padding-x; // default: null
+ @include gradient-bg();
+
+ // Because flex properties aren't inherited, we need to redeclare these first
+ // few properties so that content nested within behave properly.
+ // The `flex-wrap` property is inherited to simplify the expanded navbars
+ %container-flex-properties {
+ display: flex;
+ flex-wrap: inherit;
+ align-items: center;
+ justify-content: space-between;
+ }
+
+ > .container,
+ > .container-fluid {
+ @extend %container-flex-properties;
+ }
+
+ @each $breakpoint, $container-max-width in $container-max-widths {
+ > .container#{breakpoint-infix($breakpoint, $container-max-widths)} {
+ @extend %container-flex-properties;
+ }
+ }
+}
+
+
+// Navbar brand
+//
+// Used for brand, project, or site names.
+
+.navbar-brand {
+ padding-top: $navbar-brand-padding-y;
+ padding-bottom: $navbar-brand-padding-y;
+ margin-right: $navbar-brand-margin-end;
+ @include font-size($navbar-brand-font-size);
+ text-decoration: if($link-decoration == none, null, none);
+ white-space: nowrap;
+
+ &:hover,
+ &:focus {
+ text-decoration: if($link-hover-decoration == underline, none, null);
+ }
+}
+
+
+// Navbar nav
+//
+// Custom navbar navigation (doesn't require `.nav`, but does make use of `.nav-link`).
+
+.navbar-nav {
+ display: flex;
+ flex-direction: column; // cannot use `inherit` to get the `.navbar`s value
+ padding-left: 0;
+ margin-bottom: 0;
+ list-style: none;
+
+ .nav-link {
+ padding-right: 0;
+ padding-left: 0;
+ }
+
+ .dropdown-menu {
+ position: static;
+ }
+}
+
+
+// Navbar text
+//
+//
+
+.navbar-text {
+ padding-top: $nav-link-padding-y;
+ padding-bottom: $nav-link-padding-y;
+}
+
+
+// Responsive navbar
+//
+// Custom styles for responsive collapsing and toggling of navbar contents.
+// Powered by the collapse Bootstrap JavaScript plugin.
+
+// When collapsed, prevent the toggleable navbar contents from appearing in
+// the default flexbox row orientation. Requires the use of `flex-wrap: wrap`
+// on the `.navbar` parent.
+.navbar-collapse {
+ flex-basis: 100%;
+ flex-grow: 1;
+ // For always expanded or extra full navbars, ensure content aligns itself
+ // properly vertically. Can be easily overridden with flex utilities.
+ align-items: center;
+}
+
+// Button for toggling the navbar when in its collapsed state
+.navbar-toggler {
+ padding: $navbar-toggler-padding-y $navbar-toggler-padding-x;
+ @include font-size($navbar-toggler-font-size);
+ line-height: 1;
+ background-color: transparent; // remove default button style
+ border: $border-width solid transparent; // remove default button style
+ @include border-radius($navbar-toggler-border-radius);
+ @include transition($navbar-toggler-transition);
+
+ &:hover {
+ text-decoration: none;
+ }
+
+ &:focus {
+ text-decoration: none;
+ outline: 0;
+ box-shadow: 0 0 0 $navbar-toggler-focus-width;
+ }
+}
+
+// Keep as a separate element so folks can easily override it with another icon
+// or image file as needed.
+.navbar-toggler-icon {
+ display: inline-block;
+ width: 1.5em;
+ height: 1.5em;
+ vertical-align: middle;
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: 100%;
+}
+
+.navbar-nav-scroll {
+ max-height: var(--#{$variable-prefix}scroll-height, 75vh);
+ overflow-y: auto;
+}
+
+// scss-docs-start navbar-expand-loop
+// Generate series of `.navbar-expand-*` responsive classes for configuring
+// where your navbar collapses.
+.navbar-expand {
+ @each $breakpoint in map-keys($grid-breakpoints) {
+ $next: breakpoint-next($breakpoint, $grid-breakpoints);
+ $infix: breakpoint-infix($next, $grid-breakpoints);
+
+ // stylelint-disable-next-line scss/selector-no-union-class-name
+ &#{$infix} {
+ @include media-breakpoint-up($next) {
+ flex-wrap: nowrap;
+ justify-content: flex-start;
+
+ .navbar-nav {
+ flex-direction: row;
+
+ .dropdown-menu {
+ position: absolute;
+ }
+
+ .nav-link {
+ padding-right: $navbar-nav-link-padding-x;
+ padding-left: $navbar-nav-link-padding-x;
+ }
+ }
+
+ .navbar-nav-scroll {
+ overflow: visible;
+ }
+
+ .navbar-collapse {
+ display: flex !important; // stylelint-disable-line declaration-no-important
+ flex-basis: auto;
+ }
+
+ .navbar-toggler {
+ display: none;
+ }
+ }
+ }
+ }
+}
+// scss-docs-end navbar-expand-loop
+
+
+// Navbar themes
+//
+// Styles for switching between navbars with light or dark background.
+
+// Dark links against a light background
+.navbar-light {
+ .navbar-brand {
+ color: $navbar-light-brand-color;
+
+ &:hover,
+ &:focus {
+ color: $navbar-light-brand-hover-color;
+ }
+ }
+
+ .navbar-nav {
+ .nav-link {
+ color: $navbar-light-color;
+
+ &:hover,
+ &:focus {
+ color: $navbar-light-hover-color;
+ }
+
+ &.disabled {
+ color: $navbar-light-disabled-color;
+ }
+ }
+
+ .show > .nav-link,
+ .nav-link.active {
+ color: $navbar-light-active-color;
+ }
+ }
+
+ .navbar-toggler {
+ color: $navbar-light-color;
+ border-color: $navbar-light-toggler-border-color;
+ }
+
+ .navbar-toggler-icon {
+ background-image: escape-svg($navbar-light-toggler-icon-bg);
+ }
+
+ .navbar-text {
+ color: $navbar-light-color;
+
+ a,
+ a:hover,
+ a:focus {
+ color: $navbar-light-active-color;
+ }
+ }
+}
+
+// White links against a dark background
+.navbar-dark {
+ .navbar-brand {
+ color: $navbar-dark-brand-color;
+
+ &:hover,
+ &:focus {
+ color: $navbar-dark-brand-hover-color;
+ }
+ }
+
+ .navbar-nav {
+ .nav-link {
+ color: $navbar-dark-color;
+
+ &:hover,
+ &:focus {
+ color: $navbar-dark-hover-color;
+ }
+
+ &.disabled {
+ color: $navbar-dark-disabled-color;
+ }
+ }
+
+ .show > .nav-link,
+ .nav-link.active {
+ color: $navbar-dark-active-color;
+ }
+ }
+
+ .navbar-toggler {
+ color: $navbar-dark-color;
+ border-color: $navbar-dark-toggler-border-color;
+ }
+
+ .navbar-toggler-icon {
+ background-image: escape-svg($navbar-dark-toggler-icon-bg);
+ }
+
+ .navbar-text {
+ color: $navbar-dark-color;
+ a,
+ a:hover,
+ a:focus {
+ color: $navbar-dark-active-color;
+ }
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_offcanvas.scss b/alphabetlearning/static/bootstrap/scss/_offcanvas.scss
new file mode 100644
index 0000000..91db686
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_offcanvas.scss
@@ -0,0 +1,79 @@
+.offcanvas {
+ position: fixed;
+ bottom: 0;
+ z-index: $zindex-offcanvas;
+ display: flex;
+ flex-direction: column;
+ max-width: 100%;
+ color: $offcanvas-color;
+ visibility: hidden;
+ background-color: $offcanvas-bg-color;
+ background-clip: padding-box;
+ outline: 0;
+ @include box-shadow($offcanvas-box-shadow);
+ @include transition(transform $offcanvas-transition-duration ease-in-out);
+}
+
+.offcanvas-header {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding: $offcanvas-padding-y $offcanvas-padding-x;
+
+ .btn-close {
+ padding: ($offcanvas-padding-y * .5) ($offcanvas-padding-x * .5);
+ margin-top: $offcanvas-padding-y * -.5;
+ margin-right: $offcanvas-padding-x * -.5;
+ margin-bottom: $offcanvas-padding-y * -.5;
+ }
+}
+
+.offcanvas-title {
+ margin-bottom: 0;
+ line-height: $offcanvas-title-line-height;
+}
+
+.offcanvas-body {
+ flex-grow: 1;
+ padding: $offcanvas-padding-y $offcanvas-padding-x;
+ overflow-y: auto;
+}
+
+.offcanvas-start {
+ top: 0;
+ left: 0;
+ width: $offcanvas-horizontal-width;
+ border-right: $offcanvas-border-width solid $offcanvas-border-color;
+ transform: translateX(-100%);
+}
+
+.offcanvas-end {
+ top: 0;
+ right: 0;
+ width: $offcanvas-horizontal-width;
+ border-left: $offcanvas-border-width solid $offcanvas-border-color;
+ transform: translateX(100%);
+}
+
+.offcanvas-top {
+ top: 0;
+ right: 0;
+ left: 0;
+ height: $offcanvas-vertical-height;
+ max-height: 100%;
+ border-bottom: $offcanvas-border-width solid $offcanvas-border-color;
+ transform: translateY(-100%);
+}
+
+.offcanvas-bottom {
+ right: 0;
+ left: 0;
+ height: $offcanvas-vertical-height;
+ max-height: 100%;
+ border-top: $offcanvas-border-width solid $offcanvas-border-color;
+ transform: translateY(100%);
+}
+
+.offcanvas.show {
+ transform: none;
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_pagination.scss b/alphabetlearning/static/bootstrap/scss/_pagination.scss
new file mode 100644
index 0000000..9c46666
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_pagination.scss
@@ -0,0 +1,64 @@
+.pagination {
+ display: flex;
+ @include list-unstyled();
+}
+
+.page-link {
+ position: relative;
+ display: block;
+ color: $pagination-color;
+ text-decoration: if($link-decoration == none, null, none);
+ background-color: $pagination-bg;
+ border: $pagination-border-width solid $pagination-border-color;
+ @include transition($pagination-transition);
+
+ &:hover {
+ z-index: 2;
+ color: $pagination-hover-color;
+ text-decoration: if($link-hover-decoration == underline, none, null);
+ background-color: $pagination-hover-bg;
+ border-color: $pagination-hover-border-color;
+ }
+
+ &:focus {
+ z-index: 3;
+ color: $pagination-focus-color;
+ background-color: $pagination-focus-bg;
+ outline: $pagination-focus-outline;
+ box-shadow: $pagination-focus-box-shadow;
+ }
+}
+
+.page-item {
+ &:not(:first-child) .page-link {
+ margin-left: $pagination-margin-start;
+ }
+
+ &.active .page-link {
+ z-index: 3;
+ color: $pagination-active-color;
+ @include gradient-bg($pagination-active-bg);
+ border-color: $pagination-active-border-color;
+ }
+
+ &.disabled .page-link {
+ color: $pagination-disabled-color;
+ pointer-events: none;
+ background-color: $pagination-disabled-bg;
+ border-color: $pagination-disabled-border-color;
+ }
+}
+
+
+//
+// Sizing
+//
+@include pagination-size($pagination-padding-y, $pagination-padding-x, null, $pagination-border-radius);
+
+.pagination-lg {
+ @include pagination-size($pagination-padding-y-lg, $pagination-padding-x-lg, $font-size-lg, $pagination-border-radius-lg);
+}
+
+.pagination-sm {
+ @include pagination-size($pagination-padding-y-sm, $pagination-padding-x-sm, $font-size-sm, $pagination-border-radius-sm);
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_popover.scss b/alphabetlearning/static/bootstrap/scss/_popover.scss
new file mode 100644
index 0000000..3b8208e
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_popover.scss
@@ -0,0 +1,158 @@
+.popover {
+ position: absolute;
+ top: 0;
+ left: 0 #{"/* rtl:ignore */"};
+ z-index: $zindex-popover;
+ display: block;
+ max-width: $popover-max-width;
+ // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.
+ // So reset our font and text properties to avoid inheriting weird values.
+ @include reset-text();
+ @include font-size($popover-font-size);
+ // Allow breaking very long words so they don't overflow the popover's bounds
+ word-wrap: break-word;
+ background-color: $popover-bg;
+ background-clip: padding-box;
+ border: $popover-border-width solid $popover-border-color;
+ @include border-radius($popover-border-radius);
+ @include box-shadow($popover-box-shadow);
+
+ .popover-arrow {
+ position: absolute;
+ display: block;
+ width: $popover-arrow-width;
+ height: $popover-arrow-height;
+
+ &::before,
+ &::after {
+ position: absolute;
+ display: block;
+ content: "";
+ border-color: transparent;
+ border-style: solid;
+ }
+ }
+}
+
+.bs-popover-top {
+ > .popover-arrow {
+ bottom: subtract(-$popover-arrow-height, $popover-border-width);
+
+ &::before {
+ bottom: 0;
+ border-width: $popover-arrow-height ($popover-arrow-width * .5) 0;
+ border-top-color: $popover-arrow-outer-color;
+ }
+
+ &::after {
+ bottom: $popover-border-width;
+ border-width: $popover-arrow-height ($popover-arrow-width * .5) 0;
+ border-top-color: $popover-arrow-color;
+ }
+ }
+}
+
+.bs-popover-end {
+ > .popover-arrow {
+ left: subtract(-$popover-arrow-height, $popover-border-width);
+ width: $popover-arrow-height;
+ height: $popover-arrow-width;
+
+ &::before {
+ left: 0;
+ border-width: ($popover-arrow-width * .5) $popover-arrow-height ($popover-arrow-width * .5) 0;
+ border-right-color: $popover-arrow-outer-color;
+ }
+
+ &::after {
+ left: $popover-border-width;
+ border-width: ($popover-arrow-width * .5) $popover-arrow-height ($popover-arrow-width * .5) 0;
+ border-right-color: $popover-arrow-color;
+ }
+ }
+}
+
+.bs-popover-bottom {
+ > .popover-arrow {
+ top: subtract(-$popover-arrow-height, $popover-border-width);
+
+ &::before {
+ top: 0;
+ border-width: 0 ($popover-arrow-width * .5) $popover-arrow-height ($popover-arrow-width * .5);
+ border-bottom-color: $popover-arrow-outer-color;
+ }
+
+ &::after {
+ top: $popover-border-width;
+ border-width: 0 ($popover-arrow-width * .5) $popover-arrow-height ($popover-arrow-width * .5);
+ border-bottom-color: $popover-arrow-color;
+ }
+ }
+
+ // This will remove the popover-header's border just below the arrow
+ .popover-header::before {
+ position: absolute;
+ top: 0;
+ left: 50%;
+ display: block;
+ width: $popover-arrow-width;
+ margin-left: -$popover-arrow-width * .5;
+ content: "";
+ border-bottom: $popover-border-width solid $popover-header-bg;
+ }
+}
+
+.bs-popover-start {
+ > .popover-arrow {
+ right: subtract(-$popover-arrow-height, $popover-border-width);
+ width: $popover-arrow-height;
+ height: $popover-arrow-width;
+
+ &::before {
+ right: 0;
+ border-width: ($popover-arrow-width * .5) 0 ($popover-arrow-width * .5) $popover-arrow-height;
+ border-left-color: $popover-arrow-outer-color;
+ }
+
+ &::after {
+ right: $popover-border-width;
+ border-width: ($popover-arrow-width * .5) 0 ($popover-arrow-width * .5) $popover-arrow-height;
+ border-left-color: $popover-arrow-color;
+ }
+ }
+}
+
+.bs-popover-auto {
+ &[data-popper-placement^="top"] {
+ @extend .bs-popover-top;
+ }
+ &[data-popper-placement^="right"] {
+ @extend .bs-popover-end;
+ }
+ &[data-popper-placement^="bottom"] {
+ @extend .bs-popover-bottom;
+ }
+ &[data-popper-placement^="left"] {
+ @extend .bs-popover-start;
+ }
+}
+
+// Offset the popover to account for the popover arrow
+.popover-header {
+ padding: $popover-header-padding-y $popover-header-padding-x;
+ margin-bottom: 0; // Reset the default from Reboot
+ @include font-size($font-size-base);
+ color: $popover-header-color;
+ background-color: $popover-header-bg;
+ border-bottom: $popover-border-width solid $popover-border-color;
+ @include border-top-radius($popover-inner-border-radius);
+
+ &:empty {
+ display: none;
+ }
+}
+
+.popover-body {
+ padding: $popover-body-padding-y $popover-body-padding-x;
+ color: $popover-body-color;
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_progress.scss b/alphabetlearning/static/bootstrap/scss/_progress.scss
new file mode 100644
index 0000000..5715ab0
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_progress.scss
@@ -0,0 +1,48 @@
+// Disable animation if transitions are disabled
+
+// scss-docs-start progress-keyframes
+@if $enable-transitions {
+ @keyframes progress-bar-stripes {
+ 0% { background-position-x: $progress-height; }
+ }
+}
+// scss-docs-end progress-keyframes
+
+.progress {
+ display: flex;
+ height: $progress-height;
+ overflow: hidden; // force rounded corners by cropping it
+ @include font-size($progress-font-size);
+ background-color: $progress-bg;
+ @include border-radius($progress-border-radius);
+ @include box-shadow($progress-box-shadow);
+}
+
+.progress-bar {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ overflow: hidden;
+ color: $progress-bar-color;
+ text-align: center;
+ white-space: nowrap;
+ background-color: $progress-bar-bg;
+ @include transition($progress-bar-transition);
+}
+
+.progress-bar-striped {
+ @include gradient-striped();
+ background-size: $progress-height $progress-height;
+}
+
+@if $enable-transitions {
+ .progress-bar-animated {
+ animation: $progress-bar-animation-timing progress-bar-stripes;
+
+ @if $enable-reduced-motion {
+ @media (prefers-reduced-motion: reduce) {
+ animation: none;
+ }
+ }
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_reboot.scss b/alphabetlearning/static/bootstrap/scss/_reboot.scss
new file mode 100644
index 0000000..3520469
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_reboot.scss
@@ -0,0 +1,621 @@
+// stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix
+
+
+// Reboot
+//
+// Normalization of HTML elements, manually forked from Normalize.css to remove
+// styles targeting irrelevant browsers while applying new styles.
+//
+// Normalize is licensed MIT. https://github.com/necolas/normalize.css
+
+
+// Document
+//
+// Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
+
+*,
+*::before,
+*::after {
+ box-sizing: border-box;
+}
+
+
+// Root
+//
+// Ability to the value of the root font sizes, affecting the value of `rem`.
+// null by default, thus nothing is generated.
+
+:root {
+ font-size: $font-size-root;
+
+ @if $enable-smooth-scroll {
+ @media (prefers-reduced-motion: no-preference) {
+ scroll-behavior: smooth;
+ }
+ }
+}
+
+
+// Body
+//
+// 1. Remove the margin in all browsers.
+// 2. As a best practice, apply a default `background-color`.
+// 3. Prevent adjustments of font size after orientation changes in iOS.
+// 4. Change the default tap highlight to be completely transparent in iOS.
+
+body {
+ margin: 0; // 1
+ font-family: $font-family-base;
+ @include font-size($font-size-base);
+ font-weight: $font-weight-base;
+ line-height: $line-height-base;
+ color: $body-color;
+ text-align: $body-text-align;
+ background-color: $body-bg; // 2
+ -webkit-text-size-adjust: 100%; // 3
+ -webkit-tap-highlight-color: rgba($black, 0); // 4
+}
+
+
+// Content grouping
+//
+// 1. Reset Firefox's gray color
+// 2. Set correct height and prevent the `size` attribute to make the `hr` look like an input field
+
+hr {
+ margin: $hr-margin-y 0;
+ color: $hr-color; // 1
+ background-color: currentColor;
+ border: 0;
+ opacity: $hr-opacity;
+}
+
+hr:not([size]) {
+ height: $hr-height; // 2
+}
+
+
+// Typography
+//
+// 1. Remove top margins from headings
+// By default, `<h1>`-`<h6>` all receive top and bottom margins. We nuke the top
+// margin for easier control within type scales as it avoids margin collapsing.
+
+%heading {
+ margin-top: 0; // 1
+ margin-bottom: $headings-margin-bottom;
+ font-family: $headings-font-family;
+ font-style: $headings-font-style;
+ font-weight: $headings-font-weight;
+ line-height: $headings-line-height;
+ color: $headings-color;
+}
+
+h1 {
+ @extend %heading;
+ @include font-size($h1-font-size);
+}
+
+h2 {
+ @extend %heading;
+ @include font-size($h2-font-size);
+}
+
+h3 {
+ @extend %heading;
+ @include font-size($h3-font-size);
+}
+
+h4 {
+ @extend %heading;
+ @include font-size($h4-font-size);
+}
+
+h5 {
+ @extend %heading;
+ @include font-size($h5-font-size);
+}
+
+h6 {
+ @extend %heading;
+ @include font-size($h6-font-size);
+}
+
+
+// Reset margins on paragraphs
+//
+// Similarly, the top margin on `<p>`s get reset. However, we also reset the
+// bottom margin to use `rem` units instead of `em`.
+
+p {
+ margin-top: 0;
+ margin-bottom: $paragraph-margin-bottom;
+}
+
+
+// Abbreviations
+//
+// 1. Duplicate behavior to the data-bs-* attribute for our tooltip plugin
+// 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
+// 3. Add explicit cursor to indicate changed behavior.
+// 4. Prevent the text-decoration to be skipped.
+
+abbr[title],
+abbr[data-bs-original-title] { // 1
+ text-decoration: underline dotted; // 2
+ cursor: help; // 3
+ text-decoration-skip-ink: none; // 4
+}
+
+
+// Address
+
+address {
+ margin-bottom: 1rem;
+ font-style: normal;
+ line-height: inherit;
+}
+
+
+// Lists
+
+ol,
+ul {
+ padding-left: 2rem;
+}
+
+ol,
+ul,
+dl {
+ margin-top: 0;
+ margin-bottom: 1rem;
+}
+
+ol ol,
+ul ul,
+ol ul,
+ul ol {
+ margin-bottom: 0;
+}
+
+dt {
+ font-weight: $dt-font-weight;
+}
+
+// 1. Undo browser default
+
+dd {
+ margin-bottom: .5rem;
+ margin-left: 0; // 1
+}
+
+
+// Blockquote
+
+blockquote {
+ margin: 0 0 1rem;
+}
+
+
+// Strong
+//
+// Add the correct font weight in Chrome, Edge, and Safari
+
+b,
+strong {
+ font-weight: $font-weight-bolder;
+}
+
+
+// Small
+//
+// Add the correct font size in all browsers
+
+small {
+ @include font-size($small-font-size);
+}
+
+
+// Mark
+
+mark {
+ padding: $mark-padding;
+ background-color: $mark-bg;
+}
+
+
+// Sub and Sup
+//
+// Prevent `sub` and `sup` elements from affecting the line height in
+// all browsers.
+
+sub,
+sup {
+ position: relative;
+ @include font-size($sub-sup-font-size);
+ line-height: 0;
+ vertical-align: baseline;
+}
+
+sub { bottom: -.25em; }
+sup { top: -.5em; }
+
+
+// Links
+
+a {
+ color: $link-color;
+ text-decoration: $link-decoration;
+
+ &:hover {
+ color: $link-hover-color;
+ text-decoration: $link-hover-decoration;
+ }
+}
+
+// And undo these styles for placeholder links/named anchors (without href).
+// It would be more straightforward to just use a[href] in previous block, but that
+// causes specificity issues in many other styles that are too complex to fix.
+// See https://github.com/twbs/bootstrap/issues/19402
+
+a:not([href]):not([class]) {
+ &,
+ &:hover {
+ color: inherit;
+ text-decoration: none;
+ }
+}
+
+
+// Code
+
+pre,
+code,
+kbd,
+samp {
+ font-family: $font-family-code;
+ @include font-size(1em); // Correct the odd `em` font sizing in all browsers.
+ direction: ltr #{"/* rtl:ignore */"};
+ unicode-bidi: bidi-override;
+}
+
+// 1. Remove browser default top margin
+// 2. Reset browser default of `1em` to use `rem`s
+// 3. Don't allow content to break outside
+
+pre {
+ display: block;
+ margin-top: 0; // 1
+ margin-bottom: 1rem; // 2
+ overflow: auto; // 3
+ @include font-size($code-font-size);
+ color: $pre-color;
+
+ // Account for some code outputs that place code tags in pre tags
+ code {
+ @include font-size(inherit);
+ color: inherit;
+ word-break: normal;
+ }
+}
+
+code {
+ @include font-size($code-font-size);
+ color: $code-color;
+ word-wrap: break-word;
+
+ // Streamline the style when inside anchors to avoid broken underline and more
+ a > & {
+ color: inherit;
+ }
+}
+
+kbd {
+ padding: $kbd-padding-y $kbd-padding-x;
+ @include font-size($kbd-font-size);
+ color: $kbd-color;
+ background-color: $kbd-bg;
+ @include border-radius($border-radius-sm);
+
+ kbd {
+ padding: 0;
+ @include font-size(1em);
+ font-weight: $nested-kbd-font-weight;
+ }
+}
+
+
+// Figures
+//
+// Apply a consistent margin strategy (matches our type styles).
+
+figure {
+ margin: 0 0 1rem;
+}
+
+
+// Images and content
+
+img,
+svg {
+ vertical-align: middle;
+}
+
+
+// Tables
+//
+// Prevent double borders
+
+table {
+ caption-side: bottom;
+ border-collapse: collapse;
+}
+
+caption {
+ padding-top: $table-cell-padding-y;
+ padding-bottom: $table-cell-padding-y;
+ color: $table-caption-color;
+ text-align: left;
+}
+
+// 1. Removes font-weight bold by inheriting
+// 2. Matches default `<td>` alignment by inheriting `text-align`.
+// 3. Fix alignment for Safari
+
+th {
+ font-weight: $table-th-font-weight; // 1
+ text-align: inherit; // 2
+ text-align: -webkit-match-parent; // 3
+}
+
+thead,
+tbody,
+tfoot,
+tr,
+td,
+th {
+ border-color: inherit;
+ border-style: solid;
+ border-width: 0;
+}
+
+
+// Forms
+//
+// 1. Allow labels to use `margin` for spacing.
+
+label {
+ display: inline-block; // 1
+}
+
+// Remove the default `border-radius` that macOS Chrome adds.
+// See https://github.com/twbs/bootstrap/issues/24093
+
+button {
+ // stylelint-disable-next-line property-disallowed-list
+ border-radius: 0;
+}
+
+// Explicitly remove focus outline in Chromium when it shouldn't be
+// visible (e.g. as result of mouse click or touch tap). It already
+// should be doing this automatically, but seems to currently be
+// confused and applies its very visible two-tone outline anyway.
+
+button:focus:not(:focus-visible) {
+ outline: 0;
+}
+
+// 1. Remove the margin in Firefox and Safari
+
+input,
+button,
+select,
+optgroup,
+textarea {
+ margin: 0; // 1
+ font-family: inherit;
+ @include font-size(inherit);
+ line-height: inherit;
+}
+
+// Remove the inheritance of text transform in Firefox
+button,
+select {
+ text-transform: none;
+}
+// Set the cursor for non-`<button>` buttons
+//
+// Details at https://github.com/twbs/bootstrap/pull/30562
+[role="button"] {
+ cursor: pointer;
+}
+
+select {
+ // Remove the inheritance of word-wrap in Safari.
+ // See https://github.com/twbs/bootstrap/issues/24990
+ word-wrap: normal;
+
+ // Undo the opacity change from Chrome
+ &:disabled {
+ opacity: 1;
+ }
+}
+
+// Remove the dropdown arrow in Chrome from inputs built with datalists.
+// See https://stackoverflow.com/a/54997118
+
+[list]::-webkit-calendar-picker-indicator {
+ display: none;
+}
+
+// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
+// controls in Android 4.
+// 2. Correct the inability to style clickable types in iOS and Safari.
+// 3. Opinionated: add "hand" cursor to non-disabled button elements.
+
+button,
+[type="button"], // 1
+[type="reset"],
+[type="submit"] {
+ -webkit-appearance: button; // 2
+
+ @if $enable-button-pointers {
+ &:not(:disabled) {
+ cursor: pointer; // 3
+ }
+ }
+}
+
+// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.
+
+::-moz-focus-inner {
+ padding: 0;
+ border-style: none;
+}
+
+// 1. Textareas should really only resize vertically so they don't break their (horizontal) containers.
+
+textarea {
+ resize: vertical; // 1
+}
+
+// 1. Browsers set a default `min-width: min-content;` on fieldsets,
+// unlike e.g. `<div>`s, which have `min-width: 0;` by default.
+// So we reset that to ensure fieldsets behave more like a standard block element.
+// See https://github.com/twbs/bootstrap/issues/12359
+// and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements
+// 2. Reset the default outline behavior of fieldsets so they don't affect page layout.
+
+fieldset {
+ min-width: 0; // 1
+ padding: 0; // 2
+ margin: 0; // 2
+ border: 0; // 2
+}
+
+// 1. By using `float: left`, the legend will behave like a block element.
+// This way the border of a fieldset wraps around the legend if present.
+// 2. Fix wrapping bug.
+// See https://github.com/twbs/bootstrap/issues/29712
+
+legend {
+ float: left; // 1
+ width: 100%;
+ padding: 0;
+ margin-bottom: $legend-margin-bottom;
+ @include font-size($legend-font-size);
+ font-weight: $legend-font-weight;
+ line-height: inherit;
+
+ + * {
+ clear: left; // 2
+ }
+}
+
+// Fix height of inputs with a type of datetime-local, date, month, week, or time
+// See https://github.com/twbs/bootstrap/issues/18842
+
+::-webkit-datetime-edit-fields-wrapper,
+::-webkit-datetime-edit-text,
+::-webkit-datetime-edit-minute,
+::-webkit-datetime-edit-hour-field,
+::-webkit-datetime-edit-day-field,
+::-webkit-datetime-edit-month-field,
+::-webkit-datetime-edit-year-field {
+ padding: 0;
+}
+
+::-webkit-inner-spin-button {
+ height: auto;
+}
+
+// 1. Correct the outline style in Safari.
+// 2. This overrides the extra rounded corners on search inputs in iOS so that our
+// `.form-control` class can properly style them. Note that this cannot simply
+// be added to `.form-control` as it's not specific enough. For details, see
+// https://github.com/twbs/bootstrap/issues/11586.
+
+[type="search"] {
+ outline-offset: -2px; // 1
+ -webkit-appearance: textfield; // 2
+}
+
+// 1. A few input types should stay LTR
+// See https://rtlstyling.com/posts/rtl-styling#form-inputs
+// 2. RTL only output
+// See https://rtlcss.com/learn/usage-guide/control-directives/#raw
+
+/* rtl:raw:
+[type="tel"],
+[type="url"],
+[type="email"],
+[type="number"] {
+ direction: ltr;
+}
+*/
+
+// Remove the inner padding in Chrome and Safari on macOS.
+
+::-webkit-search-decoration {
+ -webkit-appearance: none;
+}
+
+// Remove padding around color pickers in webkit browsers
+
+::-webkit-color-swatch-wrapper {
+ padding: 0;
+}
+
+
+// Inherit font family and line height for file input buttons
+
+::file-selector-button {
+ font: inherit;
+}
+
+// 1. Change font properties to `inherit`
+// 2. Correct the inability to style clickable types in iOS and Safari.
+
+::-webkit-file-upload-button {
+ font: inherit; // 1
+ -webkit-appearance: button; // 2
+}
+
+// Correct element displays
+
+output {
+ display: inline-block;
+}
+
+// Remove border from iframe
+
+iframe {
+ border: 0;
+}
+
+// Summary
+//
+// 1. Add the correct display in all browsers
+
+summary {
+ display: list-item; // 1
+ cursor: pointer;
+}
+
+
+// Progress
+//
+// Add the correct vertical alignment in Chrome, Firefox, and Opera.
+
+progress {
+ vertical-align: baseline;
+}
+
+
+// Hidden attribute
+//
+// Always hide an element with the `hidden` HTML attribute.
+
+[hidden] {
+ display: none !important;
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_root.scss b/alphabetlearning/static/bootstrap/scss/_root.scss
new file mode 100644
index 0000000..768d634
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_root.scss
@@ -0,0 +1,16 @@
+:root {
+ // Custom variable values only support SassScript inside `#{}`.
+ @each $color, $value in $colors {
+ --#{$variable-prefix}#{$color}: #{$value};
+ }
+
+ @each $color, $value in $theme-colors {
+ --#{$variable-prefix}#{$color}: #{$value};
+ }
+
+ // Use `inspect` for lists so that quoted items keep the quotes.
+ // See https://github.com/sass/sass/issues/2383#issuecomment-336349172
+ --#{$variable-prefix}font-sans-serif: #{inspect($font-family-sans-serif)};
+ --#{$variable-prefix}font-monospace: #{inspect($font-family-monospace)};
+ --#{$variable-prefix}gradient: #{$gradient};
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_spinners.scss b/alphabetlearning/static/bootstrap/scss/_spinners.scss
new file mode 100644
index 0000000..a4a2c77
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_spinners.scss
@@ -0,0 +1,69 @@
+//
+// Rotating border
+//
+
+// scss-docs-start spinner-border-keyframes
+@keyframes spinner-border {
+ to { transform: rotate(360deg) #{"/* rtl:ignore */"}; }
+}
+// scss-docs-end spinner-border-keyframes
+
+.spinner-border {
+ display: inline-block;
+ width: $spinner-width;
+ height: $spinner-height;
+ vertical-align: $spinner-vertical-align;
+ border: $spinner-border-width solid currentColor;
+ border-right-color: transparent;
+ // stylelint-disable-next-line property-disallowed-list
+ border-radius: 50%;
+ animation: $spinner-animation-speed linear infinite spinner-border;
+}
+
+.spinner-border-sm {
+ width: $spinner-width-sm;
+ height: $spinner-height-sm;
+ border-width: $spinner-border-width-sm;
+}
+
+//
+// Growing circle
+//
+
+// scss-docs-start spinner-grow-keyframes
+@keyframes spinner-grow {
+ 0% {
+ transform: scale(0);
+ }
+ 50% {
+ opacity: 1;
+ transform: none;
+ }
+}
+// scss-docs-end spinner-grow-keyframes
+
+.spinner-grow {
+ display: inline-block;
+ width: $spinner-width;
+ height: $spinner-height;
+ vertical-align: $spinner-vertical-align;
+ background-color: currentColor;
+ // stylelint-disable-next-line property-disallowed-list
+ border-radius: 50%;
+ opacity: 0;
+ animation: $spinner-animation-speed linear infinite spinner-grow;
+}
+
+.spinner-grow-sm {
+ width: $spinner-width-sm;
+ height: $spinner-height-sm;
+}
+
+@if $enable-reduced-motion {
+ @media (prefers-reduced-motion: reduce) {
+ .spinner-border,
+ .spinner-grow {
+ animation-duration: $spinner-animation-speed * 2;
+ }
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_tables.scss b/alphabetlearning/static/bootstrap/scss/_tables.scss
new file mode 100644
index 0000000..92556ba
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_tables.scss
@@ -0,0 +1,151 @@
+//
+// Basic Bootstrap table
+//
+
+.table {
+ --#{$variable-prefix}table-bg: #{$table-bg};
+ --#{$variable-prefix}table-accent-bg: #{$table-accent-bg};
+ --#{$variable-prefix}table-striped-color: #{$table-striped-color};
+ --#{$variable-prefix}table-striped-bg: #{$table-striped-bg};
+ --#{$variable-prefix}table-active-color: #{$table-active-color};
+ --#{$variable-prefix}table-active-bg: #{$table-active-bg};
+ --#{$variable-prefix}table-hover-color: #{$table-hover-color};
+ --#{$variable-prefix}table-hover-bg: #{$table-hover-bg};
+
+ width: 100%;
+ margin-bottom: $spacer;
+ color: $table-color;
+ vertical-align: $table-cell-vertical-align;
+ border-color: $table-border-color;
+
+ // Target th & td
+ // We need the child combinator to prevent styles leaking to nested tables which doesn't have a `.table` class.
+ // We use the universal selectors here to simplify the selector (else we would need 6 different selectors).
+ // Another advantage is that this generates less code and makes the selector less specific making it easier to override.
+ // stylelint-disable-next-line selector-max-universal
+ > :not(caption) > * > * {
+ padding: $table-cell-padding-y $table-cell-padding-x;
+ background-color: var(--#{$variable-prefix}table-bg);
+ border-bottom-width: $table-border-width;
+ box-shadow: inset 0 0 0 9999px var(--#{$variable-prefix}table-accent-bg);
+ }
+
+ > tbody {
+ vertical-align: inherit;
+ }
+
+ > thead {
+ vertical-align: bottom;
+ }
+
+ // Highlight border color between thead, tbody and tfoot.
+ > :not(:last-child) > :last-child > * {
+ border-bottom-color: $table-group-separator-color;
+ }
+}
+
+
+//
+// Change placement of captions with a class
+//
+
+.caption-top {
+ caption-side: top;
+}
+
+
+//
+// Condensed table w/ half padding
+//
+
+.table-sm {
+ // stylelint-disable-next-line selector-max-universal
+ > :not(caption) > * > * {
+ padding: $table-cell-padding-y-sm $table-cell-padding-x-sm;
+ }
+}
+
+
+// Border versions
+//
+// Add or remove borders all around the table and between all the columns.
+//
+// When borders are added on all sides of the cells, the corners can render odd when
+// these borders do not have the same color or if they are semi-transparent.
+// Therefor we add top and border bottoms to the `tr`s and left and right borders
+// to the `td`s or `th`s
+
+.table-bordered {
+ > :not(caption) > * {
+ border-width: $table-border-width 0;
+
+ // stylelint-disable-next-line selector-max-universal
+ > * {
+ border-width: 0 $table-border-width;
+ }
+ }
+}
+
+.table-borderless {
+ // stylelint-disable-next-line selector-max-universal
+ > :not(caption) > * > * {
+ border-bottom-width: 0;
+ }
+}
+
+// Zebra-striping
+//
+// Default zebra-stripe styles (alternating gray and transparent backgrounds)
+
+.table-striped {
+ > tbody > tr:nth-of-type(#{$table-striped-order}) {
+ --#{$variable-prefix}table-accent-bg: var(--#{$variable-prefix}table-striped-bg);
+ color: var(--#{$variable-prefix}table-striped-color);
+ }
+}
+
+// Active table
+//
+// The `.table-active` class can be added to highlight rows or cells
+
+.table-active {
+ --#{$variable-prefix}table-accent-bg: var(--#{$variable-prefix}table-active-bg);
+ color: var(--#{$variable-prefix}table-active-color);
+}
+
+// Hover effect
+//
+// Placed here since it has to come after the potential zebra striping
+
+.table-hover {
+ > tbody > tr:hover {
+ --#{$variable-prefix}table-accent-bg: var(--#{$variable-prefix}table-hover-bg);
+ color: var(--#{$variable-prefix}table-hover-color);
+ }
+}
+
+
+// Table variants
+//
+// Table variants set the table cell backgrounds, border colors
+// and the colors of the striped, hovered & active tables
+
+@each $color, $value in $table-variants {
+ @include table-variant($color, $value);
+}
+
+// Responsive tables
+//
+// Generate series of `.table-responsive-*` classes for configuring the screen
+// size of where your table will overflow.
+
+@each $breakpoint in map-keys($grid-breakpoints) {
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
+
+ @include media-breakpoint-down($breakpoint) {
+ .table-responsive#{$infix} {
+ overflow-x: auto;
+ -webkit-overflow-scrolling: touch;
+ }
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_toasts.scss b/alphabetlearning/static/bootstrap/scss/_toasts.scss
new file mode 100644
index 0000000..717aae5
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_toasts.scss
@@ -0,0 +1,51 @@
+.toast {
+ width: $toast-max-width;
+ max-width: 100%;
+ @include font-size($toast-font-size);
+ color: $toast-color;
+ pointer-events: auto;
+ background-color: $toast-background-color;
+ background-clip: padding-box;
+ border: $toast-border-width solid $toast-border-color;
+ box-shadow: $toast-box-shadow;
+ @include border-radius($toast-border-radius);
+
+ &:not(.showing):not(.show) {
+ opacity: 0;
+ }
+
+ &.hide {
+ display: none;
+ }
+}
+
+.toast-container {
+ width: max-content;
+ max-width: 100%;
+ pointer-events: none;
+
+ > :not(:last-child) {
+ margin-bottom: $toast-spacing;
+ }
+}
+
+.toast-header {
+ display: flex;
+ align-items: center;
+ padding: $toast-padding-y $toast-padding-x;
+ color: $toast-header-color;
+ background-color: $toast-header-background-color;
+ background-clip: padding-box;
+ border-bottom: $toast-border-width solid $toast-header-border-color;
+ @include border-top-radius(subtract($toast-border-radius, $toast-border-width));
+
+ .btn-close {
+ margin-right: $toast-padding-x * -.5;
+ margin-left: $toast-padding-x;
+ }
+}
+
+.toast-body {
+ padding: $toast-padding-x; // apply to both vertical and horizontal
+ word-wrap: break-word;
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_tooltip.scss b/alphabetlearning/static/bootstrap/scss/_tooltip.scss
new file mode 100644
index 0000000..75ff078
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_tooltip.scss
@@ -0,0 +1,115 @@
+// Base class
+.tooltip {
+ position: absolute;
+ z-index: $zindex-tooltip;
+ display: block;
+ margin: $tooltip-margin;
+ // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.
+ // So reset our font and text properties to avoid inheriting weird values.
+ @include reset-text();
+ @include font-size($tooltip-font-size);
+ // Allow breaking very long words so they don't overflow the tooltip's bounds
+ word-wrap: break-word;
+ opacity: 0;
+
+ &.show { opacity: $tooltip-opacity; }
+
+ .tooltip-arrow {
+ position: absolute;
+ display: block;
+ width: $tooltip-arrow-width;
+ height: $tooltip-arrow-height;
+
+ &::before {
+ position: absolute;
+ content: "";
+ border-color: transparent;
+ border-style: solid;
+ }
+ }
+}
+
+.bs-tooltip-top {
+ padding: $tooltip-arrow-height 0;
+
+ .tooltip-arrow {
+ bottom: 0;
+
+ &::before {
+ top: -1px;
+ border-width: $tooltip-arrow-height ($tooltip-arrow-width * .5) 0;
+ border-top-color: $tooltip-arrow-color;
+ }
+ }
+}
+
+.bs-tooltip-end {
+ padding: 0 $tooltip-arrow-height;
+
+ .tooltip-arrow {
+ left: 0;
+ width: $tooltip-arrow-height;
+ height: $tooltip-arrow-width;
+
+ &::before {
+ right: -1px;
+ border-width: ($tooltip-arrow-width * .5) $tooltip-arrow-height ($tooltip-arrow-width * .5) 0;
+ border-right-color: $tooltip-arrow-color;
+ }
+ }
+}
+
+.bs-tooltip-bottom {
+ padding: $tooltip-arrow-height 0;
+
+ .tooltip-arrow {
+ top: 0;
+
+ &::before {
+ bottom: -1px;
+ border-width: 0 ($tooltip-arrow-width * .5) $tooltip-arrow-height;
+ border-bottom-color: $tooltip-arrow-color;
+ }
+ }
+}
+
+.bs-tooltip-start {
+ padding: 0 $tooltip-arrow-height;
+
+ .tooltip-arrow {
+ right: 0;
+ width: $tooltip-arrow-height;
+ height: $tooltip-arrow-width;
+
+ &::before {
+ left: -1px;
+ border-width: ($tooltip-arrow-width * .5) 0 ($tooltip-arrow-width * .5) $tooltip-arrow-height;
+ border-left-color: $tooltip-arrow-color;
+ }
+ }
+}
+
+.bs-tooltip-auto {
+ &[data-popper-placement^="top"] {
+ @extend .bs-tooltip-top;
+ }
+ &[data-popper-placement^="right"] {
+ @extend .bs-tooltip-end;
+ }
+ &[data-popper-placement^="bottom"] {
+ @extend .bs-tooltip-bottom;
+ }
+ &[data-popper-placement^="left"] {
+ @extend .bs-tooltip-start;
+ }
+}
+
+// Wrapper for the tooltip content
+.tooltip-inner {
+ max-width: $tooltip-max-width;
+ padding: $tooltip-padding-y $tooltip-padding-x;
+ color: $tooltip-color;
+ text-align: center;
+ background-color: $tooltip-bg;
+ @include border-radius($tooltip-border-radius);
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_transitions.scss b/alphabetlearning/static/bootstrap/scss/_transitions.scss
new file mode 100644
index 0000000..2905df4
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_transitions.scss
@@ -0,0 +1,21 @@
+.fade {
+ @include transition($transition-fade);
+
+ &:not(.show) {
+ opacity: 0;
+ }
+}
+
+// scss-docs-start collapse-classes
+.collapse {
+ &:not(.show) {
+ display: none;
+ }
+}
+
+.collapsing {
+ height: 0;
+ overflow: hidden;
+ @include transition($transition-collapse);
+}
+// scss-docs-end collapse-classes
diff --git a/alphabetlearning/static/bootstrap/scss/_type.scss b/alphabetlearning/static/bootstrap/scss/_type.scss
new file mode 100644
index 0000000..b2d524c
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_type.scss
@@ -0,0 +1,104 @@
+//
+// Headings
+//
+.h1 {
+ @extend h1;
+}
+
+.h2 {
+ @extend h2;
+}
+
+.h3 {
+ @extend h3;
+}
+
+.h4 {
+ @extend h4;
+}
+
+.h5 {
+ @extend h5;
+}
+
+.h6 {
+ @extend h6;
+}
+
+
+.lead {
+ @include font-size($lead-font-size);
+ font-weight: $lead-font-weight;
+}
+
+// Type display classes
+@each $display, $font-size in $display-font-sizes {
+ .display-#{$display} {
+ @include font-size($font-size);
+ font-weight: $display-font-weight;
+ line-height: $display-line-height;
+ }
+}
+
+//
+// Emphasis
+//
+.small {
+ @extend small;
+}
+
+.mark {
+ @extend mark;
+}
+
+//
+// Lists
+//
+
+.list-unstyled {
+ @include list-unstyled();
+}
+
+// Inline turns list items into inline-block
+.list-inline {
+ @include list-unstyled();
+}
+.list-inline-item {
+ display: inline-block;
+
+ &:not(:last-child) {
+ margin-right: $list-inline-padding;
+ }
+}
+
+
+//
+// Misc
+//
+
+// Builds on `abbr`
+.initialism {
+ @include font-size($initialism-font-size);
+ text-transform: uppercase;
+}
+
+// Blockquotes
+.blockquote {
+ margin-bottom: $blockquote-margin-y;
+ @include font-size($blockquote-font-size);
+
+ > :last-child {
+ margin-bottom: 0;
+ }
+}
+
+.blockquote-footer {
+ margin-top: -$blockquote-margin-y;
+ margin-bottom: $blockquote-margin-y;
+ @include font-size($blockquote-footer-font-size);
+ color: $blockquote-footer-color;
+
+ &::before {
+ content: "\2014\00A0"; // em dash, nbsp
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/_utilities.scss b/alphabetlearning/static/bootstrap/scss/_utilities.scss
new file mode 100644
index 0000000..3c927cf
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_utilities.scss
@@ -0,0 +1,594 @@
+// stylelint-disable indentation
+
+// Utilities
+
+$utilities: () !default;
+// stylelint-disable-next-line scss/dollar-variable-default
+$utilities: map-merge(
+ (
+ // scss-docs-start utils-vertical-align
+ "align": (
+ property: vertical-align,
+ class: align,
+ values: baseline top middle bottom text-bottom text-top
+ ),
+ // scss-docs-end utils-vertical-align
+ // scss-docs-start utils-float
+ "float": (
+ responsive: true,
+ property: float,
+ values: (
+ start: left,
+ end: right,
+ none: none,
+ )
+ ),
+ // scss-docs-end utils-float
+ // scss-docs-start utils-overflow
+ "overflow": (
+ property: overflow,
+ values: auto hidden visible scroll,
+ ),
+ // scss-docs-end utils-overflow
+ // scss-docs-start utils-display
+ "display": (
+ responsive: true,
+ print: true,
+ property: display,
+ class: d,
+ values: inline inline-block block grid table table-row table-cell flex inline-flex none
+ ),
+ // scss-docs-end utils-display
+ // scss-docs-start utils-shadow
+ "shadow": (
+ property: box-shadow,
+ class: shadow,
+ values: (
+ null: $box-shadow,
+ sm: $box-shadow-sm,
+ lg: $box-shadow-lg,
+ none: none,
+ )
+ ),
+ // scss-docs-end utils-shadow
+ // scss-docs-start utils-position
+ "position": (
+ property: position,
+ values: static relative absolute fixed sticky
+ ),
+ "top": (
+ property: top,
+ values: $position-values
+ ),
+ "bottom": (
+ property: bottom,
+ values: $position-values
+ ),
+ "start": (
+ property: left,
+ class: start,
+ values: $position-values
+ ),
+ "end": (
+ property: right,
+ class: end,
+ values: $position-values
+ ),
+ "translate-middle": (
+ property: transform,
+ class: translate-middle,
+ values: (
+ null: translate(-50%, -50%),
+ x: translateX(-50%),
+ y: translateY(-50%),
+ )
+ ),
+ // scss-docs-end utils-position
+ // scss-docs-start utils-borders
+ "border": (
+ property: border,
+ values: (
+ null: $border-width solid $border-color,
+ 0: 0,
+ )
+ ),
+ "border-top": (
+ property: border-top,
+ values: (
+ null: $border-width solid $border-color,
+ 0: 0,
+ )
+ ),
+ "border-end": (
+ property: border-right,
+ class: border-end,
+ values: (
+ null: $border-width solid $border-color,
+ 0: 0,
+ )
+ ),
+ "border-bottom": (
+ property: border-bottom,
+ values: (
+ null: $border-width solid $border-color,
+ 0: 0,
+ )
+ ),
+ "border-start": (
+ property: border-left,
+ class: border-start,
+ values: (
+ null: $border-width solid $border-color,
+ 0: 0,
+ )
+ ),
+ "border-color": (
+ property: border-color,
+ class: border,
+ values: map-merge($theme-colors, ("white": $white))
+ ),
+ "border-width": (
+ property: border-width,
+ class: border,
+ values: $border-widths
+ ),
+ // scss-docs-end utils-borders
+ // Sizing utilities
+ // scss-docs-start utils-sizing
+ "width": (
+ property: width,
+ class: w,
+ values: (
+ 25: 25%,
+ 50: 50%,
+ 75: 75%,
+ 100: 100%,
+ auto: auto
+ )
+ ),
+ "max-width": (
+ property: max-width,
+ class: mw,
+ values: (100: 100%)
+ ),
+ "viewport-width": (
+ property: width,
+ class: vw,
+ values: (100: 100vw)
+ ),
+ "min-viewport-width": (
+ property: min-width,
+ class: min-vw,
+ values: (100: 100vw)
+ ),
+ "height": (
+ property: height,
+ class: h,
+ values: (
+ 25: 25%,
+ 50: 50%,
+ 75: 75%,
+ 100: 100%,
+ auto: auto
+ )
+ ),
+ "max-height": (
+ property: max-height,
+ class: mh,
+ values: (100: 100%)
+ ),
+ "viewport-height": (
+ property: height,
+ class: vh,
+ values: (100: 100vh)
+ ),
+ "min-viewport-height": (
+ property: min-height,
+ class: min-vh,
+ values: (100: 100vh)
+ ),
+ // scss-docs-end utils-sizing
+ // Flex utilities
+ // scss-docs-start utils-flex
+ "flex": (
+ responsive: true,
+ property: flex,
+ values: (fill: 1 1 auto)
+ ),
+ "flex-direction": (
+ responsive: true,
+ property: flex-direction,
+ class: flex,
+ values: row column row-reverse column-reverse
+ ),
+ "flex-grow": (
+ responsive: true,
+ property: flex-grow,
+ class: flex,
+ values: (
+ grow-0: 0,
+ grow-1: 1,
+ )
+ ),
+ "flex-shrink": (
+ responsive: true,
+ property: flex-shrink,
+ class: flex,
+ values: (
+ shrink-0: 0,
+ shrink-1: 1,
+ )
+ ),
+ "flex-wrap": (
+ responsive: true,
+ property: flex-wrap,
+ class: flex,
+ values: wrap nowrap wrap-reverse
+ ),
+ "gap": (
+ responsive: true,
+ property: gap,
+ class: gap,
+ values: $spacers
+ ),
+ "justify-content": (
+ responsive: true,
+ property: justify-content,
+ values: (
+ start: flex-start,
+ end: flex-end,
+ center: center,
+ between: space-between,
+ around: space-around,
+ evenly: space-evenly,
+ )
+ ),
+ "align-items": (
+ responsive: true,
+ property: align-items,
+ values: (
+ start: flex-start,
+ end: flex-end,
+ center: center,
+ baseline: baseline,
+ stretch: stretch,
+ )
+ ),
+ "align-content": (
+ responsive: true,
+ property: align-content,
+ values: (
+ start: flex-start,
+ end: flex-end,
+ center: center,
+ between: space-between,
+ around: space-around,
+ stretch: stretch,
+ )
+ ),
+ "align-self": (
+ responsive: true,
+ property: align-self,
+ values: (
+ auto: auto,
+ start: flex-start,
+ end: flex-end,
+ center: center,
+ baseline: baseline,
+ stretch: stretch,
+ )
+ ),
+ "order": (
+ responsive: true,
+ property: order,
+ values: (
+ first: -1,
+ 0: 0,
+ 1: 1,
+ 2: 2,
+ 3: 3,
+ 4: 4,
+ 5: 5,
+ last: 6,
+ ),
+ ),
+ // scss-docs-end utils-flex
+ // Margin utilities
+ // scss-docs-start utils-spacing
+ "margin": (
+ responsive: true,
+ property: margin,
+ class: m,
+ values: map-merge($spacers, (auto: auto))
+ ),
+ "margin-x": (
+ responsive: true,
+ property: margin-right margin-left,
+ class: mx,
+ values: map-merge($spacers, (auto: auto))
+ ),
+ "margin-y": (
+ responsive: true,
+ property: margin-top margin-bottom,
+ class: my,
+ values: map-merge($spacers, (auto: auto))
+ ),
+ "margin-top": (
+ responsive: true,
+ property: margin-top,
+ class: mt,
+ values: map-merge($spacers, (auto: auto))
+ ),
+ "margin-end": (
+ responsive: true,
+ property: margin-right,
+ class: me,
+ values: map-merge($spacers, (auto: auto))
+ ),
+ "margin-bottom": (
+ responsive: true,
+ property: margin-bottom,
+ class: mb,
+ values: map-merge($spacers, (auto: auto))
+ ),
+ "margin-start": (
+ responsive: true,
+ property: margin-left,
+ class: ms,
+ values: map-merge($spacers, (auto: auto))
+ ),
+ // Negative margin utilities
+ "negative-margin": (
+ responsive: true,
+ property: margin,
+ class: m,
+ values: $negative-spacers
+ ),
+ "negative-margin-x": (
+ responsive: true,
+ property: margin-right margin-left,
+ class: mx,
+ values: $negative-spacers
+ ),
+ "negative-margin-y": (
+ responsive: true,
+ property: margin-top margin-bottom,
+ class: my,
+ values: $negative-spacers
+ ),
+ "negative-margin-top": (
+ responsive: true,
+ property: margin-top,
+ class: mt,
+ values: $negative-spacers
+ ),
+ "negative-margin-end": (
+ responsive: true,
+ property: margin-right,
+ class: me,
+ values: $negative-spacers
+ ),
+ "negative-margin-bottom": (
+ responsive: true,
+ property: margin-bottom,
+ class: mb,
+ values: $negative-spacers
+ ),
+ "negative-margin-start": (
+ responsive: true,
+ property: margin-left,
+ class: ms,
+ values: $negative-spacers
+ ),
+ // Padding utilities
+ "padding": (
+ responsive: true,
+ property: padding,
+ class: p,
+ values: $spacers
+ ),
+ "padding-x": (
+ responsive: true,
+ property: padding-right padding-left,
+ class: px,
+ values: $spacers
+ ),
+ "padding-y": (
+ responsive: true,
+ property: padding-top padding-bottom,
+ class: py,
+ values: $spacers
+ ),
+ "padding-top": (
+ responsive: true,
+ property: padding-top,
+ class: pt,
+ values: $spacers
+ ),
+ "padding-end": (
+ responsive: true,
+ property: padding-right,
+ class: pe,
+ values: $spacers
+ ),
+ "padding-bottom": (
+ responsive: true,
+ property: padding-bottom,
+ class: pb,
+ values: $spacers
+ ),
+ "padding-start": (
+ responsive: true,
+ property: padding-left,
+ class: ps,
+ values: $spacers
+ ),
+ // scss-docs-end utils-spacing
+ // Text
+ // scss-docs-start utils-text
+ "font-family": (
+ property: font-family,
+ class: font,
+ values: (monospace: var(--#{$variable-prefix}font-monospace))
+ ),
+ "font-size": (
+ rfs: true,
+ property: font-size,
+ class: fs,
+ values: $font-sizes
+ ),
+ "font-style": (
+ property: font-style,
+ class: fst,
+ values: italic normal
+ ),
+ "font-weight": (
+ property: font-weight,
+ class: fw,
+ values: (
+ light: $font-weight-light,
+ lighter: $font-weight-lighter,
+ normal: $font-weight-normal,
+ bold: $font-weight-bold,
+ bolder: $font-weight-bolder
+ )
+ ),
+ "line-height": (
+ property: line-height,
+ class: lh,
+ values: (
+ 1: 1,
+ sm: $line-height-sm,
+ base: $line-height-base,
+ lg: $line-height-lg,
+ )
+ ),
+ "text-align": (
+ responsive: true,
+ property: text-align,
+ class: text,
+ values: (
+ start: left,
+ end: right,
+ center: center,
+ )
+ ),
+ "text-decoration": (
+ property: text-decoration,
+ values: none underline line-through
+ ),
+ "text-transform": (
+ property: text-transform,
+ class: text,
+ values: lowercase uppercase capitalize
+ ),
+ "white-space": (
+ property: white-space,
+ class: text,
+ values: (
+ wrap: normal,
+ nowrap: nowrap,
+ )
+ ),
+ "word-wrap": (
+ property: word-wrap word-break,
+ class: text,
+ values: (break: break-word),
+ rtl: false
+ ),
+ // scss-docs-end utils-text
+ // scss-docs-start utils-color
+ "color": (
+ property: color,
+ class: text,
+ values: map-merge(
+ $theme-colors,
+ (
+ "white": $white,
+ "body": $body-color,
+ "muted": $text-muted,
+ "black-50": rgba($black, .5),
+ "white-50": rgba($white, .5),
+ "reset": inherit,
+ )
+ )
+ ),
+ // scss-docs-end utils-color
+ // scss-docs-start utils-bg-color
+ "background-color": (
+ property: background-color,
+ class: bg,
+ values: map-merge(
+ $theme-colors,
+ (
+ "body": $body-bg,
+ "white": $white,
+ "transparent": transparent
+ )
+ )
+ ),
+ // scss-docs-end utils-bg-color
+ "gradient": (
+ property: background-image,
+ class: bg,
+ values: (gradient: var(--#{$variable-prefix}gradient))
+ ),
+ // scss-docs-start utils-interaction
+ "user-select": (
+ property: user-select,
+ values: all auto none
+ ),
+ "pointer-events": (
+ property: pointer-events,
+ class: pe,
+ values: none auto,
+ ),
+ // scss-docs-end utils-interaction
+ // scss-docs-start utils-border-radius
+ "rounded": (
+ property: border-radius,
+ class: rounded,
+ values: (
+ null: $border-radius,
+ 0: 0,
+ 1: $border-radius-sm,
+ 2: $border-radius,
+ 3: $border-radius-lg,
+ circle: 50%,
+ pill: $border-radius-pill
+ )
+ ),
+ "rounded-top": (
+ property: border-top-left-radius border-top-right-radius,
+ class: rounded-top,
+ values: (null: $border-radius)
+ ),
+ "rounded-end": (
+ property: border-top-right-radius border-bottom-right-radius,
+ class: rounded-end,
+ values: (null: $border-radius)
+ ),
+ "rounded-bottom": (
+ property: border-bottom-right-radius border-bottom-left-radius,
+ class: rounded-bottom,
+ values: (null: $border-radius)
+ ),
+ "rounded-start": (
+ property: border-bottom-left-radius border-top-left-radius,
+ class: rounded-start,
+ values: (null: $border-radius)
+ ),
+ // scss-docs-end utils-border-radius
+ // scss-docs-start utils-visibility
+ "visibility": (
+ property: visibility,
+ class: null,
+ values: (
+ visible: visible,
+ invisible: hidden,
+ )
+ )
+ // scss-docs-end utils-visibility
+ ),
+ $utilities
+);
diff --git a/alphabetlearning/static/bootstrap/scss/_variables.scss b/alphabetlearning/static/bootstrap/scss/_variables.scss
new file mode 100644
index 0000000..06dfa4a
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/_variables.scss
@@ -0,0 +1,1468 @@
+// Variables
+//
+// Variables should follow the `$component-state-property-size` formula for
+// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.
+
+// Color system
+
+// scss-docs-start gray-color-variables
+$white: #fff !default;
+$gray-100: #f8f9fa !default;
+$gray-200: #e9ecef !default;
+$gray-300: #dee2e6 !default;
+$gray-400: #ced4da !default;
+$gray-500: #adb5bd !default;
+$gray-600: #6c757d !default;
+$gray-700: #495057 !default;
+$gray-800: #343a40 !default;
+$gray-900: #212529 !default;
+$black: #000 !default;
+// scss-docs-end gray-color-variables
+
+// fusv-disable
+// scss-docs-start gray-colors-map
+$grays: (
+ "100": $gray-100,
+ "200": $gray-200,
+ "300": $gray-300,
+ "400": $gray-400,
+ "500": $gray-500,
+ "600": $gray-600,
+ "700": $gray-700,
+ "800": $gray-800,
+ "900": $gray-900
+) !default;
+// scss-docs-end gray-colors-map
+// fusv-enable
+
+// scss-docs-start color-variables
+$blue: #0d6efd !default;
+$indigo: #6610f2 !default;
+$purple: #6f42c1 !default;
+$pink: #d63384 !default;
+$red: #dc3545 !default;
+$orange: #fd7e14 !default;
+$yellow: #ffc107 !default;
+$green: #198754 !default;
+$teal: #20c997 !default;
+$cyan: #0dcaf0 !default;
+// scss-docs-end color-variables
+
+// scss-docs-start colors-map
+$colors: (
+ "blue": $blue,
+ "indigo": $indigo,
+ "purple": $purple,
+ "pink": $pink,
+ "red": $red,
+ "orange": $orange,
+ "yellow": $yellow,
+ "green": $green,
+ "teal": $teal,
+ "cyan": $cyan,
+ "white": $white,
+ "gray": $gray-600,
+ "gray-dark": $gray-800
+) !default;
+// scss-docs-end colors-map
+
+// scss-docs-start theme-color-variables
+$primary: $blue !default;
+$secondary: $gray-600 !default;
+$success: $green !default;
+$info: $cyan !default;
+$warning: $yellow !default;
+$danger: $red !default;
+$light: $gray-100 !default;
+$dark: $gray-900 !default;
+// scss-docs-end theme-color-variables
+
+// scss-docs-start theme-colors-map
+$theme-colors: (
+ "primary": $primary,
+ "secondary": $secondary,
+ "success": $success,
+ "info": $info,
+ "warning": $warning,
+ "danger": $danger,
+ "light": $light,
+ "dark": $dark
+) !default;
+// scss-docs-end theme-colors-map
+
+// The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.
+// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast
+$min-contrast-ratio: 4.5 !default;
+
+// Customize the light and dark text colors for use in our color contrast function.
+$color-contrast-dark: $black !default;
+$color-contrast-light: $white !default;
+
+// fusv-disable
+$blue-100: tint-color($blue, 80%) !default;
+$blue-200: tint-color($blue, 60%) !default;
+$blue-300: tint-color($blue, 40%) !default;
+$blue-400: tint-color($blue, 20%) !default;
+$blue-500: $blue !default;
+$blue-600: shade-color($blue, 20%) !default;
+$blue-700: shade-color($blue, 40%) !default;
+$blue-800: shade-color($blue, 60%) !default;
+$blue-900: shade-color($blue, 80%) !default;
+
+$indigo-100: tint-color($indigo, 80%) !default;
+$indigo-200: tint-color($indigo, 60%) !default;
+$indigo-300: tint-color($indigo, 40%) !default;
+$indigo-400: tint-color($indigo, 20%) !default;
+$indigo-500: $indigo !default;
+$indigo-600: shade-color($indigo, 20%) !default;
+$indigo-700: shade-color($indigo, 40%) !default;
+$indigo-800: shade-color($indigo, 60%) !default;
+$indigo-900: shade-color($indigo, 80%) !default;
+
+$purple-100: tint-color($purple, 80%) !default;
+$purple-200: tint-color($purple, 60%) !default;
+$purple-300: tint-color($purple, 40%) !default;
+$purple-400: tint-color($purple, 20%) !default;
+$purple-500: $purple !default;
+$purple-600: shade-color($purple, 20%) !default;
+$purple-700: shade-color($purple, 40%) !default;
+$purple-800: shade-color($purple, 60%) !default;
+$purple-900: shade-color($purple, 80%) !default;
+
+$pink-100: tint-color($pink, 80%) !default;
+$pink-200: tint-color($pink, 60%) !default;
+$pink-300: tint-color($pink, 40%) !default;
+$pink-400: tint-color($pink, 20%) !default;
+$pink-500: $pink !default;
+$pink-600: shade-color($pink, 20%) !default;
+$pink-700: shade-color($pink, 40%) !default;
+$pink-800: shade-color($pink, 60%) !default;
+$pink-900: shade-color($pink, 80%) !default;
+
+$red-100: tint-color($red, 80%) !default;
+$red-200: tint-color($red, 60%) !default;
+$red-300: tint-color($red, 40%) !default;
+$red-400: tint-color($red, 20%) !default;
+$red-500: $red !default;
+$red-600: shade-color($red, 20%) !default;
+$red-700: shade-color($red, 40%) !default;
+$red-800: shade-color($red, 60%) !default;
+$red-900: shade-color($red, 80%) !default;
+
+$orange-100: tint-color($orange, 80%) !default;
+$orange-200: tint-color($orange, 60%) !default;
+$orange-300: tint-color($orange, 40%) !default;
+$orange-400: tint-color($orange, 20%) !default;
+$orange-500: $orange !default;
+$orange-600: shade-color($orange, 20%) !default;
+$orange-700: shade-color($orange, 40%) !default;
+$orange-800: shade-color($orange, 60%) !default;
+$orange-900: shade-color($orange, 80%) !default;
+
+$yellow-100: tint-color($yellow, 80%) !default;
+$yellow-200: tint-color($yellow, 60%) !default;
+$yellow-300: tint-color($yellow, 40%) !default;
+$yellow-400: tint-color($yellow, 20%) !default;
+$yellow-500: $yellow !default;
+$yellow-600: shade-color($yellow, 20%) !default;
+$yellow-700: shade-color($yellow, 40%) !default;
+$yellow-800: shade-color($yellow, 60%) !default;
+$yellow-900: shade-color($yellow, 80%) !default;
+
+$green-100: tint-color($green, 80%) !default;
+$green-200: tint-color($green, 60%) !default;
+$green-300: tint-color($green, 40%) !default;
+$green-400: tint-color($green, 20%) !default;
+$green-500: $green !default;
+$green-600: shade-color($green, 20%) !default;
+$green-700: shade-color($green, 40%) !default;
+$green-800: shade-color($green, 60%) !default;
+$green-900: shade-color($green, 80%) !default;
+
+$teal-100: tint-color($teal, 80%) !default;
+$teal-200: tint-color($teal, 60%) !default;
+$teal-300: tint-color($teal, 40%) !default;
+$teal-400: tint-color($teal, 20%) !default;
+$teal-500: $teal !default;
+$teal-600: shade-color($teal, 20%) !default;
+$teal-700: shade-color($teal, 40%) !default;
+$teal-800: shade-color($teal, 60%) !default;
+$teal-900: shade-color($teal, 80%) !default;
+
+$cyan-100: tint-color($cyan, 80%) !default;
+$cyan-200: tint-color($cyan, 60%) !default;
+$cyan-300: tint-color($cyan, 40%) !default;
+$cyan-400: tint-color($cyan, 20%) !default;
+$cyan-500: $cyan !default;
+$cyan-600: shade-color($cyan, 20%) !default;
+$cyan-700: shade-color($cyan, 40%) !default;
+$cyan-800: shade-color($cyan, 60%) !default;
+$cyan-900: shade-color($cyan, 80%) !default;
+// fusv-enable
+
+// Characters which are escaped by the escape-svg function
+$escaped-characters: (
+ ("<", "%3c"),
+ (">", "%3e"),
+ ("#", "%23"),
+ ("(", "%28"),
+ (")", "%29"),
+) !default;
+
+// Options
+//
+// Quickly modify global styling by enabling or disabling optional features.
+
+$enable-caret: true !default;
+$enable-rounded: true !default;
+$enable-shadows: false !default;
+$enable-gradients: false !default;
+$enable-transitions: true !default;
+$enable-reduced-motion: true !default;
+$enable-smooth-scroll: true !default;
+$enable-grid-classes: true !default;
+$enable-button-pointers: true !default;
+$enable-rfs: true !default;
+$enable-validation-icons: true !default;
+$enable-negative-margins: false !default;
+$enable-deprecation-messages: true !default;
+$enable-important-utilities: true !default;
+
+// Prefix for :root CSS variables
+
+$variable-prefix: bs- !default;
+
+// Gradient
+//
+// The gradient which is added to components if `$enable-gradients` is `true`
+// This gradient is also added to elements with `.bg-gradient`
+// scss-docs-start variable-gradient
+$gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)) !default;
+// scss-docs-end variable-gradient
+
+// Spacing
+//
+// Control the default styling of most Bootstrap elements by modifying these
+// variables. Mostly focused on spacing.
+// You can add more entries to the $spacers map, should you need more variation.
+
+// scss-docs-start spacer-variables-maps
+$spacer: 1rem !default;
+$spacers: (
+ 0: 0,
+ 1: $spacer * .25,
+ 2: $spacer * .5,
+ 3: $spacer,
+ 4: $spacer * 1.5,
+ 5: $spacer * 3,
+) !default;
+
+$negative-spacers: if($enable-negative-margins, negativify-map($spacers), null) !default;
+// scss-docs-end spacer-variables-maps
+
+// Position
+//
+// Define the edge positioning anchors of the position utilities.
+
+// scss-docs-start position-map
+$position-values: (
+ 0: 0,
+ 50: 50%,
+ 100: 100%
+) !default;
+// scss-docs-end position-map
+
+// Body
+//
+// Settings for the `<body>` element.
+
+$body-bg: $white !default;
+$body-color: $gray-900 !default;
+$body-text-align: null !default;
+
+
+// Links
+//
+// Style anchor elements.
+
+$link-color: $primary !default;
+$link-decoration: underline !default;
+$link-shade-percentage: 20% !default;
+$link-hover-color: shift-color($link-color, $link-shade-percentage) !default;
+$link-hover-decoration: null !default;
+
+$stretched-link-pseudo-element: after !default;
+$stretched-link-z-index: 1 !default;
+
+// Paragraphs
+//
+// Style p element.
+
+$paragraph-margin-bottom: 1rem !default;
+
+
+// Grid breakpoints
+//
+// Define the minimum dimensions at which your layout will change,
+// adapting to different screen sizes, for use in media queries.
+
+// scss-docs-start grid-breakpoints
+$grid-breakpoints: (
+ xs: 0,
+ sm: 576px,
+ md: 768px,
+ lg: 992px,
+ xl: 1200px,
+ xxl: 1400px
+) !default;
+// scss-docs-end grid-breakpoints
+
+@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
+@include _assert-starts-at-zero($grid-breakpoints, "$grid-breakpoints");
+
+
+// Grid containers
+//
+// Define the maximum width of `.container` for different screen sizes.
+
+// scss-docs-start container-max-widths
+$container-max-widths: (
+ sm: 540px,
+ md: 720px,
+ lg: 960px,
+ xl: 1140px,
+ xxl: 1320px
+) !default;
+// scss-docs-end container-max-widths
+
+@include _assert-ascending($container-max-widths, "$container-max-widths");
+
+
+// Grid columns
+//
+// Set the number of columns and specify the width of the gutters.
+
+$grid-columns: 12 !default;
+$grid-gutter-width: 1.5rem !default;
+$grid-row-columns: 6 !default;
+
+$gutters: $spacers !default;
+
+// Container padding
+
+$container-padding-x: $grid-gutter-width * .5 !default;
+
+
+// Components
+//
+// Define common padding and border radius sizes and more.
+
+// scss-docs-start border-variables
+$border-width: 1px !default;
+$border-widths: (
+ 1: 1px,
+ 2: 2px,
+ 3: 3px,
+ 4: 4px,
+ 5: 5px
+) !default;
+
+$border-color: $gray-300 !default;
+// scss-docs-end border-variables
+
+// scss-docs-start border-radius-variables
+$border-radius: .25rem !default;
+$border-radius-sm: .2rem !default;
+$border-radius-lg: .3rem !default;
+$border-radius-pill: 50rem !default;
+// scss-docs-end border-radius-variables
+
+// scss-docs-start box-shadow-variables
+$box-shadow: 0 .5rem 1rem rgba($black, .15) !default;
+$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;
+$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;
+$box-shadow-inset: inset 0 1px 2px rgba($black, .075) !default;
+// scss-docs-end box-shadow-variables
+
+$component-active-color: $white !default;
+$component-active-bg: $primary !default;
+
+// scss-docs-start caret-variables
+$caret-width: .3em !default;
+$caret-vertical-align: $caret-width * .85 !default;
+$caret-spacing: $caret-width * .85 !default;
+// scss-docs-end caret-variables
+
+$transition-base: all .2s ease-in-out !default;
+$transition-fade: opacity .15s linear !default;
+// scss-docs-start collapse-transition
+$transition-collapse: height .35s ease !default;
+// scss-docs-end collapse-transition
+
+// stylelint-disable function-disallowed-list
+// scss-docs-start aspect-ratios
+$aspect-ratios: (
+ "1x1": 100%,
+ "4x3": calc(3 / 4 * 100%),
+ "16x9": calc(9 / 16 * 100%),
+ "21x9": calc(9 / 21 * 100%)
+) !default;
+// scss-docs-end aspect-ratios
+// stylelint-enable function-disallowed-list
+
+// Typography
+//
+// Font, line-height, and color for body text, headings, and more.
+
+// scss-docs-start font-variables
+// stylelint-disable value-keyword-case
+$font-family-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
+$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default;
+// stylelint-enable value-keyword-case
+$font-family-base: var(--#{$variable-prefix}font-sans-serif) !default;
+$font-family-code: var(--#{$variable-prefix}font-monospace) !default;
+
+// $font-size-root affects the value of `rem`, which is used for as well font sizes, paddings, and margins
+// $font-size-base affects the font size of the body text
+$font-size-root: null !default;
+$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`
+$font-size-sm: $font-size-base * .875 !default;
+$font-size-lg: $font-size-base * 1.25 !default;
+
+$font-weight-lighter: lighter !default;
+$font-weight-light: 300 !default;
+$font-weight-normal: 400 !default;
+$font-weight-bold: 700 !default;
+$font-weight-bolder: bolder !default;
+
+$font-weight-base: $font-weight-normal !default;
+
+$line-height-base: 1.5 !default;
+$line-height-sm: 1.25 !default;
+$line-height-lg: 2 !default;
+
+$h1-font-size: $font-size-base * 2.5 !default;
+$h2-font-size: $font-size-base * 2 !default;
+$h3-font-size: $font-size-base * 1.75 !default;
+$h4-font-size: $font-size-base * 1.5 !default;
+$h5-font-size: $font-size-base * 1.25 !default;
+$h6-font-size: $font-size-base !default;
+// scss-docs-end font-variables
+
+// scss-docs-start font-sizes
+$font-sizes: (
+ 1: $h1-font-size,
+ 2: $h2-font-size,
+ 3: $h3-font-size,
+ 4: $h4-font-size,
+ 5: $h5-font-size,
+ 6: $h6-font-size
+) !default;
+// scss-docs-end font-sizes
+
+// scss-docs-start headings-variables
+$headings-margin-bottom: $spacer * .5 !default;
+$headings-font-family: null !default;
+$headings-font-style: null !default;
+$headings-font-weight: 500 !default;
+$headings-line-height: 1.2 !default;
+$headings-color: null !default;
+// scss-docs-end headings-variables
+
+// scss-docs-start display-headings
+$display-font-sizes: (
+ 1: 5rem,
+ 2: 4.5rem,
+ 3: 4rem,
+ 4: 3.5rem,
+ 5: 3rem,
+ 6: 2.5rem
+) !default;
+
+$display-font-weight: 300 !default;
+$display-line-height: $headings-line-height !default;
+// scss-docs-end display-headings
+
+// scss-docs-start type-variables
+$lead-font-size: $font-size-base * 1.25 !default;
+$lead-font-weight: 300 !default;
+
+$small-font-size: .875em !default;
+
+$sub-sup-font-size: .75em !default;
+
+$text-muted: $gray-600 !default;
+
+$initialism-font-size: $small-font-size !default;
+
+$blockquote-margin-y: $spacer !default;
+$blockquote-font-size: $font-size-base * 1.25 !default;
+$blockquote-footer-color: $gray-600 !default;
+$blockquote-footer-font-size: $small-font-size !default;
+
+$hr-margin-y: $spacer !default;
+$hr-color: inherit !default;
+$hr-height: $border-width !default;
+$hr-opacity: .25 !default;
+
+$legend-margin-bottom: .5rem !default;
+$legend-font-size: 1.5rem !default;
+$legend-font-weight: null !default;
+
+$mark-padding: .2em !default;
+
+$dt-font-weight: $font-weight-bold !default;
+
+$nested-kbd-font-weight: $font-weight-bold !default;
+
+$list-inline-padding: .5rem !default;
+
+$mark-bg: #fcf8e3 !default;
+// scss-docs-end type-variables
+
+
+// Tables
+//
+// Customizes the `.table` component with basic values, each used across all table variations.
+
+// scss-docs-start table-variables
+$table-cell-padding-y: .5rem !default;
+$table-cell-padding-x: .5rem !default;
+$table-cell-padding-y-sm: .25rem !default;
+$table-cell-padding-x-sm: .25rem !default;
+
+$table-cell-vertical-align: top !default;
+
+$table-color: $body-color !default;
+$table-bg: transparent !default;
+$table-accent-bg: transparent !default;
+
+$table-th-font-weight: null !default;
+
+$table-striped-color: $table-color !default;
+$table-striped-bg-factor: .05 !default;
+$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;
+
+$table-active-color: $table-color !default;
+$table-active-bg-factor: .1 !default;
+$table-active-bg: rgba($black, $table-active-bg-factor) !default;
+
+$table-hover-color: $table-color !default;
+$table-hover-bg-factor: .075 !default;
+$table-hover-bg: rgba($black, $table-hover-bg-factor) !default;
+
+$table-border-factor: .1 !default;
+$table-border-width: $border-width !default;
+$table-border-color: $border-color !default;
+
+$table-striped-order: odd !default;
+
+$table-group-separator-color: currentColor !default;
+
+$table-caption-color: $text-muted !default;
+
+$table-bg-scale: -80% !default;
+// scss-docs-end table-variables
+
+// scss-docs-start table-loop
+$table-variants: (
+ "primary": shift-color($primary, $table-bg-scale),
+ "secondary": shift-color($secondary, $table-bg-scale),
+ "success": shift-color($success, $table-bg-scale),
+ "info": shift-color($info, $table-bg-scale),
+ "warning": shift-color($warning, $table-bg-scale),
+ "danger": shift-color($danger, $table-bg-scale),
+ "light": $light,
+ "dark": $dark,
+) !default;
+// scss-docs-end table-loop
+
+
+// Buttons + Forms
+//
+// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
+
+// scss-docs-start input-btn-variables
+$input-btn-padding-y: .375rem !default;
+$input-btn-padding-x: .75rem !default;
+$input-btn-font-family: null !default;
+$input-btn-font-size: $font-size-base !default;
+$input-btn-line-height: $line-height-base !default;
+
+$input-btn-focus-width: .25rem !default;
+$input-btn-focus-color-opacity: .25 !default;
+$input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity) !default;
+$input-btn-focus-blur: 0 !default;
+$input-btn-focus-box-shadow: 0 0 $input-btn-focus-blur $input-btn-focus-width $input-btn-focus-color !default;
+
+$input-btn-padding-y-sm: .25rem !default;
+$input-btn-padding-x-sm: .5rem !default;
+$input-btn-font-size-sm: $font-size-sm !default;
+
+$input-btn-padding-y-lg: .5rem !default;
+$input-btn-padding-x-lg: 1rem !default;
+$input-btn-font-size-lg: $font-size-lg !default;
+
+$input-btn-border-width: $border-width !default;
+// scss-docs-end input-btn-variables
+
+
+// Buttons
+//
+// For each of Bootstrap's buttons, define text, background, and border color.
+
+// scss-docs-start btn-variables
+$btn-padding-y: $input-btn-padding-y !default;
+$btn-padding-x: $input-btn-padding-x !default;
+$btn-font-family: $input-btn-font-family !default;
+$btn-font-size: $input-btn-font-size !default;
+$btn-line-height: $input-btn-line-height !default;
+$btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping
+
+$btn-padding-y-sm: $input-btn-padding-y-sm !default;
+$btn-padding-x-sm: $input-btn-padding-x-sm !default;
+$btn-font-size-sm: $input-btn-font-size-sm !default;
+
+$btn-padding-y-lg: $input-btn-padding-y-lg !default;
+$btn-padding-x-lg: $input-btn-padding-x-lg !default;
+$btn-font-size-lg: $input-btn-font-size-lg !default;
+
+$btn-border-width: $input-btn-border-width !default;
+
+$btn-font-weight: $font-weight-normal !default;
+$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;
+$btn-focus-width: $input-btn-focus-width !default;
+$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;
+$btn-disabled-opacity: .65 !default;
+$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;
+
+$btn-link-color: $link-color !default;
+$btn-link-hover-color: $link-hover-color !default;
+$btn-link-disabled-color: $gray-600 !default;
+
+// Allows for customizing button radius independently from global border radius
+$btn-border-radius: $border-radius !default;
+$btn-border-radius-sm: $border-radius-sm !default;
+$btn-border-radius-lg: $border-radius-lg !default;
+
+$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
+
+$btn-hover-bg-shade-amount: 15% !default;
+$btn-hover-bg-tint-amount: 15% !default;
+$btn-hover-border-shade-amount: 20% !default;
+$btn-hover-border-tint-amount: 10% !default;
+$btn-active-bg-shade-amount: 20% !default;
+$btn-active-bg-tint-amount: 20% !default;
+$btn-active-border-shade-amount: 25% !default;
+$btn-active-border-tint-amount: 10% !default;
+// scss-docs-end btn-variables
+
+
+// Forms
+
+// scss-docs-start form-text-variables
+$form-text-margin-top: .25rem !default;
+$form-text-font-size: $small-font-size !default;
+$form-text-font-style: null !default;
+$form-text-font-weight: null !default;
+$form-text-color: $text-muted !default;
+// scss-docs-end form-text-variables
+
+// scss-docs-start form-label-variables
+$form-label-margin-bottom: .5rem !default;
+$form-label-font-size: null !default;
+$form-label-font-style: null !default;
+$form-label-font-weight: null !default;
+$form-label-color: null !default;
+// scss-docs-end form-label-variables
+
+// scss-docs-start form-input-variables
+$input-padding-y: $input-btn-padding-y !default;
+$input-padding-x: $input-btn-padding-x !default;
+$input-font-family: $input-btn-font-family !default;
+$input-font-size: $input-btn-font-size !default;
+$input-font-weight: $font-weight-base !default;
+$input-line-height: $input-btn-line-height !default;
+
+$input-padding-y-sm: $input-btn-padding-y-sm !default;
+$input-padding-x-sm: $input-btn-padding-x-sm !default;
+$input-font-size-sm: $input-btn-font-size-sm !default;
+
+$input-padding-y-lg: $input-btn-padding-y-lg !default;
+$input-padding-x-lg: $input-btn-padding-x-lg !default;
+$input-font-size-lg: $input-btn-font-size-lg !default;
+
+$input-bg: $white !default;
+$input-disabled-bg: $gray-200 !default;
+$input-disabled-border-color: null !default;
+
+$input-color: $body-color !default;
+$input-border-color: $gray-400 !default;
+$input-border-width: $input-btn-border-width !default;
+$input-box-shadow: $box-shadow-inset !default;
+
+$input-border-radius: $border-radius !default;
+$input-border-radius-sm: $border-radius-sm !default;
+$input-border-radius-lg: $border-radius-lg !default;
+
+$input-focus-bg: $input-bg !default;
+$input-focus-border-color: tint-color($component-active-bg, 50%) !default;
+$input-focus-color: $input-color !default;
+$input-focus-width: $input-btn-focus-width !default;
+$input-focus-box-shadow: $input-btn-focus-box-shadow !default;
+
+$input-placeholder-color: $gray-600 !default;
+$input-plaintext-color: $body-color !default;
+
+$input-height-border: $input-border-width * 2 !default;
+
+$input-height-inner: add($input-line-height * 1em, $input-padding-y * 2) !default;
+$input-height-inner-half: add($input-line-height * .5em, $input-padding-y) !default;
+$input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y * .5) !default;
+
+$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)) !default;
+$input-height-sm: add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)) !default;
+$input-height-lg: add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)) !default;
+
+$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
+// scss-docs-end form-input-variables
+
+// scss-docs-start form-check-variables
+$form-check-input-width: 1em !default;
+$form-check-min-height: $font-size-base * $line-height-base !default;
+$form-check-padding-start: $form-check-input-width + .5em !default;
+$form-check-margin-bottom: .125rem !default;
+$form-check-label-color: null !default;
+$form-check-label-cursor: null !default;
+$form-check-transition: null !default;
+
+$form-check-input-active-filter: brightness(90%) !default;
+
+$form-check-input-bg: $input-bg !default;
+$form-check-input-border: 1px solid rgba($black, .25) !default;
+$form-check-input-border-radius: .25em !default;
+$form-check-radio-border-radius: 50% !default;
+$form-check-input-focus-border: $input-focus-border-color !default;
+$form-check-input-focus-box-shadow: $input-btn-focus-box-shadow !default;
+
+$form-check-input-checked-color: $component-active-color !default;
+$form-check-input-checked-bg-color: $component-active-bg !default;
+$form-check-input-checked-border-color: $form-check-input-checked-bg-color !default;
+$form-check-input-checked-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$form-check-input-checked-color}' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>") !default;
+$form-check-radio-checked-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='2' fill='#{$form-check-input-checked-color}'/></svg>") !default;
+
+$form-check-input-indeterminate-color: $component-active-color !default;
+$form-check-input-indeterminate-bg-color: $component-active-bg !default;
+$form-check-input-indeterminate-border-color: $form-check-input-indeterminate-bg-color !default;
+$form-check-input-indeterminate-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$form-check-input-indeterminate-color}' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/></svg>") !default;
+
+$form-check-input-disabled-opacity: .5 !default;
+$form-check-label-disabled-opacity: $form-check-input-disabled-opacity !default;
+$form-check-btn-check-disabled-opacity: $btn-disabled-opacity !default;
+
+$form-check-inline-margin-end: 1rem !default;
+// scss-docs-end form-check-variables
+
+// scss-docs-start form-switch-variables
+$form-switch-color: rgba(0, 0, 0, .25) !default;
+$form-switch-width: 2em !default;
+$form-switch-padding-start: $form-switch-width + .5em !default;
+$form-switch-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#{$form-switch-color}'/></svg>") !default;
+$form-switch-border-radius: $form-switch-width !default;
+$form-switch-transition: background-position .15s ease-in-out !default;
+
+$form-switch-focus-color: $input-focus-border-color !default;
+$form-switch-focus-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#{$form-switch-focus-color}'/></svg>") !default;
+
+$form-switch-checked-color: $component-active-color !default;
+$form-switch-checked-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#{$form-switch-checked-color}'/></svg>") !default;
+$form-switch-checked-bg-position: right center !default;
+// scss-docs-end form-switch-variables
+
+// scss-docs-start input-group-variables
+$input-group-addon-padding-y: $input-padding-y !default;
+$input-group-addon-padding-x: $input-padding-x !default;
+$input-group-addon-font-weight: $input-font-weight !default;
+$input-group-addon-color: $input-color !default;
+$input-group-addon-bg: $gray-200 !default;
+$input-group-addon-border-color: $input-border-color !default;
+// scss-docs-end input-group-variables
+
+// scss-docs-start form-select-variables
+$form-select-padding-y: $input-padding-y !default;
+$form-select-padding-x: $input-padding-x !default;
+$form-select-font-family: $input-font-family !default;
+$form-select-font-size: $input-font-size !default;
+$form-select-indicator-padding: $form-select-padding-x * 3 !default; // Extra padding for background-image
+$form-select-font-weight: $input-font-weight !default;
+$form-select-line-height: $input-line-height !default;
+$form-select-color: $input-color !default;
+$form-select-bg: $input-bg !default;
+$form-select-disabled-color: null !default;
+$form-select-disabled-bg: $gray-200 !default;
+$form-select-disabled-border-color: $input-disabled-border-color !default;
+$form-select-bg-position: right $form-select-padding-x center !default;
+$form-select-bg-size: 16px 12px !default; // In pixels because image dimensions
+$form-select-indicator-color: $gray-800 !default;
+$form-select-indicator: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#{$form-select-indicator-color}' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>") !default;
+
+$form-select-feedback-icon-padding-end: $form-select-padding-x * 2.5 + $form-select-indicator-padding !default;
+$form-select-feedback-icon-position: center right $form-select-indicator-padding !default;
+$form-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;
+
+$form-select-border-width: $input-border-width !default;
+$form-select-border-color: $input-border-color !default;
+$form-select-border-radius: $border-radius !default;
+$form-select-box-shadow: $box-shadow-inset !default;
+
+$form-select-focus-border-color: $input-focus-border-color !default;
+$form-select-focus-width: $input-focus-width !default;
+$form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color !default;
+
+$form-select-padding-y-sm: $input-padding-y-sm !default;
+$form-select-padding-x-sm: $input-padding-x-sm !default;
+$form-select-font-size-sm: $input-font-size-sm !default;
+
+$form-select-padding-y-lg: $input-padding-y-lg !default;
+$form-select-padding-x-lg: $input-padding-x-lg !default;
+$form-select-font-size-lg: $input-font-size-lg !default;
+
+$form-select-transition: $input-transition !default;
+// scss-docs-end form-select-variables
+
+// scss-docs-start form-range-variables
+$form-range-track-width: 100% !default;
+$form-range-track-height: .5rem !default;
+$form-range-track-cursor: pointer !default;
+$form-range-track-bg: $gray-300 !default;
+$form-range-track-border-radius: 1rem !default;
+$form-range-track-box-shadow: $box-shadow-inset !default;
+
+$form-range-thumb-width: 1rem !default;
+$form-range-thumb-height: $form-range-thumb-width !default;
+$form-range-thumb-bg: $component-active-bg !default;
+$form-range-thumb-border: 0 !default;
+$form-range-thumb-border-radius: 1rem !default;
+$form-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;
+$form-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;
+$form-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in Edge
+$form-range-thumb-active-bg: tint-color($component-active-bg, 70%) !default;
+$form-range-thumb-disabled-bg: $gray-500 !default;
+$form-range-thumb-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
+// scss-docs-end form-range-variables
+
+// scss-docs-start form-file-variables
+$form-file-button-color: $input-color !default;
+$form-file-button-bg: $input-group-addon-bg !default;
+$form-file-button-hover-bg: shade-color($form-file-button-bg, 5%) !default;
+// scss-docs-end form-file-variables
+
+// scss-docs-start form-floating-variables
+$form-floating-height: add(3.5rem, $input-height-border) !default;
+$form-floating-line-height: 1.25 !default;
+$form-floating-padding-x: $input-padding-x !default;
+$form-floating-padding-y: 1rem !default;
+$form-floating-input-padding-t: 1.625rem !default;
+$form-floating-input-padding-b: .625rem !default;
+$form-floating-label-opacity: .65 !default;
+$form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem) !default;
+$form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out !default;
+// scss-docs-end form-floating-variables
+
+// Form validation
+
+// scss-docs-start form-feedback-variables
+$form-feedback-margin-top: $form-text-margin-top !default;
+$form-feedback-font-size: $form-text-font-size !default;
+$form-feedback-font-style: $form-text-font-style !default;
+$form-feedback-valid-color: $success !default;
+$form-feedback-invalid-color: $danger !default;
+
+$form-feedback-icon-valid-color: $form-feedback-valid-color !default;
+$form-feedback-icon-valid: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='#{$form-feedback-icon-valid-color}' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>") !default;
+$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;
+$form-feedback-icon-invalid: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='#{$form-feedback-icon-invalid-color}'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#{$form-feedback-icon-invalid-color}' stroke='none'/></svg>") !default;
+// scss-docs-end form-feedback-variables
+
+// scss-docs-start form-validation-states
+$form-validation-states: (
+ "valid": (
+ "color": $form-feedback-valid-color,
+ "icon": $form-feedback-icon-valid
+ ),
+ "invalid": (
+ "color": $form-feedback-invalid-color,
+ "icon": $form-feedback-icon-invalid
+ )
+) !default;
+// scss-docs-end form-validation-states
+
+// Z-index master list
+//
+// Warning: Avoid customizing these values. They're used for a bird's eye view
+// of components dependent on the z-axis and are designed to all work together.
+
+// scss-docs-start zindex-stack
+$zindex-dropdown: 1000 !default;
+$zindex-sticky: 1020 !default;
+$zindex-fixed: 1030 !default;
+$zindex-modal-backdrop: 1040 !default;
+$zindex-offcanvas: 1050 !default;
+$zindex-modal: 1060 !default;
+$zindex-popover: 1070 !default;
+$zindex-tooltip: 1080 !default;
+// scss-docs-end zindex-stack
+
+
+// Navs
+
+// scss-docs-start nav-variables
+$nav-link-padding-y: .5rem !default;
+$nav-link-padding-x: 1rem !default;
+$nav-link-font-size: null !default;
+$nav-link-font-weight: null !default;
+$nav-link-color: $link-color !default;
+$nav-link-hover-color: $link-hover-color !default;
+$nav-link-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out !default;
+$nav-link-disabled-color: $gray-600 !default;
+
+$nav-tabs-border-color: $gray-300 !default;
+$nav-tabs-border-width: $border-width !default;
+$nav-tabs-border-radius: $border-radius !default;
+$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;
+$nav-tabs-link-active-color: $gray-700 !default;
+$nav-tabs-link-active-bg: $body-bg !default;
+$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;
+
+$nav-pills-border-radius: $border-radius !default;
+$nav-pills-link-active-color: $component-active-color !default;
+$nav-pills-link-active-bg: $component-active-bg !default;
+// scss-docs-end nav-variables
+
+
+// Navbar
+
+// scss-docs-start navbar-variables
+$navbar-padding-y: $spacer * .5 !default;
+$navbar-padding-x: null !default;
+
+$navbar-nav-link-padding-x: .5rem !default;
+
+$navbar-brand-font-size: $font-size-lg !default;
+// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link
+$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;
+$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;
+$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) * .5 !default;
+$navbar-brand-margin-end: 1rem !default;
+
+$navbar-toggler-padding-y: .25rem !default;
+$navbar-toggler-padding-x: .75rem !default;
+$navbar-toggler-font-size: $font-size-lg !default;
+$navbar-toggler-border-radius: $btn-border-radius !default;
+$navbar-toggler-focus-width: $btn-focus-width !default;
+$navbar-toggler-transition: box-shadow .15s ease-in-out !default;
+// scss-docs-end navbar-variables
+
+// scss-docs-start navbar-theme-variables
+$navbar-dark-color: rgba($white, .55) !default;
+$navbar-dark-hover-color: rgba($white, .75) !default;
+$navbar-dark-active-color: $white !default;
+$navbar-dark-disabled-color: rgba($white, .25) !default;
+$navbar-dark-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-dark-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
+$navbar-dark-toggler-border-color: rgba($white, .1) !default;
+
+$navbar-light-color: rgba($black, .55) !default;
+$navbar-light-hover-color: rgba($black, .7) !default;
+$navbar-light-active-color: rgba($black, .9) !default;
+$navbar-light-disabled-color: rgba($black, .3) !default;
+$navbar-light-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-light-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
+$navbar-light-toggler-border-color: rgba($black, .1) !default;
+
+$navbar-light-brand-color: $navbar-light-active-color !default;
+$navbar-light-brand-hover-color: $navbar-light-active-color !default;
+$navbar-dark-brand-color: $navbar-dark-active-color !default;
+$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;
+// scss-docs-end navbar-theme-variables
+
+
+// Dropdowns
+//
+// Dropdown menu container and contents.
+
+// scss-docs-start dropdown-variables
+$dropdown-min-width: 10rem !default;
+$dropdown-padding-x: 0 !default;
+$dropdown-padding-y: .5rem !default;
+$dropdown-spacer: .125rem !default;
+$dropdown-font-size: $font-size-base !default;
+$dropdown-color: $body-color !default;
+$dropdown-bg: $white !default;
+$dropdown-border-color: rgba($black, .15) !default;
+$dropdown-border-radius: $border-radius !default;
+$dropdown-border-width: $border-width !default;
+$dropdown-inner-border-radius: subtract($dropdown-border-radius, $dropdown-border-width) !default;
+$dropdown-divider-bg: $dropdown-border-color !default;
+$dropdown-divider-margin-y: $spacer * .5 !default;
+$dropdown-box-shadow: $box-shadow !default;
+
+$dropdown-link-color: $gray-900 !default;
+$dropdown-link-hover-color: shade-color($gray-900, 10%) !default;
+$dropdown-link-hover-bg: $gray-200 !default;
+
+$dropdown-link-active-color: $component-active-color !default;
+$dropdown-link-active-bg: $component-active-bg !default;
+
+$dropdown-link-disabled-color: $gray-500 !default;
+
+$dropdown-item-padding-y: $spacer * .25 !default;
+$dropdown-item-padding-x: $spacer !default;
+
+$dropdown-header-color: $gray-600 !default;
+$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x !default;
+// scss-docs-end dropdown-variables
+
+// scss-docs-start dropdown-dark-variables
+$dropdown-dark-color: $gray-300 !default;
+$dropdown-dark-bg: $gray-800 !default;
+$dropdown-dark-border-color: $dropdown-border-color !default;
+$dropdown-dark-divider-bg: $dropdown-divider-bg !default;
+$dropdown-dark-box-shadow: null !default;
+$dropdown-dark-link-color: $dropdown-dark-color !default;
+$dropdown-dark-link-hover-color: $white !default;
+$dropdown-dark-link-hover-bg: rgba($white, .15) !default;
+$dropdown-dark-link-active-color: $dropdown-link-active-color !default;
+$dropdown-dark-link-active-bg: $dropdown-link-active-bg !default;
+$dropdown-dark-link-disabled-color: $gray-500 !default;
+$dropdown-dark-header-color: $gray-500 !default;
+// scss-docs-end dropdown-dark-variables
+
+
+// Pagination
+
+// scss-docs-start pagination-variables
+$pagination-padding-y: .375rem !default;
+$pagination-padding-x: .75rem !default;
+$pagination-padding-y-sm: .25rem !default;
+$pagination-padding-x-sm: .5rem !default;
+$pagination-padding-y-lg: .75rem !default;
+$pagination-padding-x-lg: 1.5rem !default;
+
+$pagination-color: $link-color !default;
+$pagination-bg: $white !default;
+$pagination-border-width: $border-width !default;
+$pagination-border-radius: $border-radius !default;
+$pagination-margin-start: -$pagination-border-width !default;
+$pagination-border-color: $gray-300 !default;
+
+$pagination-focus-color: $link-hover-color !default;
+$pagination-focus-bg: $gray-200 !default;
+$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;
+$pagination-focus-outline: 0 !default;
+
+$pagination-hover-color: $link-hover-color !default;
+$pagination-hover-bg: $gray-200 !default;
+$pagination-hover-border-color: $gray-300 !default;
+
+$pagination-active-color: $component-active-color !default;
+$pagination-active-bg: $component-active-bg !default;
+$pagination-active-border-color: $pagination-active-bg !default;
+
+$pagination-disabled-color: $gray-600 !default;
+$pagination-disabled-bg: $white !default;
+$pagination-disabled-border-color: $gray-300 !default;
+
+$pagination-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
+
+$pagination-border-radius-sm: $border-radius-sm !default;
+$pagination-border-radius-lg: $border-radius-lg !default;
+// scss-docs-end pagination-variables
+
+
+// Cards
+
+// scss-docs-start card-variables
+$card-spacer-y: $spacer !default;
+$card-spacer-x: $spacer !default;
+$card-title-spacer-y: $spacer * .5 !default;
+$card-border-width: $border-width !default;
+$card-border-radius: $border-radius !default;
+$card-border-color: rgba($black, .125) !default;
+$card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;
+$card-cap-padding-y: $card-spacer-y * .5 !default;
+$card-cap-padding-x: $card-spacer-x !default;
+$card-cap-bg: rgba($black, .03) !default;
+$card-cap-color: null !default;
+$card-height: null !default;
+$card-color: null !default;
+$card-bg: $white !default;
+$card-img-overlay-padding: $spacer !default;
+$card-group-margin: $grid-gutter-width * .5 !default;
+// scss-docs-end card-variables
+
+// Accordion
+
+// scss-docs-start accordion-variables
+$accordion-padding-y: 1rem !default;
+$accordion-padding-x: 1.25rem !default;
+$accordion-color: $body-color !default;
+$accordion-bg: $body-bg !default;
+$accordion-border-width: $border-width !default;
+$accordion-border-color: rgba($black, .125) !default;
+$accordion-border-radius: $border-radius !default;
+$accordion-inner-border-radius: subtract($accordion-border-radius, $accordion-border-width) !default;
+
+$accordion-body-padding-y: $accordion-padding-y !default;
+$accordion-body-padding-x: $accordion-padding-x !default;
+
+$accordion-button-padding-y: $accordion-padding-y !default;
+$accordion-button-padding-x: $accordion-padding-x !default;
+$accordion-button-color: $accordion-color !default;
+$accordion-button-bg: $accordion-bg !default;
+$accordion-transition: $btn-transition, border-radius .15s ease !default;
+$accordion-button-active-bg: tint-color($component-active-bg, 90%) !default;
+$accordion-button-active-color: shade-color($primary, 10%) !default;
+
+$accordion-button-focus-border-color: $input-focus-border-color !default;
+$accordion-button-focus-box-shadow: $btn-focus-box-shadow !default;
+
+$accordion-icon-width: 1.25rem !default;
+$accordion-icon-color: $accordion-color !default;
+$accordion-icon-active-color: $accordion-button-active-color !default;
+$accordion-icon-transition: transform .2s ease-in-out !default;
+$accordion-icon-transform: rotate(-180deg) !default;
+
+$accordion-button-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$accordion-icon-color}'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !default;
+$accordion-button-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$accordion-icon-active-color}'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !default;
+// scss-docs-end accordion-variables
+
+// Tooltips
+
+// scss-docs-start tooltip-variables
+$tooltip-font-size: $font-size-sm !default;
+$tooltip-max-width: 200px !default;
+$tooltip-color: $white !default;
+$tooltip-bg: $black !default;
+$tooltip-border-radius: $border-radius !default;
+$tooltip-opacity: .9 !default;
+$tooltip-padding-y: $spacer * .25 !default;
+$tooltip-padding-x: $spacer * .5 !default;
+$tooltip-margin: 0 !default;
+
+$tooltip-arrow-width: .8rem !default;
+$tooltip-arrow-height: .4rem !default;
+$tooltip-arrow-color: $tooltip-bg !default;
+// scss-docs-end tooltip-variables
+
+// Form tooltips must come after regular tooltips
+// scss-docs-start tooltip-feedback-variables
+$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;
+$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;
+$form-feedback-tooltip-font-size: $tooltip-font-size !default;
+$form-feedback-tooltip-line-height: null !default;
+$form-feedback-tooltip-opacity: $tooltip-opacity !default;
+$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;
+// scss-docs-end tooltip-feedback-variables
+
+
+// Popovers
+
+// scss-docs-start popover-variables
+$popover-font-size: $font-size-sm !default;
+$popover-bg: $white !default;
+$popover-max-width: 276px !default;
+$popover-border-width: $border-width !default;
+$popover-border-color: rgba($black, .2) !default;
+$popover-border-radius: $border-radius-lg !default;
+$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width) !default;
+$popover-box-shadow: $box-shadow !default;
+
+$popover-header-bg: shade-color($popover-bg, 6%) !default;
+$popover-header-color: $headings-color !default;
+$popover-header-padding-y: .5rem !default;
+$popover-header-padding-x: $spacer !default;
+
+$popover-body-color: $body-color !default;
+$popover-body-padding-y: $spacer !default;
+$popover-body-padding-x: $spacer !default;
+
+$popover-arrow-width: 1rem !default;
+$popover-arrow-height: .5rem !default;
+$popover-arrow-color: $popover-bg !default;
+
+$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;
+// scss-docs-end popover-variables
+
+
+// Toasts
+
+// scss-docs-start toast-variables
+$toast-max-width: 350px !default;
+$toast-padding-x: .75rem !default;
+$toast-padding-y: .5rem !default;
+$toast-font-size: .875rem !default;
+$toast-color: null !default;
+$toast-background-color: rgba($white, .85) !default;
+$toast-border-width: 1px !default;
+$toast-border-color: rgba(0, 0, 0, .1) !default;
+$toast-border-radius: $border-radius !default;
+$toast-box-shadow: $box-shadow !default;
+$toast-spacing: $container-padding-x !default;
+
+$toast-header-color: $gray-600 !default;
+$toast-header-background-color: rgba($white, .85) !default;
+$toast-header-border-color: rgba(0, 0, 0, .05) !default;
+// scss-docs-end toast-variables
+
+
+// Badges
+
+// scss-docs-start badge-variables
+$badge-font-size: .75em !default;
+$badge-font-weight: $font-weight-bold !default;
+$badge-color: $white !default;
+$badge-padding-y: .35em !default;
+$badge-padding-x: .65em !default;
+$badge-border-radius: $border-radius !default;
+// scss-docs-end badge-variables
+
+
+// Modals
+
+// scss-docs-start modal-variables
+$modal-inner-padding: $spacer !default;
+
+$modal-footer-margin-between: .5rem !default;
+
+$modal-dialog-margin: .5rem !default;
+$modal-dialog-margin-y-sm-up: 1.75rem !default;
+
+$modal-title-line-height: $line-height-base !default;
+
+$modal-content-color: null !default;
+$modal-content-bg: $white !default;
+$modal-content-border-color: rgba($black, .2) !default;
+$modal-content-border-width: $border-width !default;
+$modal-content-border-radius: $border-radius-lg !default;
+$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width) !default;
+$modal-content-box-shadow-xs: $box-shadow-sm !default;
+$modal-content-box-shadow-sm-up: $box-shadow !default;
+
+$modal-backdrop-bg: $black !default;
+$modal-backdrop-opacity: .5 !default;
+$modal-header-border-color: $border-color !default;
+$modal-footer-border-color: $modal-header-border-color !default;
+$modal-header-border-width: $modal-content-border-width !default;
+$modal-footer-border-width: $modal-header-border-width !default;
+$modal-header-padding-y: $modal-inner-padding !default;
+$modal-header-padding-x: $modal-inner-padding !default;
+$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility
+
+$modal-sm: 300px !default;
+$modal-md: 500px !default;
+$modal-lg: 800px !default;
+$modal-xl: 1140px !default;
+
+$modal-fade-transform: translate(0, -50px) !default;
+$modal-show-transform: none !default;
+$modal-transition: transform .3s ease-out !default;
+$modal-scale-transform: scale(1.02) !default;
+// scss-docs-end modal-variables
+
+
+// Alerts
+//
+// Define alert colors, border radius, and padding.
+
+// scss-docs-start alert-variables
+$alert-padding-y: $spacer !default;
+$alert-padding-x: $spacer !default;
+$alert-margin-bottom: 1rem !default;
+$alert-border-radius: $border-radius !default;
+$alert-link-font-weight: $font-weight-bold !default;
+$alert-border-width: $border-width !default;
+$alert-bg-scale: -80% !default;
+$alert-border-scale: -70% !default;
+$alert-color-scale: 40% !default;
+$alert-dismissible-padding-r: $alert-padding-x * 3 !default; // 3x covers width of x plus default padding on either side
+// scss-docs-end alert-variables
+
+
+// Progress bars
+
+// scss-docs-start progress-variables
+$progress-height: 1rem !default;
+$progress-font-size: $font-size-base * .75 !default;
+$progress-bg: $gray-200 !default;
+$progress-border-radius: $border-radius !default;
+$progress-box-shadow: $box-shadow-inset !default;
+$progress-bar-color: $white !default;
+$progress-bar-bg: $primary !default;
+$progress-bar-animation-timing: 1s linear infinite !default;
+$progress-bar-transition: width .6s ease !default;
+// scss-docs-end progress-variables
+
+
+// List group
+
+// scss-docs-start list-group-variables
+$list-group-color: $gray-900 !default;
+$list-group-bg: $white !default;
+$list-group-border-color: rgba($black, .125) !default;
+$list-group-border-width: $border-width !default;
+$list-group-border-radius: $border-radius !default;
+
+$list-group-item-padding-y: $spacer * .5 !default;
+$list-group-item-padding-x: $spacer !default;
+$list-group-item-bg-scale: -80% !default;
+$list-group-item-color-scale: 40% !default;
+
+$list-group-hover-bg: $gray-100 !default;
+$list-group-active-color: $component-active-color !default;
+$list-group-active-bg: $component-active-bg !default;
+$list-group-active-border-color: $list-group-active-bg !default;
+
+$list-group-disabled-color: $gray-600 !default;
+$list-group-disabled-bg: $list-group-bg !default;
+
+$list-group-action-color: $gray-700 !default;
+$list-group-action-hover-color: $list-group-action-color !default;
+
+$list-group-action-active-color: $body-color !default;
+$list-group-action-active-bg: $gray-200 !default;
+// scss-docs-end list-group-variables
+
+
+// Image thumbnails
+
+// scss-docs-start thumbnail-variables
+$thumbnail-padding: .25rem !default;
+$thumbnail-bg: $body-bg !default;
+$thumbnail-border-width: $border-width !default;
+$thumbnail-border-color: $gray-300 !default;
+$thumbnail-border-radius: $border-radius !default;
+$thumbnail-box-shadow: $box-shadow-sm !default;
+// scss-docs-end thumbnail-variables
+
+
+// Figures
+
+// scss-docs-start figure-variables
+$figure-caption-font-size: $small-font-size !default;
+$figure-caption-color: $gray-600 !default;
+// scss-docs-end figure-variables
+
+
+// Breadcrumbs
+
+// scss-docs-start breadcrumb-variables
+$breadcrumb-font-size: null !default;
+$breadcrumb-padding-y: 0 !default;
+$breadcrumb-padding-x: 0 !default;
+$breadcrumb-item-padding-x: .5rem !default;
+$breadcrumb-margin-bottom: 1rem !default;
+$breadcrumb-bg: null !default;
+$breadcrumb-divider-color: $gray-600 !default;
+$breadcrumb-active-color: $gray-600 !default;
+$breadcrumb-divider: quote("/") !default;
+$breadcrumb-divider-flipped: $breadcrumb-divider !default;
+$breadcrumb-border-radius: null !default;
+// scss-docs-end breadcrumb-variables
+
+// Carousel
+
+// scss-docs-start carousel-variables
+$carousel-control-color: $white !default;
+$carousel-control-width: 15% !default;
+$carousel-control-opacity: .5 !default;
+$carousel-control-hover-opacity: .9 !default;
+$carousel-control-transition: opacity .15s ease !default;
+
+$carousel-indicator-width: 30px !default;
+$carousel-indicator-height: 3px !default;
+$carousel-indicator-hit-area-height: 10px !default;
+$carousel-indicator-spacer: 3px !default;
+$carousel-indicator-opacity: .5 !default;
+$carousel-indicator-active-bg: $white !default;
+$carousel-indicator-active-opacity: 1 !default;
+$carousel-indicator-transition: opacity .6s ease !default;
+
+$carousel-caption-width: 70% !default;
+$carousel-caption-color: $white !default;
+$carousel-caption-padding-y: 1.25rem !default;
+$carousel-caption-spacer: 1.25rem !default;
+
+$carousel-control-icon-width: 2rem !default;
+
+$carousel-control-prev-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$carousel-control-color}'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>") !default;
+$carousel-control-next-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$carousel-control-color}'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>") !default;
+
+$carousel-transition-duration: .6s !default;
+$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)
+
+$carousel-dark-indicator-active-bg: $black !default;
+$carousel-dark-caption-color: $black !default;
+$carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;
+// scss-docs-end carousel-variables
+
+
+// Spinners
+
+// scss-docs-start spinner-variables
+$spinner-width: 2rem !default;
+$spinner-height: $spinner-width !default;
+$spinner-vertical-align: -.125em !default;
+$spinner-border-width: .25em !default;
+$spinner-animation-speed: .75s !default;
+
+$spinner-width-sm: 1rem !default;
+$spinner-height-sm: $spinner-width-sm !default;
+$spinner-border-width-sm: .2em !default;
+// scss-docs-end spinner-variables
+
+
+// Close
+
+// scss-docs-start close-variables
+$btn-close-width: 1em !default;
+$btn-close-height: $btn-close-width !default;
+$btn-close-padding-x: .25em !default;
+$btn-close-padding-y: $btn-close-padding-x !default;
+$btn-close-color: $black !default;
+$btn-close-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#{$btn-close-color}'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>") !default;
+$btn-close-focus-shadow: $input-btn-focus-box-shadow !default;
+$btn-close-opacity: .5 !default;
+$btn-close-hover-opacity: .75 !default;
+$btn-close-focus-opacity: 1 !default;
+$btn-close-disabled-opacity: .25 !default;
+$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !default;
+// scss-docs-end close-variables
+
+
+// Offcanvas
+
+// scss-docs-start offcanvas-variables
+$offcanvas-padding-y: $modal-inner-padding !default;
+$offcanvas-padding-x: $modal-inner-padding !default;
+$offcanvas-horizontal-width: 400px !default;
+$offcanvas-vertical-height: 30vh !default;
+$offcanvas-transition-duration: .3s !default;
+$offcanvas-border-color: $modal-content-border-color !default;
+$offcanvas-border-width: $modal-content-border-width !default;
+$offcanvas-title-line-height: $modal-title-line-height !default;
+$offcanvas-bg-color: $modal-content-bg !default;
+$offcanvas-color: $modal-content-color !default;
+$offcanvas-box-shadow: $modal-content-box-shadow-xs !default;
+// scss-docs-end offcanvas-variables
+
+// Code
+
+$code-font-size: $small-font-size !default;
+$code-color: $pink !default;
+
+$kbd-padding-y: .2rem !default;
+$kbd-padding-x: .4rem !default;
+$kbd-font-size: $code-font-size !default;
+$kbd-color: $white !default;
+$kbd-bg: $gray-900 !default;
+
+$pre-color: null !default;
diff --git a/alphabetlearning/static/bootstrap/scss/bootstrap-grid.scss b/alphabetlearning/static/bootstrap/scss/bootstrap-grid.scss
new file mode 100644
index 0000000..bcd8c19
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/bootstrap-grid.scss
@@ -0,0 +1,65 @@
+/*!
+ * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
+ * Copyright 2011-2021 The Bootstrap Authors
+ * Copyright 2011-2021 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
+ */
+
+$include-column-box-sizing: true !default;
+
+@import "functions";
+@import "variables";
+
+@import "mixins/lists";
+@import "mixins/breakpoints";
+@import "mixins/container";
+@import "mixins/grid";
+@import "mixins/utilities";
+
+@import "vendor/rfs";
+
+@import "containers";
+@import "grid";
+
+@import "utilities";
+// Only use the utilities we need
+// stylelint-disable-next-line scss/dollar-variable-default
+$utilities: map-get-multiple(
+ $utilities,
+ (
+ "display",
+ "order",
+ "flex",
+ "flex-direction",
+ "flex-grow",
+ "flex-shrink",
+ "flex-wrap",
+ "justify-content",
+ "align-items",
+ "align-content",
+ "align-self",
+ "margin",
+ "margin-x",
+ "margin-y",
+ "margin-top",
+ "margin-end",
+ "margin-bottom",
+ "margin-start",
+ "negative-margin",
+ "negative-margin-x",
+ "negative-margin-y",
+ "negative-margin-top",
+ "negative-margin-end",
+ "negative-margin-bottom",
+ "negative-margin-start",
+ "padding",
+ "padding-x",
+ "padding-y",
+ "padding-top",
+ "padding-end",
+ "padding-bottom",
+ "padding-start",
+ )
+);
+
+@import "utilities/api";
diff --git a/alphabetlearning/static/bootstrap/scss/bootstrap-reboot.scss b/alphabetlearning/static/bootstrap/scss/bootstrap-reboot.scss
new file mode 100644
index 0000000..72444f6
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/bootstrap-reboot.scss
@@ -0,0 +1,15 @@
+/*!
+ * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
+ * Copyright 2011-2021 The Bootstrap Authors
+ * Copyright 2011-2021 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
+ * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
+ */
+
+@import "functions";
+@import "variables";
+// Prevent the usage of custom properties since we don't add them to `:root` in reboot
+$font-family-base: $font-family-sans-serif; // stylelint-disable-line scss/dollar-variable-default
+$font-family-code: $font-family-monospace; // stylelint-disable-line scss/dollar-variable-default
+@import "mixins";
+@import "reboot";
diff --git a/alphabetlearning/static/bootstrap/scss/bootstrap-utilities.scss b/alphabetlearning/static/bootstrap/scss/bootstrap-utilities.scss
new file mode 100644
index 0000000..ab2d0e7
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/bootstrap-utilities.scss
@@ -0,0 +1,18 @@
+/*!
+ * Bootstrap Utilities v5.0.2 (https://getbootstrap.com/)
+ * Copyright 2011-2021 The Bootstrap Authors
+ * Copyright 2011-2021 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
+ */
+
+// Configuration
+@import "functions";
+@import "variables";
+@import "mixins";
+@import "utilities";
+
+// Helpers
+@import "helpers";
+
+// Utilities
+@import "utilities/api";
diff --git a/alphabetlearning/static/bootstrap/scss/bootstrap.scss b/alphabetlearning/static/bootstrap/scss/bootstrap.scss
new file mode 100644
index 0000000..eb047a3
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/bootstrap.scss
@@ -0,0 +1,52 @@
+/*!
+ * Bootstrap v5.0.2 (https://getbootstrap.com/)
+ * Copyright 2011-2021 The Bootstrap Authors
+ * Copyright 2011-2021 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
+ */
+
+// scss-docs-start import-stack
+// Configuration
+@import "functions";
+@import "variables";
+@import "mixins";
+@import "utilities";
+
+// Layout & components
+@import "root";
+@import "reboot";
+@import "type";
+@import "images";
+@import "containers";
+@import "grid";
+@import "tables";
+@import "forms";
+@import "buttons";
+@import "transitions";
+@import "dropdown";
+@import "button-group";
+@import "nav";
+@import "navbar";
+@import "card";
+@import "accordion";
+@import "breadcrumb";
+@import "pagination";
+@import "badge";
+@import "alert";
+@import "progress";
+@import "list-group";
+@import "close";
+@import "toasts";
+@import "modal";
+@import "tooltip";
+@import "popover";
+@import "carousel";
+@import "spinners";
+@import "offcanvas";
+
+// Helpers
+@import "helpers";
+
+// Utilities
+@import "utilities/api";
+// scss-docs-end import-stack
diff --git a/alphabetlearning/static/bootstrap/scss/forms/_floating-labels.scss b/alphabetlearning/static/bootstrap/scss/forms/_floating-labels.scss
new file mode 100644
index 0000000..2f42954
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/forms/_floating-labels.scss
@@ -0,0 +1,63 @@
+.form-floating {
+ position: relative;
+
+ > .form-control,
+ > .form-select {
+ height: $form-floating-height;
+ line-height: $form-floating-line-height;
+ }
+
+ > label {
+ position: absolute;
+ top: 0;
+ left: 0;
+ height: 100%; // allow textareas
+ padding: $form-floating-padding-y $form-floating-padding-x;
+ pointer-events: none;
+ border: $input-border-width solid transparent; // Required for aligning label's text with the input as it affects inner box model
+ transform-origin: 0 0;
+ @include transition($form-floating-transition);
+ }
+
+ // stylelint-disable no-duplicate-selectors
+ > .form-control {
+ padding: $form-floating-padding-y $form-floating-padding-x;
+
+ &::placeholder {
+ color: transparent;
+ }
+
+ &:focus,
+ &:not(:placeholder-shown) {
+ padding-top: $form-floating-input-padding-t;
+ padding-bottom: $form-floating-input-padding-b;
+ }
+ // Duplicated because `:-webkit-autofill` invalidates other selectors when grouped
+ &:-webkit-autofill {
+ padding-top: $form-floating-input-padding-t;
+ padding-bottom: $form-floating-input-padding-b;
+ }
+ }
+
+ > .form-select {
+ padding-top: $form-floating-input-padding-t;
+ padding-bottom: $form-floating-input-padding-b;
+ }
+
+ > .form-control:focus,
+ > .form-control:not(:placeholder-shown),
+ > .form-select {
+ ~ label {
+ opacity: $form-floating-label-opacity;
+ transform: $form-floating-label-transform;
+ }
+ }
+ // Duplicated because `:-webkit-autofill` invalidates other selectors when grouped
+ > .form-control:-webkit-autofill {
+ ~ label {
+ opacity: $form-floating-label-opacity;
+ transform: $form-floating-label-transform;
+ }
+ }
+ // stylelint-enable no-duplicate-selectors
+}
diff --git a/alphabetlearning/static/bootstrap/scss/forms/_form-check.scss b/alphabetlearning/static/bootstrap/scss/forms/_form-check.scss
new file mode 100644
index 0000000..6321b41
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/forms/_form-check.scss
@@ -0,0 +1,152 @@
+//
+// Check/radio
+//
+
+.form-check {
+ display: block;
+ min-height: $form-check-min-height;
+ padding-left: $form-check-padding-start;
+ margin-bottom: $form-check-margin-bottom;
+
+ .form-check-input {
+ float: left;
+ margin-left: $form-check-padding-start * -1;
+ }
+}
+
+.form-check-input {
+ width: $form-check-input-width;
+ height: $form-check-input-width;
+ margin-top: ($line-height-base - $form-check-input-width) * .5; // line-height minus check height
+ vertical-align: top;
+ background-color: $form-check-input-bg;
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: contain;
+ border: $form-check-input-border;
+ appearance: none;
+ color-adjust: exact; // Keep themed appearance for print
+ @include transition($form-check-transition);
+
+ &[type="checkbox"] {
+ @include border-radius($form-check-input-border-radius);
+ }
+
+ &[type="radio"] {
+ // stylelint-disable-next-line property-disallowed-list
+ border-radius: $form-check-radio-border-radius;
+ }
+
+ &:active {
+ filter: $form-check-input-active-filter;
+ }
+
+ &:focus {
+ border-color: $form-check-input-focus-border;
+ outline: 0;
+ box-shadow: $form-check-input-focus-box-shadow;
+ }
+
+ &:checked {
+ background-color: $form-check-input-checked-bg-color;
+ border-color: $form-check-input-checked-border-color;
+
+ &[type="checkbox"] {
+ @if $enable-gradients {
+ background-image: escape-svg($form-check-input-checked-bg-image), var(--#{$variable-prefix}gradient);
+ } @else {
+ background-image: escape-svg($form-check-input-checked-bg-image);
+ }
+ }
+
+ &[type="radio"] {
+ @if $enable-gradients {
+ background-image: escape-svg($form-check-radio-checked-bg-image), var(--#{$variable-prefix}gradient);
+ } @else {
+ background-image: escape-svg($form-check-radio-checked-bg-image);
+ }
+ }
+ }
+
+ &[type="checkbox"]:indeterminate {
+ background-color: $form-check-input-indeterminate-bg-color;
+ border-color: $form-check-input-indeterminate-border-color;
+
+ @if $enable-gradients {
+ background-image: escape-svg($form-check-input-indeterminate-bg-image), var(--#{$variable-prefix}gradient);
+ } @else {
+ background-image: escape-svg($form-check-input-indeterminate-bg-image);
+ }
+ }
+
+ &:disabled {
+ pointer-events: none;
+ filter: none;
+ opacity: $form-check-input-disabled-opacity;
+ }
+
+ // Use disabled attribute in addition of :disabled pseudo-class
+ // See: https://github.com/twbs/bootstrap/issues/28247
+ &[disabled],
+ &:disabled {
+ ~ .form-check-label {
+ opacity: $form-check-label-disabled-opacity;
+ }
+ }
+}
+
+.form-check-label {
+ color: $form-check-label-color;
+ cursor: $form-check-label-cursor;
+}
+
+//
+// Switch
+//
+
+.form-switch {
+ padding-left: $form-switch-padding-start;
+
+ .form-check-input {
+ width: $form-switch-width;
+ margin-left: $form-switch-padding-start * -1;
+ background-image: escape-svg($form-switch-bg-image);
+ background-position: left center;
+ @include border-radius($form-switch-border-radius);
+ @include transition($form-switch-transition);
+
+ &:focus {
+ background-image: escape-svg($form-switch-focus-bg-image);
+ }
+
+ &:checked {
+ background-position: $form-switch-checked-bg-position;
+
+ @if $enable-gradients {
+ background-image: escape-svg($form-switch-checked-bg-image), var(--#{$variable-prefix}gradient);
+ } @else {
+ background-image: escape-svg($form-switch-checked-bg-image);
+ }
+ }
+ }
+}
+
+.form-check-inline {
+ display: inline-block;
+ margin-right: $form-check-inline-margin-end;
+}
+
+.btn-check {
+ position: absolute;
+ clip: rect(0, 0, 0, 0);
+ pointer-events: none;
+
+ &[disabled],
+ &:disabled {
+ + .btn {
+ pointer-events: none;
+ filter: none;
+ opacity: $form-check-btn-check-disabled-opacity;
+ }
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/forms/_form-control.scss b/alphabetlearning/static/bootstrap/scss/forms/_form-control.scss
new file mode 100644
index 0000000..9728b91
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/forms/_form-control.scss
@@ -0,0 +1,219 @@
+//
+// General form controls (plus a few specific high-level interventions)
+//
+
+.form-control {
+ display: block;
+ width: 100%;
+ padding: $input-padding-y $input-padding-x;
+ font-family: $input-font-family;
+ @include font-size($input-font-size);
+ font-weight: $input-font-weight;
+ line-height: $input-line-height;
+ color: $input-color;
+ background-color: $input-bg;
+ background-clip: padding-box;
+ border: $input-border-width solid $input-border-color;
+ appearance: none; // Fix appearance for date inputs in Safari
+
+ // Note: This has no effect on <select>s in some browsers, due to the limited stylability of `<select>`s in CSS.
+ @include border-radius($input-border-radius, 0);
+
+ @include box-shadow($input-box-shadow);
+ @include transition($input-transition);
+
+ &[type="file"] {
+ overflow: hidden; // prevent pseudo element button overlap
+
+ &:not(:disabled):not([readonly]) {
+ cursor: pointer;
+ }
+ }
+
+ // Customize the `:focus` state to imitate native WebKit styles.
+ &:focus {
+ color: $input-focus-color;
+ background-color: $input-focus-bg;
+ border-color: $input-focus-border-color;
+ outline: 0;
+ @if $enable-shadows {
+ @include box-shadow($input-box-shadow, $input-focus-box-shadow);
+ } @else {
+ // Avoid using mixin so we can pass custom focus shadow properly
+ box-shadow: $input-focus-box-shadow;
+ }
+ }
+
+ // Add some height to date inputs on iOS
+ // https://github.com/twbs/bootstrap/issues/23307
+ // TODO: we can remove this workaround once https://bugs.webkit.org/show_bug.cgi?id=198959 is resolved
+ &::-webkit-date-and-time-value {
+ // Multiply line-height by 1em if it has no unit
+ height: if(unit($input-line-height) == "", $input-line-height * 1em, $input-line-height);
+ }
+
+ // Placeholder
+ &::placeholder {
+ color: $input-placeholder-color;
+ // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526.
+ opacity: 1;
+ }
+
+ // Disabled and read-only inputs
+ //
+ // HTML5 says that controls under a fieldset > legend:first-child won't be
+ // disabled if the fieldset is disabled. Due to implementation difficulty, we
+ // don't honor that edge case; we style them as disabled anyway.
+ &:disabled,
+ &[readonly] {
+ background-color: $input-disabled-bg;
+ border-color: $input-disabled-border-color;
+ // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655.
+ opacity: 1;
+ }
+
+ // File input buttons theming
+ &::file-selector-button {
+ padding: $input-padding-y $input-padding-x;
+ margin: (-$input-padding-y) (-$input-padding-x);
+ margin-inline-end: $input-padding-x;
+ color: $form-file-button-color;
+ @include gradient-bg($form-file-button-bg);
+ pointer-events: none;
+ border-color: inherit;
+ border-style: solid;
+ border-width: 0;
+ border-inline-end-width: $input-border-width;
+ border-radius: 0; // stylelint-disable-line property-disallowed-list
+ @include transition($btn-transition);
+ }
+
+ &:hover:not(:disabled):not([readonly])::file-selector-button {
+ background-color: $form-file-button-hover-bg;
+ }
+
+ &::-webkit-file-upload-button {
+ padding: $input-padding-y $input-padding-x;
+ margin: (-$input-padding-y) (-$input-padding-x);
+ margin-inline-end: $input-padding-x;
+ color: $form-file-button-color;
+ @include gradient-bg($form-file-button-bg);
+ pointer-events: none;
+ border-color: inherit;
+ border-style: solid;
+ border-width: 0;
+ border-inline-end-width: $input-border-width;
+ border-radius: 0; // stylelint-disable-line property-disallowed-list
+ @include transition($btn-transition);
+ }
+
+ &:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
+ background-color: $form-file-button-hover-bg;
+ }
+}
+
+// Readonly controls as plain text
+//
+// Apply class to a readonly input to make it appear like regular plain
+// text (without any border, background color, focus indicator)
+
+.form-control-plaintext {
+ display: block;
+ width: 100%;
+ padding: $input-padding-y 0;
+ margin-bottom: 0; // match inputs if this class comes on inputs with default margins
+ line-height: $input-line-height;
+ color: $input-plaintext-color;
+ background-color: transparent;
+ border: solid transparent;
+ border-width: $input-border-width 0;
+
+ &.form-control-sm,
+ &.form-control-lg {
+ padding-right: 0;
+ padding-left: 0;
+ }
+}
+
+// Form control sizing
+//
+// Build on `.form-control` with modifier classes to decrease or increase the
+// height and font-size of form controls.
+//
+// Repeated in `_input_group.scss` to avoid Sass extend issues.
+
+.form-control-sm {
+ min-height: $input-height-sm;
+ padding: $input-padding-y-sm $input-padding-x-sm;
+ @include font-size($input-font-size-sm);
+ @include border-radius($input-border-radius-sm);
+
+ &::file-selector-button {
+ padding: $input-padding-y-sm $input-padding-x-sm;
+ margin: (-$input-padding-y-sm) (-$input-padding-x-sm);
+ margin-inline-end: $input-padding-x-sm;
+ }
+
+ &::-webkit-file-upload-button {
+ padding: $input-padding-y-sm $input-padding-x-sm;
+ margin: (-$input-padding-y-sm) (-$input-padding-x-sm);
+ margin-inline-end: $input-padding-x-sm;
+ }
+}
+
+.form-control-lg {
+ min-height: $input-height-lg;
+ padding: $input-padding-y-lg $input-padding-x-lg;
+ @include font-size($input-font-size-lg);
+ @include border-radius($input-border-radius-lg);
+
+ &::file-selector-button {
+ padding: $input-padding-y-lg $input-padding-x-lg;
+ margin: (-$input-padding-y-lg) (-$input-padding-x-lg);
+ margin-inline-end: $input-padding-x-lg;
+ }
+
+ &::-webkit-file-upload-button {
+ padding: $input-padding-y-lg $input-padding-x-lg;
+ margin: (-$input-padding-y-lg) (-$input-padding-x-lg);
+ margin-inline-end: $input-padding-x-lg;
+ }
+}
+
+// Make sure textareas don't shrink too much when resized
+// https://github.com/twbs/bootstrap/pull/29124
+// stylelint-disable selector-no-qualifying-type
+textarea {
+ &.form-control {
+ min-height: $input-height;
+ }
+
+ &.form-control-sm {
+ min-height: $input-height-sm;
+ }
+
+ &.form-control-lg {
+ min-height: $input-height-lg;
+ }
+}
+// stylelint-enable selector-no-qualifying-type
+
+.form-control-color {
+ max-width: 3rem;
+ height: auto; // Override fixed browser height
+ padding: $input-padding-y;
+
+ &:not(:disabled):not([readonly]) {
+ cursor: pointer;
+ }
+
+ &::-moz-color-swatch {
+ height: if(unit($input-line-height) == "", $input-line-height * 1em, $input-line-height);
+ @include border-radius($input-border-radius);
+ }
+
+ &::-webkit-color-swatch {
+ height: if(unit($input-line-height) == "", $input-line-height * 1em, $input-line-height);
+ @include border-radius($input-border-radius);
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/forms/_form-range.scss b/alphabetlearning/static/bootstrap/scss/forms/_form-range.scss
new file mode 100644
index 0000000..6de4213
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/forms/_form-range.scss
@@ -0,0 +1,91 @@
+// Range
+//
+// Style range inputs the same across browsers. Vendor-specific rules for pseudo
+// elements cannot be mixed. As such, there are no shared styles for focus or
+// active states on prefixed selectors.
+
+.form-range {
+ width: 100%;
+ height: add($form-range-thumb-height, $form-range-thumb-focus-box-shadow-width * 2);
+ padding: 0; // Need to reset padding
+ background-color: transparent;
+ appearance: none;
+
+ &:focus {
+ outline: 0;
+
+ // Pseudo-elements must be split across multiple rulesets to have an effect.
+ // No box-shadow() mixin for focus accessibility.
+ &::-webkit-slider-thumb { box-shadow: $form-range-thumb-focus-box-shadow; }
+ &::-moz-range-thumb { box-shadow: $form-range-thumb-focus-box-shadow; }
+ }
+
+ &::-moz-focus-outer {
+ border: 0;
+ }
+
+ &::-webkit-slider-thumb {
+ width: $form-range-thumb-width;
+ height: $form-range-thumb-height;
+ margin-top: ($form-range-track-height - $form-range-thumb-height) * .5; // Webkit specific
+ @include gradient-bg($form-range-thumb-bg);
+ border: $form-range-thumb-border;
+ @include border-radius($form-range-thumb-border-radius);
+ @include box-shadow($form-range-thumb-box-shadow);
+ @include transition($form-range-thumb-transition);
+ appearance: none;
+
+ &:active {
+ @include gradient-bg($form-range-thumb-active-bg);
+ }
+ }
+
+ &::-webkit-slider-runnable-track {
+ width: $form-range-track-width;
+ height: $form-range-track-height;
+ color: transparent; // Why?
+ cursor: $form-range-track-cursor;
+ background-color: $form-range-track-bg;
+ border-color: transparent;
+ @include border-radius($form-range-track-border-radius);
+ @include box-shadow($form-range-track-box-shadow);
+ }
+
+ &::-moz-range-thumb {
+ width: $form-range-thumb-width;
+ height: $form-range-thumb-height;
+ @include gradient-bg($form-range-thumb-bg);
+ border: $form-range-thumb-border;
+ @include border-radius($form-range-thumb-border-radius);
+ @include box-shadow($form-range-thumb-box-shadow);
+ @include transition($form-range-thumb-transition);
+ appearance: none;
+
+ &:active {
+ @include gradient-bg($form-range-thumb-active-bg);
+ }
+ }
+
+ &::-moz-range-track {
+ width: $form-range-track-width;
+ height: $form-range-track-height;
+ color: transparent;
+ cursor: $form-range-track-cursor;
+ background-color: $form-range-track-bg;
+ border-color: transparent; // Firefox specific?
+ @include border-radius($form-range-track-border-radius);
+ @include box-shadow($form-range-track-box-shadow);
+ }
+
+ &:disabled {
+ pointer-events: none;
+
+ &::-webkit-slider-thumb {
+ background-color: $form-range-thumb-disabled-bg;
+ }
+
+ &::-moz-range-thumb {
+ background-color: $form-range-thumb-disabled-bg;
+ }
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/forms/_form-select.scss b/alphabetlearning/static/bootstrap/scss/forms/_form-select.scss
new file mode 100644
index 0000000..4506a97
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/forms/_form-select.scss
@@ -0,0 +1,70 @@
+// Select
+//
+// Replaces the browser default select with a custom one, mostly pulled from
+// https://primer.github.io/.
+
+.form-select {
+ display: block;
+ width: 100%;
+ padding: $form-select-padding-y $form-select-indicator-padding $form-select-padding-y $form-select-padding-x;
+ // stylelint-disable-next-line property-no-vendor-prefix
+ -moz-padding-start: subtract($form-select-padding-x, 3px); // See https://github.com/twbs/bootstrap/issues/32636
+ font-family: $form-select-font-family;
+ @include font-size($form-select-font-size);
+ font-weight: $form-select-font-weight;
+ line-height: $form-select-line-height;
+ color: $form-select-color;
+ background-color: $form-select-bg;
+ background-image: escape-svg($form-select-indicator);
+ background-repeat: no-repeat;
+ background-position: $form-select-bg-position;
+ background-size: $form-select-bg-size;
+ border: $form-select-border-width solid $form-select-border-color;
+ @include border-radius($form-select-border-radius, 0);
+ @include box-shadow($form-select-box-shadow);
+ @include transition($form-select-transition);
+ appearance: none;
+
+ &:focus {
+ border-color: $form-select-focus-border-color;
+ outline: 0;
+ @if $enable-shadows {
+ @include box-shadow($form-select-box-shadow, $form-select-focus-box-shadow);
+ } @else {
+ // Avoid using mixin so we can pass custom focus shadow properly
+ box-shadow: $form-select-focus-box-shadow;
+ }
+ }
+
+ &[multiple],
+ &[size]:not([size="1"]) {
+ padding-right: $form-select-padding-x;
+ background-image: none;
+ }
+
+ &:disabled {
+ color: $form-select-disabled-color;
+ background-color: $form-select-disabled-bg;
+ border-color: $form-select-disabled-border-color;
+ }
+
+ // Remove outline from select box in FF
+ &:-moz-focusring {
+ color: transparent;
+ text-shadow: 0 0 0 $form-select-color;
+ }
+}
+
+.form-select-sm {
+ padding-top: $form-select-padding-y-sm;
+ padding-bottom: $form-select-padding-y-sm;
+ padding-left: $form-select-padding-x-sm;
+ @include font-size($form-select-font-size-sm);
+}
+
+.form-select-lg {
+ padding-top: $form-select-padding-y-lg;
+ padding-bottom: $form-select-padding-y-lg;
+ padding-left: $form-select-padding-x-lg;
+ @include font-size($form-select-font-size-lg);
+}
diff --git a/pyblackbird_cc/static/scss/forms/_form-text.scss b/alphabetlearning/static/bootstrap/scss/forms/_form-text.scss
index f080d1a..f080d1a 100644
--- a/pyblackbird_cc/static/scss/forms/_form-text.scss
+++ b/alphabetlearning/static/bootstrap/scss/forms/_form-text.scss
diff --git a/alphabetlearning/static/bootstrap/scss/forms/_input-group.scss b/alphabetlearning/static/bootstrap/scss/forms/_input-group.scss
new file mode 100644
index 0000000..1400529
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/forms/_input-group.scss
@@ -0,0 +1,121 @@
+//
+// Base styles
+//
+
+.input-group {
+ position: relative;
+ display: flex;
+ flex-wrap: wrap; // For form validation feedback
+ align-items: stretch;
+ width: 100%;
+
+ > .form-control,
+ > .form-select {
+ position: relative; // For focus state's z-index
+ flex: 1 1 auto;
+ width: 1%;
+ min-width: 0; // https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size
+ }
+
+ // Bring the "active" form control to the top of surrounding elements
+ > .form-control:focus,
+ > .form-select:focus {
+ z-index: 3;
+ }
+
+ // Ensure buttons are always above inputs for more visually pleasing borders.
+ // This isn't needed for `.input-group-text` since it shares the same border-color
+ // as our inputs.
+ .btn {
+ position: relative;
+ z-index: 2;
+
+ &:focus {
+ z-index: 3;
+ }
+ }
+}
+
+
+// Textual addons
+//
+// Serves as a catch-all element for any text or radio/checkbox input you wish
+// to prepend or append to an input.
+
+.input-group-text {
+ display: flex;
+ align-items: center;
+ padding: $input-group-addon-padding-y $input-group-addon-padding-x;
+ @include font-size($input-font-size); // Match inputs
+ font-weight: $input-group-addon-font-weight;
+ line-height: $input-line-height;
+ color: $input-group-addon-color;
+ text-align: center;
+ white-space: nowrap;
+ background-color: $input-group-addon-bg;
+ border: $input-border-width solid $input-group-addon-border-color;
+ @include border-radius($input-border-radius);
+}
+
+
+// Sizing
+//
+// Remix the default form control sizing classes into new ones for easier
+// manipulation.
+
+.input-group-lg > .form-control,
+.input-group-lg > .form-select,
+.input-group-lg > .input-group-text,
+.input-group-lg > .btn {
+ padding: $input-padding-y-lg $input-padding-x-lg;
+ @include font-size($input-font-size-lg);
+ @include border-radius($input-border-radius-lg);
+}
+
+.input-group-sm > .form-control,
+.input-group-sm > .form-select,
+.input-group-sm > .input-group-text,
+.input-group-sm > .btn {
+ padding: $input-padding-y-sm $input-padding-x-sm;
+ @include font-size($input-font-size-sm);
+ @include border-radius($input-border-radius-sm);
+}
+
+.input-group-lg > .form-select,
+.input-group-sm > .form-select {
+ padding-right: $form-select-padding-x + $form-select-indicator-padding;
+}
+
+
+// Rounded corners
+//
+// These rulesets must come after the sizing ones to properly override sm and lg
+// border-radius values when extending. They're more specific than we'd like
+// with the `.input-group >` part, but without it, we cannot override the sizing.
+
+// stylelint-disable-next-line no-duplicate-selectors
+.input-group {
+ &:not(.has-validation) {
+ > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
+ > .dropdown-toggle:nth-last-child(n + 3) {
+ @include border-end-radius(0);
+ }
+ }
+
+ &.has-validation {
+ > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
+ > .dropdown-toggle:nth-last-child(n + 4) {
+ @include border-end-radius(0);
+ }
+ }
+
+ $validation-messages: "";
+ @each $state in map-keys($form-validation-states) {
+ $validation-messages: $validation-messages + ":not(." + unquote($state) + "-tooltip)" + ":not(." + unquote($state) + "-feedback)";
+ }
+
+ > :not(:first-child):not(.dropdown-menu)#{$validation-messages} {
+ margin-left: -$input-border-width;
+ @include border-start-radius(0);
+ }
+}
diff --git a/pyblackbird_cc/static/scss/forms/_labels.scss b/alphabetlearning/static/bootstrap/scss/forms/_labels.scss
index 39ecafc..39ecafc 100644
--- a/pyblackbird_cc/static/scss/forms/_labels.scss
+++ b/alphabetlearning/static/bootstrap/scss/forms/_labels.scss
diff --git a/pyblackbird_cc/static/scss/forms/_validation.scss b/alphabetlearning/static/bootstrap/scss/forms/_validation.scss
index c48123a..c48123a 100644
--- a/pyblackbird_cc/static/scss/forms/_validation.scss
+++ b/alphabetlearning/static/bootstrap/scss/forms/_validation.scss
diff --git a/pyblackbird_cc/static/scss/helpers/_clearfix.scss b/alphabetlearning/static/bootstrap/scss/helpers/_clearfix.scss
index e92522a..e92522a 100644
--- a/pyblackbird_cc/static/scss/helpers/_clearfix.scss
+++ b/alphabetlearning/static/bootstrap/scss/helpers/_clearfix.scss
diff --git a/alphabetlearning/static/bootstrap/scss/helpers/_colored-links.scss b/alphabetlearning/static/bootstrap/scss/helpers/_colored-links.scss
new file mode 100644
index 0000000..8c167de
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/helpers/_colored-links.scss
@@ -0,0 +1,12 @@
+@each $color, $value in $theme-colors {
+ .link-#{$color} {
+ color: $value;
+
+ @if $link-shade-percentage != 0 {
+ &:hover,
+ &:focus {
+ color: if(color-contrast($value) == $color-contrast-light, shade-color($value, $link-shade-percentage), tint-color($value, $link-shade-percentage));
+ }
+ }
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/helpers/_position.scss b/alphabetlearning/static/bootstrap/scss/helpers/_position.scss
new file mode 100644
index 0000000..31851eb
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/helpers/_position.scss
@@ -0,0 +1,30 @@
+// Shorthand
+
+.fixed-top {
+ position: fixed;
+ top: 0;
+ right: 0;
+ left: 0;
+ z-index: $zindex-fixed;
+}
+
+.fixed-bottom {
+ position: fixed;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: $zindex-fixed;
+}
+
+// Responsive sticky top
+@each $breakpoint in map-keys($grid-breakpoints) {
+ @include media-breakpoint-up($breakpoint) {
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
+
+ .sticky#{$infix}-top {
+ position: sticky;
+ top: 0;
+ z-index: $zindex-sticky;
+ }
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/helpers/_ratio.scss b/alphabetlearning/static/bootstrap/scss/helpers/_ratio.scss
new file mode 100644
index 0000000..2390ee3
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/helpers/_ratio.scss
@@ -0,0 +1,26 @@
+// Credit: Nicolas Gallagher and SUIT CSS.
+
+.ratio {
+ position: relative;
+ width: 100%;
+
+ &::before {
+ display: block;
+ padding-top: var(--#{$variable-prefix}aspect-ratio);
+ content: "";
+ }
+
+ > * {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ }
+}
+
+@each $key, $ratio in $aspect-ratios {
+ .ratio-#{$key} {
+ --#{$variable-prefix}aspect-ratio: #{$ratio};
+ }
+}
diff --git a/pyblackbird_cc/static/scss/helpers/_stretched-link.scss b/alphabetlearning/static/bootstrap/scss/helpers/_stretched-link.scss
index 71a1c75..71a1c75 100644
--- a/pyblackbird_cc/static/scss/helpers/_stretched-link.scss
+++ b/alphabetlearning/static/bootstrap/scss/helpers/_stretched-link.scss
diff --git a/pyblackbird_cc/static/scss/helpers/_text-truncation.scss b/alphabetlearning/static/bootstrap/scss/helpers/_text-truncation.scss
index 6421dac..6421dac 100644
--- a/pyblackbird_cc/static/scss/helpers/_text-truncation.scss
+++ b/alphabetlearning/static/bootstrap/scss/helpers/_text-truncation.scss
diff --git a/pyblackbird_cc/static/scss/helpers/_visually-hidden.scss b/alphabetlearning/static/bootstrap/scss/helpers/_visually-hidden.scss
index 4760ff0..4760ff0 100644
--- a/pyblackbird_cc/static/scss/helpers/_visually-hidden.scss
+++ b/alphabetlearning/static/bootstrap/scss/helpers/_visually-hidden.scss
diff --git a/alphabetlearning/static/bootstrap/scss/mixins/_alert.scss b/alphabetlearning/static/bootstrap/scss/mixins/_alert.scss
new file mode 100644
index 0000000..f3eb595
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_alert.scss
@@ -0,0 +1,11 @@
+// scss-docs-start alert-variant-mixin
+@mixin alert-variant($background, $border, $color) {
+ color: $color;
+ @include gradient-bg($background);
+ border-color: $border;
+
+ .alert-link {
+ color: shade-color($color, 20%);
+ }
+}
+// scss-docs-end alert-variant-mixin
diff --git a/pyblackbird_cc/static/scss/mixins/_border-radius.scss b/alphabetlearning/static/bootstrap/scss/mixins/_border-radius.scss
index 616decb..616decb 100644
--- a/pyblackbird_cc/static/scss/mixins/_border-radius.scss
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_border-radius.scss
diff --git a/pyblackbird_cc/static/scss/mixins/_box-shadow.scss b/alphabetlearning/static/bootstrap/scss/mixins/_box-shadow.scss
index 4172541..4172541 100644
--- a/pyblackbird_cc/static/scss/mixins/_box-shadow.scss
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_box-shadow.scss
diff --git a/alphabetlearning/static/bootstrap/scss/mixins/_breakpoints.scss b/alphabetlearning/static/bootstrap/scss/mixins/_breakpoints.scss
new file mode 100644
index 0000000..cdc8034
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_breakpoints.scss
@@ -0,0 +1,127 @@
+// Breakpoint viewport sizes and media queries.
+//
+// Breakpoints are defined as a map of (name: minimum width), order from small to large:
+//
+// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)
+//
+// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.
+
+// Name of the next breakpoint, or null for the last breakpoint.
+//
+// >> breakpoint-next(sm)
+// md
+// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
+// md
+// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))
+// md
+@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {
+ $n: index($breakpoint-names, $name);
+ @if not $n {
+ @error "breakpoint `#{$name}` not found in `#{$breakpoints}`";
+ }
+ @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);
+}
+
+// Minimum breakpoint width. Null for the smallest (first) breakpoint.
+//
+// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
+// 576px
+@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {
+ $min: map-get($breakpoints, $name);
+ @return if($min != 0, $min, null);
+}
+
+// Maximum breakpoint width.
+// The maximum value is reduced by 0.02px to work around the limitations of
+// `min-` and `max-` prefixes and viewports with fractional widths.
+// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max
+// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.
+// See https://bugs.webkit.org/show_bug.cgi?id=178261
+//
+// >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
+// 767.98px
+@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {
+ $max: map-get($breakpoints, $name);
+ @return if($max and $max > 0, $max - .02, null);
+}
+
+// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.
+// Useful for making responsive utilities.
+//
+// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
+// "" (Returns a blank string)
+// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
+// "-sm"
+@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {
+ @return if(breakpoint-min($name, $breakpoints) == null, "", "-#{$name}");
+}
+
+// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.
+// Makes the @content apply to the given breakpoint and wider.
+@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {
+ $min: breakpoint-min($name, $breakpoints);
+ @if $min {
+ @media (min-width: $min) {
+ @content;
+ }
+ } @else {
+ @content;
+ }
+}
+
+// Media of at most the maximum breakpoint width. No query for the largest breakpoint.
+// Makes the @content apply to the given breakpoint and narrower.
+@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {
+ $max: breakpoint-max($name, $breakpoints);
+ @if $max {
+ @media (max-width: $max) {
+ @content;
+ }
+ } @else {
+ @content;
+ }
+}
+
+// Media that spans multiple breakpoint widths.
+// Makes the @content apply between the min and max breakpoints
+@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {
+ $min: breakpoint-min($lower, $breakpoints);
+ $max: breakpoint-max($upper, $breakpoints);
+
+ @if $min != null and $max != null {
+ @media (min-width: $min) and (max-width: $max) {
+ @content;
+ }
+ } @else if $max == null {
+ @include media-breakpoint-up($lower, $breakpoints) {
+ @content;
+ }
+ } @else if $min == null {
+ @include media-breakpoint-down($upper, $breakpoints) {
+ @content;
+ }
+ }
+}
+
+// Media between the breakpoint's minimum and maximum widths.
+// No minimum for the smallest breakpoint, and no maximum for the largest one.
+// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.
+@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {
+ $min: breakpoint-min($name, $breakpoints);
+ $next: breakpoint-next($name, $breakpoints);
+ $max: breakpoint-max($next);
+
+ @if $min != null and $max != null {
+ @media (min-width: $min) and (max-width: $max) {
+ @content;
+ }
+ } @else if $max == null {
+ @include media-breakpoint-up($name, $breakpoints) {
+ @content;
+ }
+ } @else if $min == null {
+ @include media-breakpoint-down($next, $breakpoints) {
+ @content;
+ }
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/mixins/_buttons.scss b/alphabetlearning/static/bootstrap/scss/mixins/_buttons.scss
new file mode 100644
index 0000000..b674996
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_buttons.scss
@@ -0,0 +1,133 @@
+// Button variants
+//
+// Easily pump out default styles, as well as :hover, :focus, :active,
+// and disabled options for all buttons
+
+// scss-docs-start btn-variant-mixin
+@mixin button-variant(
+ $background,
+ $border,
+ $color: color-contrast($background),
+ $hover-background: if($color == $color-contrast-light, shade-color($background, $btn-hover-bg-shade-amount), tint-color($background, $btn-hover-bg-tint-amount)),
+ $hover-border: if($color == $color-contrast-light, shade-color($border, $btn-hover-border-shade-amount), tint-color($border, $btn-hover-border-tint-amount)),
+ $hover-color: color-contrast($hover-background),
+ $active-background: if($color == $color-contrast-light, shade-color($background, $btn-active-bg-shade-amount), tint-color($background, $btn-active-bg-tint-amount)),
+ $active-border: if($color == $color-contrast-light, shade-color($border, $btn-active-border-shade-amount), tint-color($border, $btn-active-border-tint-amount)),
+ $active-color: color-contrast($active-background),
+ $disabled-background: $background,
+ $disabled-border: $border,
+ $disabled-color: color-contrast($disabled-background)
+) {
+ color: $color;
+ @include gradient-bg($background);
+ border-color: $border;
+ @include box-shadow($btn-box-shadow);
+
+ &:hover {
+ color: $hover-color;
+ @include gradient-bg($hover-background);
+ border-color: $hover-border;
+ }
+
+ .btn-check:focus + &,
+ &:focus {
+ color: $hover-color;
+ @include gradient-bg($hover-background);
+ border-color: $hover-border;
+ @if $enable-shadows {
+ @include box-shadow($btn-box-shadow, 0 0 0 $btn-focus-width rgba(mix($color, $border, 15%), .5));
+ } @else {
+ // Avoid using mixin so we can pass custom focus shadow properly
+ box-shadow: 0 0 0 $btn-focus-width rgba(mix($color, $border, 15%), .5);
+ }
+ }
+
+ .btn-check:checked + &,
+ .btn-check:active + &,
+ &:active,
+ &.active,
+ .show > &.dropdown-toggle {
+ color: $active-color;
+ background-color: $active-background;
+ // Remove CSS gradients if they're enabled
+ background-image: if($enable-gradients, none, null);
+ border-color: $active-border;
+
+ &:focus {
+ @if $enable-shadows {
+ @include box-shadow($btn-active-box-shadow, 0 0 0 $btn-focus-width rgba(mix($color, $border, 15%), .5));
+ } @else {
+ // Avoid using mixin so we can pass custom focus shadow properly
+ box-shadow: 0 0 0 $btn-focus-width rgba(mix($color, $border, 15%), .5);
+ }
+ }
+ }
+
+ &:disabled,
+ &.disabled {
+ color: $disabled-color;
+ background-color: $disabled-background;
+ // Remove CSS gradients if they're enabled
+ background-image: if($enable-gradients, none, null);
+ border-color: $disabled-border;
+ }
+}
+// scss-docs-end btn-variant-mixin
+
+// scss-docs-start btn-outline-variant-mixin
+@mixin button-outline-variant(
+ $color,
+ $color-hover: color-contrast($color),
+ $active-background: $color,
+ $active-border: $color,
+ $active-color: color-contrast($active-background)
+) {
+ color: $color;
+ border-color: $color;
+
+ &:hover {
+ color: $color-hover;
+ background-color: $active-background;
+ border-color: $active-border;
+ }
+
+ .btn-check:focus + &,
+ &:focus {
+ box-shadow: 0 0 0 $btn-focus-width rgba($color, .5);
+ }
+
+ .btn-check:checked + &,
+ .btn-check:active + &,
+ &:active,
+ &.active,
+ &.dropdown-toggle.show {
+ color: $active-color;
+ background-color: $active-background;
+ border-color: $active-border;
+
+ &:focus {
+ @if $enable-shadows {
+ @include box-shadow($btn-active-box-shadow, 0 0 0 $btn-focus-width rgba($color, .5));
+ } @else {
+ // Avoid using mixin so we can pass custom focus shadow properly
+ box-shadow: 0 0 0 $btn-focus-width rgba($color, .5);
+ }
+ }
+ }
+
+ &:disabled,
+ &.disabled {
+ color: $color;
+ background-color: transparent;
+ }
+}
+// scss-docs-end btn-outline-variant-mixin
+
+// scss-docs-start btn-size-mixin
+@mixin button-size($padding-y, $padding-x, $font-size, $border-radius) {
+ padding: $padding-y $padding-x;
+ @include font-size($font-size);
+ // Manually declare to provide an override to the browser default
+ @include border-radius($border-radius, 0);
+}
+// scss-docs-end btn-size-mixin
diff --git a/alphabetlearning/static/bootstrap/scss/mixins/_caret.scss b/alphabetlearning/static/bootstrap/scss/mixins/_caret.scss
new file mode 100644
index 0000000..4b0f036
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_caret.scss
@@ -0,0 +1,64 @@
+// scss-docs-start caret-mixins
+@mixin caret-down {
+ border-top: $caret-width solid;
+ border-right: $caret-width solid transparent;
+ border-bottom: 0;
+ border-left: $caret-width solid transparent;
+}
+
+@mixin caret-up {
+ border-top: 0;
+ border-right: $caret-width solid transparent;
+ border-bottom: $caret-width solid;
+ border-left: $caret-width solid transparent;
+}
+
+@mixin caret-end {
+ border-top: $caret-width solid transparent;
+ border-right: 0;
+ border-bottom: $caret-width solid transparent;
+ border-left: $caret-width solid;
+}
+
+@mixin caret-start {
+ border-top: $caret-width solid transparent;
+ border-right: $caret-width solid;
+ border-bottom: $caret-width solid transparent;
+}
+
+@mixin caret($direction: down) {
+ @if $enable-caret {
+ &::after {
+ display: inline-block;
+ margin-left: $caret-spacing;
+ vertical-align: $caret-vertical-align;
+ content: "";
+ @if $direction == down {
+ @include caret-down();
+ } @else if $direction == up {
+ @include caret-up();
+ } @else if $direction == end {
+ @include caret-end();
+ }
+ }
+
+ @if $direction == start {
+ &::after {
+ display: none;
+ }
+
+ &::before {
+ display: inline-block;
+ margin-right: $caret-spacing;
+ vertical-align: $caret-vertical-align;
+ content: "";
+ @include caret-start();
+ }
+ }
+
+ &:empty::after {
+ margin-left: 0;
+ }
+ }
+}
+// scss-docs-end caret-mixins
diff --git a/pyblackbird_cc/static/scss/mixins/_clearfix.scss b/alphabetlearning/static/bootstrap/scss/mixins/_clearfix.scss
index ffc62bb..ffc62bb 100644
--- a/pyblackbird_cc/static/scss/mixins/_clearfix.scss
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_clearfix.scss
diff --git a/pyblackbird_cc/static/scss/mixins/_color-scheme.scss b/alphabetlearning/static/bootstrap/scss/mixins/_color-scheme.scss
index 90497aa..90497aa 100644
--- a/pyblackbird_cc/static/scss/mixins/_color-scheme.scss
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_color-scheme.scss
diff --git a/alphabetlearning/static/bootstrap/scss/mixins/_container.scss b/alphabetlearning/static/bootstrap/scss/mixins/_container.scss
new file mode 100644
index 0000000..ee6044d
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_container.scss
@@ -0,0 +1,9 @@
+// Container mixins
+
+@mixin make-container($gutter: $container-padding-x) {
+ width: 100%;
+ padding-right: var(--#{$variable-prefix}gutter-x, #{$gutter});
+ padding-left: var(--#{$variable-prefix}gutter-x, #{$gutter});
+ margin-right: auto;
+ margin-left: auto;
+}
diff --git a/pyblackbird_cc/static/scss/mixins/_deprecate.scss b/alphabetlearning/static/bootstrap/scss/mixins/_deprecate.scss
index df070bc..df070bc 100644
--- a/pyblackbird_cc/static/scss/mixins/_deprecate.scss
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_deprecate.scss
diff --git a/alphabetlearning/static/bootstrap/scss/mixins/_forms.scss b/alphabetlearning/static/bootstrap/scss/mixins/_forms.scss
new file mode 100644
index 0000000..dc5bdb0
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_forms.scss
@@ -0,0 +1,144 @@
+// This mixin uses an `if()` technique to be compatible with Dart Sass
+// See https://github.com/sass/sass/issues/1873#issuecomment-152293725 for more details
+
+// scss-docs-start form-validation-mixins
+@mixin form-validation-state-selector($state) {
+ @if ($state == "valid" or $state == "invalid") {
+ .was-validated #{if(&, "&", "")}:#{$state},
+ #{if(&, "&", "")}.is-#{$state} {
+ @content;
+ }
+ } @else {
+ #{if(&, "&", "")}.is-#{$state} {
+ @content;
+ }
+ }
+}
+
+@mixin form-validation-state(
+ $state,
+ $color,
+ $icon,
+ $tooltip-color: color-contrast($color),
+ $tooltip-bg-color: rgba($color, $form-feedback-tooltip-opacity),
+ $focus-box-shadow: 0 0 $input-btn-focus-blur $input-focus-width rgba($color, $input-btn-focus-color-opacity)
+) {
+ .#{$state}-feedback {
+ display: none;
+ width: 100%;
+ margin-top: $form-feedback-margin-top;
+ @include font-size($form-feedback-font-size);
+ font-style: $form-feedback-font-style;
+ color: $color;
+ }
+
+ .#{$state}-tooltip {
+ position: absolute;
+ top: 100%;
+ z-index: 5;
+ display: none;
+ max-width: 100%; // Contain to parent when possible
+ padding: $form-feedback-tooltip-padding-y $form-feedback-tooltip-padding-x;
+ margin-top: .1rem;
+ @include font-size($form-feedback-tooltip-font-size);
+ line-height: $form-feedback-tooltip-line-height;
+ color: $tooltip-color;
+ background-color: $tooltip-bg-color;
+ @include border-radius($form-feedback-tooltip-border-radius);
+ }
+
+ @include form-validation-state-selector($state) {
+ ~ .#{$state}-feedback,
+ ~ .#{$state}-tooltip {
+ display: block;
+ }
+ }
+
+ .form-control {
+ @include form-validation-state-selector($state) {
+ border-color: $color;
+
+ @if $enable-validation-icons {
+ padding-right: $input-height-inner;
+ background-image: escape-svg($icon);
+ background-repeat: no-repeat;
+ background-position: right $input-height-inner-quarter center;
+ background-size: $input-height-inner-half $input-height-inner-half;
+ }
+
+ &:focus {
+ border-color: $color;
+ box-shadow: $focus-box-shadow;
+ }
+ }
+ }
+
+ // stylelint-disable-next-line selector-no-qualifying-type
+ textarea.form-control {
+ @include form-validation-state-selector($state) {
+ @if $enable-validation-icons {
+ padding-right: $input-height-inner;
+ background-position: top $input-height-inner-quarter right $input-height-inner-quarter;
+ }
+ }
+ }
+
+ .form-select {
+ @include form-validation-state-selector($state) {
+ border-color: $color;
+
+ @if $enable-validation-icons {
+ &:not([multiple]):not([size]),
+ &:not([multiple])[size="1"] {
+ padding-right: $form-select-feedback-icon-padding-end;
+ background-image: escape-svg($form-select-indicator), escape-svg($icon);
+ background-position: $form-select-bg-position, $form-select-feedback-icon-position;
+ background-size: $form-select-bg-size, $form-select-feedback-icon-size;
+ }
+ }
+
+ &:focus {
+ border-color: $color;
+ box-shadow: $focus-box-shadow;
+ }
+ }
+ }
+
+ .form-check-input {
+ @include form-validation-state-selector($state) {
+ border-color: $color;
+
+ &:checked {
+ background-color: $color;
+ }
+
+ &:focus {
+ box-shadow: $focus-box-shadow;
+ }
+
+ ~ .form-check-label {
+ color: $color;
+ }
+ }
+ }
+ .form-check-inline .form-check-input {
+ ~ .#{$state}-feedback {
+ margin-left: .5em;
+ }
+ }
+
+ .input-group .form-control,
+ .input-group .form-select {
+ @include form-validation-state-selector($state) {
+ @if $state == "valid" {
+ z-index: 1;
+ } @else if $state == "invalid" {
+ z-index: 2;
+ }
+ &:focus {
+ z-index: 3;
+ }
+ }
+ }
+}
+// scss-docs-end form-validation-mixins
diff --git a/alphabetlearning/static/bootstrap/scss/mixins/_gradients.scss b/alphabetlearning/static/bootstrap/scss/mixins/_gradients.scss
new file mode 100644
index 0000000..44167d1
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_gradients.scss
@@ -0,0 +1,47 @@
+// Gradients
+
+// scss-docs-start gradient-bg-mixin
+@mixin gradient-bg($color: null) {
+ background-color: $color;
+
+ @if $enable-gradients {
+ background-image: var(--#{$variable-prefix}gradient);
+ }
+}
+// scss-docs-end gradient-bg-mixin
+
+// scss-docs-start gradient-mixins
+// Horizontal gradient, from left to right
+//
+// Creates two color stops, start and end, by specifying a color and position for each color stop.
+@mixin gradient-x($start-color: $gray-700, $end-color: $gray-800, $start-percent: 0%, $end-percent: 100%) {
+ background-image: linear-gradient(to right, $start-color $start-percent, $end-color $end-percent);
+}
+
+// Vertical gradient, from top to bottom
+//
+// Creates two color stops, start and end, by specifying a color and position for each color stop.
+@mixin gradient-y($start-color: $gray-700, $end-color: $gray-800, $start-percent: null, $end-percent: null) {
+ background-image: linear-gradient(to bottom, $start-color $start-percent, $end-color $end-percent);
+}
+
+@mixin gradient-directional($start-color: $gray-700, $end-color: $gray-800, $deg: 45deg) {
+ background-image: linear-gradient($deg, $start-color, $end-color);
+}
+
+@mixin gradient-x-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {
+ background-image: linear-gradient(to right, $start-color, $mid-color $color-stop, $end-color);
+}
+
+@mixin gradient-y-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {
+ background-image: linear-gradient($start-color, $mid-color $color-stop, $end-color);
+}
+
+@mixin gradient-radial($inner-color: $gray-700, $outer-color: $gray-800) {
+ background-image: radial-gradient(circle, $inner-color, $outer-color);
+}
+
+@mixin gradient-striped($color: rgba($white, .15), $angle: 45deg) {
+ background-image: linear-gradient($angle, $color 25%, transparent 25%, transparent 50%, $color 50%, $color 75%, transparent 75%, transparent);
+}
+// scss-docs-end gradient-mixins
diff --git a/alphabetlearning/static/bootstrap/scss/mixins/_grid.scss b/alphabetlearning/static/bootstrap/scss/mixins/_grid.scss
new file mode 100644
index 0000000..ff6941c
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_grid.scss
@@ -0,0 +1,132 @@
+// Grid system
+//
+// Generate semantic grid columns with these mixins.
+
+@mixin make-row($gutter: $grid-gutter-width) {
+ --#{$variable-prefix}gutter-x: #{$gutter};
+ --#{$variable-prefix}gutter-y: 0;
+ display: flex;
+ flex-wrap: wrap;
+ margin-top: calc(var(--#{$variable-prefix}gutter-y) * -1); // stylelint-disable-line function-disallowed-list
+ margin-right: calc(var(--#{$variable-prefix}gutter-x) * -.5); // stylelint-disable-line function-disallowed-list
+ margin-left: calc(var(--#{$variable-prefix}gutter-x) * -.5); // stylelint-disable-line function-disallowed-list
+}
+
+@mixin make-col-ready($gutter: $grid-gutter-width) {
+ // Add box sizing if only the grid is loaded
+ box-sizing: if(variable-exists(include-column-box-sizing) and $include-column-box-sizing, border-box, null);
+ // Prevent columns from becoming too narrow when at smaller grid tiers by
+ // always setting `width: 100%;`. This works because we set the width
+ // later on to override this initial width.
+ flex-shrink: 0;
+ width: 100%;
+ max-width: 100%; // Prevent `.col-auto`, `.col` (& responsive variants) from breaking out the grid
+ padding-right: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list
+ padding-left: calc(var(--#{$variable-prefix}gutter-x) * .5); // stylelint-disable-line function-disallowed-list
+ margin-top: var(--#{$variable-prefix}gutter-y);
+}
+
+@mixin make-col($size: false, $columns: $grid-columns) {
+ @if $size {
+ flex: 0 0 auto;
+ width: percentage(divide($size, $columns));
+
+ } @else {
+ flex: 1 1 0;
+ max-width: 100%;
+ }
+}
+
+@mixin make-col-auto() {
+ flex: 0 0 auto;
+ width: auto;
+}
+
+@mixin make-col-offset($size, $columns: $grid-columns) {
+ $num: divide($size, $columns);
+ margin-left: if($num == 0, 0, percentage($num));
+}
+
+// Row columns
+//
+// Specify on a parent element(e.g., .row) to force immediate children into NN
+// numberof columns. Supports wrapping to new lines, but does not do a Masonry
+// style grid.
+@mixin row-cols($count) {
+ > * {
+ flex: 0 0 auto;
+ width: divide(100%, $count);
+ }
+}
+
+// Framework grid generation
+//
+// Used only by Bootstrap to generate the correct number of grid classes given
+// any value of `$grid-columns`.
+
+@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {
+ @each $breakpoint in map-keys($breakpoints) {
+ // .row-cols defaults must all appear before .col overrides so they can be overridden.
+ $infix: breakpoint-infix($breakpoint, $breakpoints);
+ @include media-breakpoint-up($breakpoint, $breakpoints) {
+ // Provide basic `.col-{bp}` classes for equal-width flexbox columns
+ .col#{$infix} {
+ flex: 1 0 0%; // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
+ }
+
+ .row-cols#{$infix}-auto > * {
+ @include make-col-auto();
+ }
+
+ @if $grid-row-columns > 0 {
+ @for $i from 1 through $grid-row-columns {
+ .row-cols#{$infix}-#{$i} {
+ @include row-cols($i);
+ }
+ }
+ }
+ }
+ }
+
+ @each $breakpoint in map-keys($breakpoints) {
+ $infix: breakpoint-infix($breakpoint, $breakpoints);
+
+ @include media-breakpoint-up($breakpoint, $breakpoints) {
+ .col#{$infix}-auto {
+ @include make-col-auto();
+ }
+
+ @if $columns > 0 {
+ @for $i from 1 through $columns {
+ .col#{$infix}-#{$i} {
+ @include make-col($i, $columns);
+ }
+ }
+
+ // `$columns - 1` because offsetting by the width of an entire row isn't possible
+ @for $i from 0 through ($columns - 1) {
+ @if not ($infix == "" and $i == 0) { // Avoid emitting useless .offset-0
+ .offset#{$infix}-#{$i} {
+ @include make-col-offset($i, $columns);
+ }
+ }
+ }
+ }
+
+ // Gutters
+ //
+ // Make use of `.g-*`, `.gx-*` or `.gy-*` utilities to change spacing between the columns.
+ @each $key, $value in $gutters {
+ .g#{$infix}-#{$key},
+ .gx#{$infix}-#{$key} {
+ --#{$variable-prefix}gutter-x: #{$value};
+ }
+
+ .g#{$infix}-#{$key},
+ .gy#{$infix}-#{$key} {
+ --#{$variable-prefix}gutter-y: #{$value};
+ }
+ }
+ }
+ }
+}
diff --git a/pyblackbird_cc/static/scss/mixins/_image.scss b/alphabetlearning/static/bootstrap/scss/mixins/_image.scss
index e1df779..e1df779 100644
--- a/pyblackbird_cc/static/scss/mixins/_image.scss
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_image.scss
diff --git a/alphabetlearning/static/bootstrap/scss/mixins/_list-group.scss b/alphabetlearning/static/bootstrap/scss/mixins/_list-group.scss
new file mode 100644
index 0000000..e55415f
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_list-group.scss
@@ -0,0 +1,24 @@
+// List Groups
+
+// scss-docs-start list-group-mixin
+@mixin list-group-item-variant($state, $background, $color) {
+ .list-group-item-#{$state} {
+ color: $color;
+ background-color: $background;
+
+ &.list-group-item-action {
+ &:hover,
+ &:focus {
+ color: $color;
+ background-color: shade-color($background, 10%);
+ }
+
+ &.active {
+ color: $white;
+ background-color: $color;
+ border-color: $color;
+ }
+ }
+ }
+}
+// scss-docs-end list-group-mixin
diff --git a/pyblackbird_cc/static/scss/mixins/_lists.scss b/alphabetlearning/static/bootstrap/scss/mixins/_lists.scss
index 2518562..2518562 100644
--- a/pyblackbird_cc/static/scss/mixins/_lists.scss
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_lists.scss
diff --git a/alphabetlearning/static/bootstrap/scss/mixins/_pagination.scss b/alphabetlearning/static/bootstrap/scss/mixins/_pagination.scss
new file mode 100644
index 0000000..3101b38
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_pagination.scss
@@ -0,0 +1,31 @@
+// Pagination
+
+// scss-docs-start pagination-mixin
+@mixin pagination-size($padding-y, $padding-x, $font-size, $border-radius) {
+ .page-link {
+ padding: $padding-y $padding-x;
+ @include font-size($font-size);
+ }
+
+ .page-item {
+ @if $pagination-margin-start == (-$pagination-border-width) {
+ &:first-child {
+ .page-link {
+ @include border-start-radius($border-radius);
+ }
+ }
+
+ &:last-child {
+ .page-link {
+ @include border-end-radius($border-radius);
+ }
+ }
+ } @else {
+ //Add border-radius to all pageLinks in case they have left margin
+ .page-link {
+ @include border-radius($border-radius);
+ }
+ }
+ }
+}
+// scss-docs-end pagination-mixin
diff --git a/alphabetlearning/static/bootstrap/scss/mixins/_reset-text.scss b/alphabetlearning/static/bootstrap/scss/mixins/_reset-text.scss
new file mode 100644
index 0000000..354f564
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_reset-text.scss
@@ -0,0 +1,17 @@
+@mixin reset-text {
+ font-family: $font-family-base;
+ // We deliberately do NOT reset font-size or overflow-wrap / word-wrap.
+ font-style: normal;
+ font-weight: $font-weight-normal;
+ line-height: $line-height-base;
+ text-align: left; // Fallback for where `start` is not supported
+ text-align: start;
+ text-decoration: none;
+ text-shadow: none;
+ text-transform: none;
+ letter-spacing: normal;
+ word-break: normal;
+ word-spacing: normal;
+ white-space: normal;
+ line-break: auto;
+}
diff --git a/pyblackbird_cc/static/scss/mixins/_resize.scss b/alphabetlearning/static/bootstrap/scss/mixins/_resize.scss
index 66f233a..66f233a 100644
--- a/pyblackbird_cc/static/scss/mixins/_resize.scss
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_resize.scss
diff --git a/alphabetlearning/static/bootstrap/scss/mixins/_table-variants.scss b/alphabetlearning/static/bootstrap/scss/mixins/_table-variants.scss
new file mode 100644
index 0000000..9fd0fb0
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_table-variants.scss
@@ -0,0 +1,21 @@
+// scss-docs-start table-variant
+@mixin table-variant($state, $background) {
+ .table-#{$state} {
+ $color: color-contrast(opaque($body-bg, $background));
+ $hover-bg: mix($color, $background, percentage($table-hover-bg-factor));
+ $striped-bg: mix($color, $background, percentage($table-striped-bg-factor));
+ $active-bg: mix($color, $background, percentage($table-active-bg-factor));
+
+ --#{$variable-prefix}table-bg: #{$background};
+ --#{$variable-prefix}table-striped-bg: #{$striped-bg};
+ --#{$variable-prefix}table-striped-color: #{color-contrast($striped-bg)};
+ --#{$variable-prefix}table-active-bg: #{$active-bg};
+ --#{$variable-prefix}table-active-color: #{color-contrast($active-bg)};
+ --#{$variable-prefix}table-hover-bg: #{$hover-bg};
+ --#{$variable-prefix}table-hover-color: #{color-contrast($hover-bg)};
+
+ color: $color;
+ border-color: mix($color, $background, percentage($table-border-factor));
+ }
+}
+// scss-docs-end table-variant
diff --git a/pyblackbird_cc/static/scss/mixins/_text-truncate.scss b/alphabetlearning/static/bootstrap/scss/mixins/_text-truncate.scss
index 3504bb1..3504bb1 100644
--- a/pyblackbird_cc/static/scss/mixins/_text-truncate.scss
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_text-truncate.scss
diff --git a/pyblackbird_cc/static/scss/mixins/_transition.scss b/alphabetlearning/static/bootstrap/scss/mixins/_transition.scss
index d437f6d..d437f6d 100644
--- a/pyblackbird_cc/static/scss/mixins/_transition.scss
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_transition.scss
diff --git a/alphabetlearning/static/bootstrap/scss/mixins/_utilities.scss b/alphabetlearning/static/bootstrap/scss/mixins/_utilities.scss
new file mode 100644
index 0000000..4d2370a
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_utilities.scss
@@ -0,0 +1,68 @@
+// Utility generator
+// Used to generate utilities & print utilities
+@mixin generate-utility($utility, $infix, $is-rfs-media-query: false) {
+ $values: map-get($utility, values);
+
+ // If the values are a list or string, convert it into a map
+ @if type-of($values) == "string" or type-of(nth($values, 1)) != "list" {
+ $values: zip($values, $values);
+ }
+
+ @each $key, $value in $values {
+ $properties: map-get($utility, property);
+
+ // Multiple properties are possible, for example with vertical or horizontal margins or paddings
+ @if type-of($properties) == "string" {
+ $properties: append((), $properties);
+ }
+
+ // Use custom class if present
+ $property-class: if(map-has-key($utility, class), map-get($utility, class), nth($properties, 1));
+ $property-class: if($property-class == null, "", $property-class);
+
+ // State params to generate pseudo-classes
+ $state: if(map-has-key($utility, state), map-get($utility, state), ());
+
+ $infix: if($property-class == "" and str-slice($infix, 1, 1) == "-", str-slice($infix, 2), $infix);
+
+ // Don't prefix if value key is null (eg. with shadow class)
+ $property-class-modifier: if($key, if($property-class == "" and $infix == "", "", "-") + $key, "");
+
+ @if map-get($utility, rfs) {
+ // Inside the media query
+ @if $is-rfs-media-query {
+ $val: rfs-value($value);
+
+ // Do not render anything if fluid and non fluid values are the same
+ $value: if($val == rfs-fluid-value($value), null, $val);
+ }
+ @else {
+ $value: rfs-fluid-value($value);
+ }
+ }
+
+ $is-rtl: map-get($utility, rtl);
+
+ @if $value != null {
+ @if $is-rtl == false {
+ /* rtl:begin:remove */
+ }
+ .#{$property-class + $infix + $property-class-modifier} {
+ @each $property in $properties {
+ #{$property}: $value if($enable-important-utilities, !important, null);
+ }
+ }
+
+ @each $pseudo in $state {
+ .#{$property-class + $infix + $property-class-modifier}-#{$pseudo}:#{$pseudo} {
+ @each $property in $properties {
+ #{$property}: $value if($enable-important-utilities, !important, null);
+ }
+ }
+ }
+ @if $is-rtl == false {
+ /* rtl:end:remove */
+ }
+ }
+ }
+}
diff --git a/alphabetlearning/static/bootstrap/scss/mixins/_visually-hidden.scss b/alphabetlearning/static/bootstrap/scss/mixins/_visually-hidden.scss
new file mode 100644
index 0000000..ed7bc9c
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/mixins/_visually-hidden.scss
@@ -0,0 +1,29 @@
+// stylelint-disable declaration-no-important
+
+// Hide content visually while keeping it accessible to assistive technologies
+//
+// See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/
+// See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/
+
+@mixin visually-hidden() {
+ position: absolute !important;
+ width: 1px !important;
+ height: 1px !important;
+ padding: 0 !important;
+ margin: -1px !important; // Fix for https://github.com/twbs/bootstrap/issues/25686
+ overflow: hidden !important;
+ clip: rect(0, 0, 0, 0) !important;
+ white-space: nowrap !important;
+ border: 0 !important;
+}
+
+// Use to only display content when it's focused, or one of its child elements is focused
+// (i.e. when focus is within the element/container that the class was applied to)
+//
+// Useful for "Skip to main content" links; see https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
+
+@mixin visually-hidden-focusable() {
+ &:not(:focus):not(:focus-within) {
+ @include visually-hidden();
+ }
+}
diff --git a/pyblackbird_cc/static/scss/utilities/_api.scss b/alphabetlearning/static/bootstrap/scss/utilities/_api.scss
index 62e1d39..62e1d39 100644
--- a/pyblackbird_cc/static/scss/utilities/_api.scss
+++ b/alphabetlearning/static/bootstrap/scss/utilities/_api.scss
diff --git a/alphabetlearning/static/bootstrap/scss/vendor/_rfs.scss b/alphabetlearning/static/bootstrap/scss/vendor/_rfs.scss
new file mode 100644
index 0000000..7e9a6c7
--- /dev/null
+++ b/alphabetlearning/static/bootstrap/scss/vendor/_rfs.scss
@@ -0,0 +1,354 @@
+// stylelint-disable property-blacklist, scss/dollar-variable-default
+
+// SCSS RFS mixin
+//
+// Automated responsive values for font sizes, paddings, margins and much more
+//
+// Licensed under MIT (https://github.com/twbs/rfs/blob/main/LICENSE)
+
+// Configuration
+
+// Base value
+$rfs-base-value: 1.25rem !default;
+$rfs-unit: rem !default;
+
+@if $rfs-unit != rem and $rfs-unit != px {
+ @error "`#{$rfs-unit}` is not a valid unit for $rfs-unit. Use `px` or `rem`.";
+}
+
+// Breakpoint at where values start decreasing if screen width is smaller
+$rfs-breakpoint: 1200px !default;
+$rfs-breakpoint-unit: px !default;
+
+@if $rfs-breakpoint-unit != px and $rfs-breakpoint-unit != em and $rfs-breakpoint-unit != rem {
+ @error "`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.";
+}
+
+// Resize values based on screen height and width
+$rfs-two-dimensional: false !default;
+
+// Factor of decrease
+$rfs-factor: 10 !default;
+
+@if type-of($rfs-factor) != number or $rfs-factor <= 1 {
+ @error "`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.";
+}
+
+// Mode. Possibilities: "min-media-query", "max-media-query"
+$rfs-mode: min-media-query !default;
+
+// Generate enable or disable classes. Possibilities: false, "enable" or "disable"
+$rfs-class: false !default;
+
+// 1 rem = $rfs-rem-value px
+$rfs-rem-value: 16 !default;
+
+// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14
+$rfs-safari-iframe-resize-bug-fix: false !default;
+
+// Disable RFS by setting $enable-rfs to false
+$enable-rfs: true !default;
+
+// Cache $rfs-base-value unit
+$rfs-base-value-unit: unit($rfs-base-value);
+
+@function divide($dividend, $divisor, $precision: 10) {
+ $sign: if($dividend > 0 and $divisor > 0 or $dividend < 0 and $divisor < 0, 1, -1);
+ $dividend: abs($dividend);
+ $divisor: abs($divisor);
+ @if $dividend == 0 {
+ @return 0;
+ }
+ @if $divisor == 0 {
+ @error "Cannot divide by 0";
+ }
+ $remainder: $dividend;
+ $result: 0;
+ $factor: 10;
+ @while ($remainder > 0 and $precision >= 0) {
+ $quotient: 0;
+ @while ($remainder >= $divisor) {
+ $remainder: $remainder - $divisor;
+ $quotient: $quotient + 1;
+ }
+ $result: $result * 10 + $quotient;
+ $factor: $factor * .1;
+ $remainder: $remainder * 10;
+ $precision: $precision - 1;
+ @if ($precision < 0 and $remainder >= $divisor * 5) {
+ $result: $result + 1;
+ }
+ }
+ $result: $result * $factor * $sign;
+ $dividend-unit: unit($dividend);
+ $divisor-unit: unit($divisor);
+ $unit-map: (
+ "px": 1px,
+ "rem": 1rem,
+ "em": 1em,
+ "%": 1%
+ );
+ @if ($dividend-unit != $divisor-unit and map-has-key($unit-map, $dividend-unit)) {
+ $result: $result * map-get($unit-map, $dividend-unit);
+ }
+ @return $result;
+}
+
+// Remove px-unit from $rfs-base-value for calculations
+@if $rfs-base-value-unit == px {
+ $rfs-base-value: divide($rfs-base-value, $rfs-base-value * 0 + 1);
+}
+@else if $rfs-base-value-unit == rem {
+ $rfs-base-value: divide($rfs-base-value, divide($rfs-base-value * 0 + 1, $rfs-rem-value));
+}
+
+// Cache $rfs-breakpoint unit to prevent multiple calls
+$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);
+
+// Remove unit from $rfs-breakpoint for calculations
+@if $rfs-breakpoint-unit-cache == px {
+ $rfs-breakpoint: divide($rfs-breakpoint, $rfs-breakpoint * 0 + 1);
+}
+@else if $rfs-breakpoint-unit-cache == rem or $rfs-breakpoint-unit-cache == "em" {
+ $rfs-breakpoint: divide($rfs-breakpoint, divide($rfs-breakpoint * 0 + 1, $rfs-rem-value));
+}
+
+// Calculate the media query value
+$rfs-mq-value: if($rfs-breakpoint-unit == px, #{$rfs-breakpoint}px, #{divide($rfs-breakpoint, $rfs-rem-value)}#{$rfs-breakpoint-unit});
+$rfs-mq-property-width: if($rfs-mode == max-media-query, max-width, min-width);
+$rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height);
+
+// Internal mixin used to determine which media query needs to be used
+@mixin _rfs-media-query {
+ @if $rfs-two-dimensional {
+ @if $rfs-mode == max-media-query {
+ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}), (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {
+ @content;
+ }
+ }
+ @else {
+ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) and (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {
+ @content;
+ }
+ }
+ }
+ @else {
+ @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {
+ @content;
+ }
+ }
+}
+
+// Internal mixin that adds disable classes to the selector if needed.
+@mixin _rfs-rule {
+ @if $rfs-class == disable and $rfs-mode == max-media-query {
+ // Adding an extra class increases specificity, which prevents the media query to override the property
+ &,
+ .disable-rfs &,
+ &.disable-rfs {
+ @content;
+ }
+ }
+ @else if $rfs-class == enable and $rfs-mode == min-media-query {
+ .enable-rfs &,
+ &.enable-rfs {
+ @content;
+ }
+ }
+ @else {
+ @content;
+ }
+}
+
+// Internal mixin that adds enable classes to the selector if needed.
+@mixin _rfs-media-query-rule {
+
+ @if $rfs-class == enable {
+ @if $rfs-mode == min-media-query {
+ @content;
+ }
+
+ @include _rfs-media-query {
+ .enable-rfs &,
+ &.enable-rfs {
+ @content;
+ }
+ }
+ }
+ @else {
+ @if $rfs-class == disable and $rfs-mode == min-media-query {
+ .disable-rfs &,
+ &.disable-rfs {
+ @content;
+ }
+ }
+ @include _rfs-media-query {
+ @content;
+ }
+ }
+}
+
+// Helper function to get the formatted non-responsive value
+@function rfs-value($values) {
+ // Convert to list
+ $values: if(type-of($values) != list, ($values,), $values);
+
+ $val: '';
+
+ // Loop over each value and calculate value
+ @each $value in $values {
+ @if $value == 0 {
+ $val: $val + ' 0';
+ }
+ @else {
+ // Cache $value unit
+ $unit: if(type-of($value) == "number", unit($value), false);
+
+ @if $unit == px {
+ // Convert to rem if needed
+ $val: $val + ' ' + if($rfs-unit == rem, #{divide($value, $value * 0 + $rfs-rem-value)}rem, $value);
+ }
+ @else if $unit == rem {
+ // Convert to px if needed
+ $val: $val + ' ' + if($rfs-unit == px, #{divide($value, $value * 0 + 1) * $rfs-rem-value}px, $value);
+ }
+ @else {
+ // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value
+ $val: $val + ' ' + $value;
+ }
+ }
+ }
+
+ // Remove first space
+ @return unquote(str-slice($val, 2));
+}
+
+// Helper function to get the responsive value calculated by RFS
+@function rfs-fluid-value($values) {
+ // Convert to list
+ $values: if(type-of($values) != list, ($values,), $values);
+
+ $val: '';
+
+ // Loop over each value and calculate value
+ @each $value in $values {
+ @if $value == 0 {
+ $val: $val + ' 0';
+ }
+
+ @else {
+ // Cache $value unit
+ $unit: if(type-of($value) == "number", unit($value), false);
+
+ // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value
+ @if not $unit or $unit != px and $unit != rem {
+ $val: $val + ' ' + $value;
+ }
+
+ @else {
+ // Remove unit from $value for calculations
+ $value: divide($value, $value * 0 + if($unit == px, 1, divide(1, $rfs-rem-value)));
+
+ // Only add the media query if the value is greater than the minimum value
+ @if abs($value) <= $rfs-base-value or not $enable-rfs {
+ $val: $val + ' ' + if($rfs-unit == rem, #{divide($value, $rfs-rem-value)}rem, #{$value}px);
+ }
+ @else {
+ // Calculate the minimum value
+ $value-min: $rfs-base-value + divide(abs($value) - $rfs-base-value, $rfs-factor);
+
+ // Calculate difference between $value and the minimum value
+ $value-diff: abs($value) - $value-min;
+
+ // Base value formatting
+ $min-width: if($rfs-unit == rem, #{divide($value-min, $rfs-rem-value)}rem, #{$value-min}px);
+
+ // Use negative value if needed
+ $min-width: if($value < 0, -$min-width, $min-width);
+
+ // Use `vmin` if two-dimensional is enabled
+ $variable-unit: if($rfs-two-dimensional, vmin, vw);
+
+ // Calculate the variable width between 0 and $rfs-breakpoint
+ $variable-width: #{divide($value-diff * 100, $rfs-breakpoint)}#{$variable-unit};
+
+ // Return the calculated value
+ $val: $val + ' calc(' + $min-width + if($value < 0, ' - ', ' + ') + $variable-width + ')';
+ }
+ }
+ }
+ }
+
+ // Remove first space
+ @return unquote(str-slice($val, 2));
+}
+
+// RFS mixin
+@mixin rfs($values, $property: font-size) {
+ @if $values != null {
+ $val: rfs-value($values);
+ $fluidVal: rfs-fluid-value($values);
+
+ // Do not print the media query if responsive & non-responsive values are the same
+ @if $val == $fluidVal {
+ #{$property}: $val;
+ }
+ @else {
+ @include _rfs-rule {
+ #{$property}: if($rfs-mode == max-media-query, $val, $fluidVal);
+
+ // Include safari iframe resize fix if needed
+ min-width: if($rfs-safari-iframe-resize-bug-fix, (0 * 1vw), null);
+ }
+
+ @include _rfs-media-query-rule {
+ #{$property}: if($rfs-mode == max-media-query, $fluidVal, $val);
+ }
+ }
+ }
+}
+
+// Shorthand helper mixins
+@mixin font-size($value) {
+ @include rfs($value);
+}
+
+@mixin padding($value) {
+ @include rfs($value, padding);
+}
+
+@mixin padding-top($value) {
+ @include rfs($value, padding-top);
+}
+
+@mixin padding-right($value) {
+ @include rfs($value, padding-right);
+}
+
+@mixin padding-bottom($value) {
+ @include rfs($value, padding-bottom);
+}
+
+@mixin padding-left($value) {
+ @include rfs($value, padding-left);
+}
+
+@mixin margin($value) {
+ @include rfs($value, margin);
+}
+
+@mixin margin-top($value) {
+ @include rfs($value, margin-top);
+}
+
+@mixin margin-right($value) {
+ @include rfs($value, margin-right);
+}
+
+@mixin margin-bottom($value) {
+ @include rfs($value, margin-bottom);
+}
+
+@mixin margin-left($value) {
+ @include rfs($value, margin-left);
+}
diff --git a/pyblackbird_cc/static/css/custom.css b/alphabetlearning/static/css/custom.css
index 42833bd..42833bd 100644
--- a/pyblackbird_cc/static/css/custom.css
+++ b/alphabetlearning/static/css/custom.css
diff --git a/alphabetlearning/static/css/custom.css.map b/alphabetlearning/static/css/custom.css.map
new file mode 100644
index 0000000..3d8354a
--- /dev/null
+++ b/alphabetlearning/static/css/custom.css.map
@@ -0,0 +1 @@
+{"version":3,"sourceRoot":"","sources":["../scss/custom.css"],"names":[],"mappings":";AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;EAGE;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAEF;EACE;IACE;;;AAIJ;EACE;;;AAEF;EACE;IACE;;;AAIJ;EACE;;;AAEF;EACE;IACE;;;AAIJ;EACE;;;AAEF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;AAAA;EAEE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;AAAA;EAGE;EACA;;;AAGF;AAAA;AAAA;AAAA;EAIE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;AAAA;EAEE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;AAAA;EAEE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAEF;EACE;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;EAIE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;AAAA;EAEE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;EAKE;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;;;AAGF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;EAIE;;;AAEF;AAAA;AAAA;AAAA;EAIE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;IACE;;;AAGJ;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQA;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;;;AAEF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;;;AAEF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;;;AAEF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;;;AAEF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;;;AAEF;EACE;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAEF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAEF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAEF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAGJ;EACE;IACE;;;AAGJ;EACE;IACE;;;AAGJ;EACE;IACE;;;AAGJ;EACE;IACE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;;AAGJ;EACE;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;;AAGJ;EACE;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;;AAGJ;EACE;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;;AAGJ;EACE;IACE;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;;AAGJ;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAGF;EACE;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;;AAGJ;EACE;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;;AAGJ;EACE;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;;AAGJ;EACE;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;;AAGJ;EACE;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;IACE;;;AAGJ;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAGF;EACE;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAGF;EACE;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAGF;EACE;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAGF;EACE;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAGF;EACE;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAGF;EACE;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAGF;EACE;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF","file":"custom.css"} \ No newline at end of file
diff --git a/pyblackbird_cc/static/css/features.css b/alphabetlearning/static/css/features.css
index d802672..d802672 100644
--- a/pyblackbird_cc/static/css/features.css
+++ b/alphabetlearning/static/css/features.css
diff --git a/pyblackbird_cc/static/css/project.css b/alphabetlearning/static/css/project.css
index 45cc949..45cc949 100644
--- a/pyblackbird_cc/static/css/project.css
+++ b/alphabetlearning/static/css/project.css
diff --git a/pyblackbird_cc/static/css/wrapper.css b/alphabetlearning/static/css/wrapper.css
index f84b87e..f84b87e 100644
--- a/pyblackbird_cc/static/css/wrapper.css
+++ b/alphabetlearning/static/css/wrapper.css
diff --git a/pyblackbird_cc/static/fonts/.gitkeep b/alphabetlearning/static/fonts/.gitkeep
index e69de29..e69de29 100644
--- a/pyblackbird_cc/static/fonts/.gitkeep
+++ b/alphabetlearning/static/fonts/.gitkeep
diff --git a/pyblackbird_cc/static/fonts/Lato-Italic.ttf b/alphabetlearning/static/fonts/Lato-Italic.ttf
index 0d0f69e..0d0f69e 100644
--- a/pyblackbird_cc/static/fonts/Lato-Italic.ttf
+++ b/alphabetlearning/static/fonts/Lato-Italic.ttf
Binary files differ
diff --git a/pyblackbird_cc/static/fonts/Lato-Regular.ttf b/alphabetlearning/static/fonts/Lato-Regular.ttf
index bb2e887..bb2e887 100644
--- a/pyblackbird_cc/static/fonts/Lato-Regular.ttf
+++ b/alphabetlearning/static/fonts/Lato-Regular.ttf
Binary files differ
diff --git a/pyblackbird_cc/static/fonts/LibreFranklin-Italic.ttf b/alphabetlearning/static/fonts/LibreFranklin-Italic.ttf
index e0b3c80..e0b3c80 100644
--- a/pyblackbird_cc/static/fonts/LibreFranklin-Italic.ttf
+++ b/alphabetlearning/static/fonts/LibreFranklin-Italic.ttf
Binary files differ
diff --git a/pyblackbird_cc/static/fonts/LibreFranklin-VariableFont_wght.ttf b/alphabetlearning/static/fonts/LibreFranklin-VariableFont_wght.ttf
index 4c4c09c..4c4c09c 100644
--- a/pyblackbird_cc/static/fonts/LibreFranklin-VariableFont_wght.ttf
+++ b/alphabetlearning/static/fonts/LibreFranklin-VariableFont_wght.ttf
Binary files differ
diff --git a/pyblackbird_cc/static/images/AL_circle_logo_black_200x200.png b/alphabetlearning/static/images/AL_circle_logo_black_200x200.png
index c318e81..c318e81 100644
--- a/pyblackbird_cc/static/images/AL_circle_logo_black_200x200.png
+++ b/alphabetlearning/static/images/AL_circle_logo_black_200x200.png
Binary files differ
diff --git a/pyblackbird_cc/static/images/AL_long_logo_black_grey.png b/alphabetlearning/static/images/AL_long_logo_black_grey.png
index 21f51c9..21f51c9 100644
--- a/pyblackbird_cc/static/images/AL_long_logo_black_grey.png
+++ b/alphabetlearning/static/images/AL_long_logo_black_grey.png
Binary files differ
diff --git a/pyblackbird_cc/static/images/AL_long_logo_black_grey.svg b/alphabetlearning/static/images/AL_long_logo_black_grey.svg
index 9214092..9214092 100644
--- a/pyblackbird_cc/static/images/AL_long_logo_black_grey.svg
+++ b/alphabetlearning/static/images/AL_long_logo_black_grey.svg
diff --git a/pyblackbird_cc/static/images/AL_text_only.png b/alphabetlearning/static/images/AL_text_only.png
index 270b2ee..270b2ee 100644
--- a/pyblackbird_cc/static/images/AL_text_only.png
+++ b/alphabetlearning/static/images/AL_text_only.png
Binary files differ
diff --git a/pyblackbird_cc/static/images/favicons/al.png b/alphabetlearning/static/images/favicons/al.png
index bd231cf..bd231cf 100644
--- a/pyblackbird_cc/static/images/favicons/al.png
+++ b/alphabetlearning/static/images/favicons/al.png
Binary files differ
diff --git a/pyblackbird_cc/static/images/favicons/favicon.ico b/alphabetlearning/static/images/favicons/favicon.ico
index e1c1dd1..e1c1dd1 100644
--- a/pyblackbird_cc/static/images/favicons/favicon.ico
+++ b/alphabetlearning/static/images/favicons/favicon.ico
Binary files differ
diff --git a/pyblackbird_cc/static/images/favicons/wasp.png b/alphabetlearning/static/images/favicons/wasp.png
index 6c2fec0..6c2fec0 100644
--- a/pyblackbird_cc/static/images/favicons/wasp.png
+++ b/alphabetlearning/static/images/favicons/wasp.png
Binary files differ
diff --git a/pyblackbird_cc/static/images/placeholder.png b/alphabetlearning/static/images/placeholder.png
index 3d2e5d8..3d2e5d8 100644
--- a/pyblackbird_cc/static/images/placeholder.png
+++ b/alphabetlearning/static/images/placeholder.png
Binary files differ
diff --git a/pyblackbird_cc/static/js/htmx.min.js b/alphabetlearning/static/js/htmx.min.js
index 0b3acf5..0b3acf5 100644
--- a/pyblackbird_cc/static/js/htmx.min.js
+++ b/alphabetlearning/static/js/htmx.min.js
diff --git a/pyblackbird_cc/static/js/project.js b/alphabetlearning/static/js/project.js
index d26d23b..d26d23b 100644
--- a/pyblackbird_cc/static/js/project.js
+++ b/alphabetlearning/static/js/project.js
diff --git a/pyblackbird_cc/static/scss/_accordion.scss b/alphabetlearning/static/scss/_accordion.scss
index 17e5436..17e5436 100644
--- a/pyblackbird_cc/static/scss/_accordion.scss
+++ b/alphabetlearning/static/scss/_accordion.scss
diff --git a/pyblackbird_cc/static/scss/_alert.scss b/alphabetlearning/static/scss/_alert.scss
index b8cff9b..b8cff9b 100644
--- a/pyblackbird_cc/static/scss/_alert.scss
+++ b/alphabetlearning/static/scss/_alert.scss
diff --git a/pyblackbird_cc/static/scss/_badge.scss b/alphabetlearning/static/scss/_badge.scss
index cc3d269..cc3d269 100644
--- a/pyblackbird_cc/static/scss/_badge.scss
+++ b/alphabetlearning/static/scss/_badge.scss
diff --git a/pyblackbird_cc/static/scss/_breadcrumb.scss b/alphabetlearning/static/scss/_breadcrumb.scss
index b8252ff..b8252ff 100644
--- a/pyblackbird_cc/static/scss/_breadcrumb.scss
+++ b/alphabetlearning/static/scss/_breadcrumb.scss
diff --git a/pyblackbird_cc/static/scss/_button-group.scss b/alphabetlearning/static/scss/_button-group.scss
index 55ae3f6..55ae3f6 100644
--- a/pyblackbird_cc/static/scss/_button-group.scss
+++ b/alphabetlearning/static/scss/_button-group.scss
diff --git a/pyblackbird_cc/static/scss/_buttons.scss b/alphabetlearning/static/scss/_buttons.scss
index caa4518..caa4518 100644
--- a/pyblackbird_cc/static/scss/_buttons.scss
+++ b/alphabetlearning/static/scss/_buttons.scss
diff --git a/pyblackbird_cc/static/scss/_card.scss b/alphabetlearning/static/scss/_card.scss
index d3535a9..d3535a9 100644
--- a/pyblackbird_cc/static/scss/_card.scss
+++ b/alphabetlearning/static/scss/_card.scss
diff --git a/pyblackbird_cc/static/scss/_carousel.scss b/alphabetlearning/static/scss/_carousel.scss
index 3a13522..3a13522 100644
--- a/pyblackbird_cc/static/scss/_carousel.scss
+++ b/alphabetlearning/static/scss/_carousel.scss
diff --git a/pyblackbird_cc/static/scss/_close.scss b/alphabetlearning/static/scss/_close.scss
index 4d6e73c..4d6e73c 100644
--- a/pyblackbird_cc/static/scss/_close.scss
+++ b/alphabetlearning/static/scss/_close.scss
diff --git a/pyblackbird_cc/static/scss/_containers.scss b/alphabetlearning/static/scss/_containers.scss
index 83b3138..83b3138 100644
--- a/pyblackbird_cc/static/scss/_containers.scss
+++ b/alphabetlearning/static/scss/_containers.scss
diff --git a/pyblackbird_cc/static/scss/_dropdown.scss b/alphabetlearning/static/scss/_dropdown.scss
index 587ebb4..587ebb4 100644
--- a/pyblackbird_cc/static/scss/_dropdown.scss
+++ b/alphabetlearning/static/scss/_dropdown.scss
diff --git a/alphabetlearning/static/scss/_forms.scss b/alphabetlearning/static/scss/_forms.scss
new file mode 100644
index 0000000..7b17d84
--- /dev/null
+++ b/alphabetlearning/static/scss/_forms.scss
@@ -0,0 +1,9 @@
+@import "forms/labels";
+@import "forms/form-text";
+@import "forms/form-control";
+@import "forms/form-select";
+@import "forms/form-check";
+@import "forms/form-range";
+@import "forms/floating-labels";
+@import "forms/input-group";
+@import "forms/validation";
diff --git a/pyblackbird_cc/static/scss/_functions.scss b/alphabetlearning/static/scss/_functions.scss
index 9029658..9029658 100644
--- a/pyblackbird_cc/static/scss/_functions.scss
+++ b/alphabetlearning/static/scss/_functions.scss
diff --git a/pyblackbird_cc/static/scss/_grid.scss b/alphabetlearning/static/scss/_grid.scss
index 048f800..048f800 100644
--- a/pyblackbird_cc/static/scss/_grid.scss
+++ b/alphabetlearning/static/scss/_grid.scss
diff --git a/pyblackbird_cc/static/scss/_helpers.scss b/alphabetlearning/static/scss/_helpers.scss
index 13f2752..13f2752 100644
--- a/pyblackbird_cc/static/scss/_helpers.scss
+++ b/alphabetlearning/static/scss/_helpers.scss
diff --git a/alphabetlearning/static/scss/_images.scss b/alphabetlearning/static/scss/_images.scss
new file mode 100644
index 0000000..3d6a101
--- /dev/null
+++ b/alphabetlearning/static/scss/_images.scss
@@ -0,0 +1,42 @@
+// Responsive images (ensure images don't scale beyond their parents)
+//
+// This is purposefully opt-in via an explicit class rather than being the default for all `<img>`s.
+// We previously tried the "images are responsive by default" approach in Bootstrap v2,
+// and abandoned it in Bootstrap v3 because it breaks lots of third-party widgets (including Google Maps)
+// which weren't expecting the images within themselves to be involuntarily resized.
+// See also https://github.com/twbs/bootstrap/issues/18178
+.img-fluid {
+ @include img-fluid();
+}
+
+
+// Image thumbnails
+.img-thumbnail {
+ padding: $thumbnail-padding;
+ background-color: $thumbnail-bg;
+ border: $thumbnail-border-width solid $thumbnail-border-color;
+ @include border-radius($thumbnail-border-radius);
+ @include box-shadow($thumbnail-box-shadow);
+
+ // Keep them at most 100% wide
+ @include img-fluid();
+}
+
+//
+// Figures
+//
+
+.figure {
+ // Ensures the caption's text aligns with the image.
+ display: inline-block;
+}
+
+.figure-img {
+ margin-bottom: $spacer * .5;
+ line-height: 1;
+}
+
+.figure-caption {
+ @include font-size($figure-caption-font-size);
+ color: $figure-caption-color;
+}
diff --git a/pyblackbird_cc/static/scss/_list-group.scss b/alphabetlearning/static/scss/_list-group.scss
index 455531e..455531e 100644
--- a/pyblackbird_cc/static/scss/_list-group.scss
+++ b/alphabetlearning/static/scss/_list-group.scss
diff --git a/pyblackbird_cc/static/scss/_maps.scss b/alphabetlearning/static/scss/_maps.scss
index 68ee421..68ee421 100644
--- a/pyblackbird_cc/static/scss/_maps.scss
+++ b/alphabetlearning/static/scss/_maps.scss
diff --git a/pyblackbird_cc/static/scss/_mixins.scss b/alphabetlearning/static/scss/_mixins.scss
index e1e130b..e1e130b 100644
--- a/pyblackbird_cc/static/scss/_mixins.scss
+++ b/alphabetlearning/static/scss/_mixins.scss
diff --git a/pyblackbird_cc/static/scss/_modal.scss b/alphabetlearning/static/scss/_modal.scss
index 494db94..494db94 100644
--- a/pyblackbird_cc/static/scss/_modal.scss
+++ b/alphabetlearning/static/scss/_modal.scss
diff --git a/pyblackbird_cc/static/scss/_nav.scss b/alphabetlearning/static/scss/_nav.scss
index ff073d3..ff073d3 100644
--- a/pyblackbird_cc/static/scss/_nav.scss
+++ b/alphabetlearning/static/scss/_nav.scss
diff --git a/pyblackbird_cc/static/scss/_navbar.scss b/alphabetlearning/static/scss/_navbar.scss
index 7161938..7161938 100644
--- a/pyblackbird_cc/static/scss/_navbar.scss
+++ b/alphabetlearning/static/scss/_navbar.scss
diff --git a/pyblackbird_cc/static/scss/_offcanvas.scss b/alphabetlearning/static/scss/_offcanvas.scss
index eb2c97a..eb2c97a 100644
--- a/pyblackbird_cc/static/scss/_offcanvas.scss
+++ b/alphabetlearning/static/scss/_offcanvas.scss
diff --git a/pyblackbird_cc/static/scss/_pagination.scss b/alphabetlearning/static/scss/_pagination.scss
index f275a62..f275a62 100644
--- a/pyblackbird_cc/static/scss/_pagination.scss
+++ b/alphabetlearning/static/scss/_pagination.scss
diff --git a/pyblackbird_cc/static/scss/_placeholders.scss b/alphabetlearning/static/scss/_placeholders.scss
index 6e32e1c..6e32e1c 100644
--- a/pyblackbird_cc/static/scss/_placeholders.scss
+++ b/alphabetlearning/static/scss/_placeholders.scss
diff --git a/pyblackbird_cc/static/scss/_popover.scss b/alphabetlearning/static/scss/_popover.scss
index 7b69f62..7b69f62 100644
--- a/pyblackbird_cc/static/scss/_popover.scss
+++ b/alphabetlearning/static/scss/_popover.scss
diff --git a/pyblackbird_cc/static/scss/_progress.scss b/alphabetlearning/static/scss/_progress.scss
index 148c381..148c381 100644
--- a/pyblackbird_cc/static/scss/_progress.scss
+++ b/alphabetlearning/static/scss/_progress.scss
diff --git a/pyblackbird_cc/static/scss/_reboot.scss b/alphabetlearning/static/scss/_reboot.scss
index 1879175..1879175 100644
--- a/pyblackbird_cc/static/scss/_reboot.scss
+++ b/alphabetlearning/static/scss/_reboot.scss
diff --git a/pyblackbird_cc/static/scss/_root.scss b/alphabetlearning/static/scss/_root.scss
index becddf1..becddf1 100644
--- a/pyblackbird_cc/static/scss/_root.scss
+++ b/alphabetlearning/static/scss/_root.scss
diff --git a/pyblackbird_cc/static/scss/_spinners.scss b/alphabetlearning/static/scss/_spinners.scss
index ec84732..ec84732 100644
--- a/pyblackbird_cc/static/scss/_spinners.scss
+++ b/alphabetlearning/static/scss/_spinners.scss
diff --git a/pyblackbird_cc/static/scss/_tables.scss b/alphabetlearning/static/scss/_tables.scss
index 276521a..276521a 100644
--- a/pyblackbird_cc/static/scss/_tables.scss
+++ b/alphabetlearning/static/scss/_tables.scss
diff --git a/pyblackbird_cc/static/scss/_toasts.scss b/alphabetlearning/static/scss/_toasts.scss
index 2ce378d..2ce378d 100644
--- a/pyblackbird_cc/static/scss/_toasts.scss
+++ b/alphabetlearning/static/scss/_toasts.scss
diff --git a/pyblackbird_cc/static/scss/_tooltip.scss b/alphabetlearning/static/scss/_tooltip.scss
index 85de90f..85de90f 100644
--- a/pyblackbird_cc/static/scss/_tooltip.scss
+++ b/alphabetlearning/static/scss/_tooltip.scss
diff --git a/pyblackbird_cc/static/scss/_transitions.scss b/alphabetlearning/static/scss/_transitions.scss
index bfb26aa..bfb26aa 100644
--- a/pyblackbird_cc/static/scss/_transitions.scss
+++ b/alphabetlearning/static/scss/_transitions.scss
diff --git a/pyblackbird_cc/static/scss/_type.scss b/alphabetlearning/static/scss/_type.scss
index 37d64bf..37d64bf 100644
--- a/pyblackbird_cc/static/scss/_type.scss
+++ b/alphabetlearning/static/scss/_type.scss
diff --git a/pyblackbird_cc/static/scss/_utilities.scss b/alphabetlearning/static/scss/_utilities.scss
index 696f906..696f906 100644
--- a/pyblackbird_cc/static/scss/_utilities.scss
+++ b/alphabetlearning/static/scss/_utilities.scss
diff --git a/pyblackbird_cc/static/scss/_variables-dark.scss b/alphabetlearning/static/scss/_variables-dark.scss
index 6422b38..6422b38 100644
--- a/pyblackbird_cc/static/scss/_variables-dark.scss
+++ b/alphabetlearning/static/scss/_variables-dark.scss
diff --git a/pyblackbird_cc/static/scss/_variables.scss b/alphabetlearning/static/scss/_variables.scss
index 0653139..0653139 100644
--- a/pyblackbird_cc/static/scss/_variables.scss
+++ b/alphabetlearning/static/scss/_variables.scss
diff --git a/pyblackbird_cc/static/scss/bootstrap-grid.scss b/alphabetlearning/static/scss/bootstrap-grid.scss
index 52bd577..52bd577 100644
--- a/pyblackbird_cc/static/scss/bootstrap-grid.scss
+++ b/alphabetlearning/static/scss/bootstrap-grid.scss
diff --git a/pyblackbird_cc/static/scss/bootstrap-reboot.scss b/alphabetlearning/static/scss/bootstrap-reboot.scss
index 5b69b95..5b69b95 100644
--- a/pyblackbird_cc/static/scss/bootstrap-reboot.scss
+++ b/alphabetlearning/static/scss/bootstrap-reboot.scss
diff --git a/pyblackbird_cc/static/scss/bootstrap-utilities.scss b/alphabetlearning/static/scss/bootstrap-utilities.scss
index 99c4a35..99c4a35 100644
--- a/pyblackbird_cc/static/scss/bootstrap-utilities.scss
+++ b/alphabetlearning/static/scss/bootstrap-utilities.scss
diff --git a/pyblackbird_cc/static/scss/bootstrap.scss b/alphabetlearning/static/scss/bootstrap.scss
index 449d704..449d704 100644
--- a/pyblackbird_cc/static/scss/bootstrap.scss
+++ b/alphabetlearning/static/scss/bootstrap.scss
diff --git a/alphabetlearning/static/scss/custom.css b/alphabetlearning/static/scss/custom.css
new file mode 100644
index 0000000..adca627
--- /dev/null
+++ b/alphabetlearning/static/scss/custom.css
@@ -0,0 +1,2206 @@
+@charset "UTF-8";
+:root {
+ --bs-blue: #0d6efd;
+ --bs-indigo: #6610f2;
+ --bs-purple: #6f42c1;
+ --bs-pink: #d63384;
+ --bs-red: #dc3545;
+ --bs-orange: #fd7e14;
+ --bs-yellow: #ffc107;
+ --bs-green: #198754;
+ --bs-teal: #20c997;
+ --bs-cyan: #0dcaf0;
+ --bs-white: #fff;
+ --bs-gray: #6c757d;
+ --bs-gray-dark: #343a40;
+ --bs-primary: #51635e;
+ --bs-secondary: #6c757d;
+ --bs-success: #198754;
+ --bs-info: #0dcaf0;
+ --bs-warning: #ffc107;
+ --bs-danger: #dc3545;
+ --bs-light: #f8f9fa;
+ --bs-dark: #212529;
+ --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+ --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
+ --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
+}
+
+*,
+*::before,
+*::after {
+ box-sizing: border-box;
+}
+
+@media (prefers-reduced-motion: no-preference) {
+ :root {
+ scroll-behavior: smooth;
+ }
+}
+
+body {
+ margin: 0;
+ font-family: var(--bs-font-sans-serif);
+ font-size: 1rem;
+ font-weight: 400;
+ line-height: 1.5;
+ color: #212529;
+ background-color: #fff;
+ -webkit-text-size-adjust: 100%;
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+
+.carousel-control-next-icon {
+ font-size: 200px;
+}
+
+hr {
+ margin: 1rem 0;
+ color: inherit;
+ background-color: currentColor;
+ border: 0;
+ opacity: 0.25;
+}
+
+hr:not([size]) {
+ height: 1px;
+}
+
+h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
+ margin-top: 0;
+ margin-bottom: 0.5rem;
+ font-weight: 500;
+ line-height: 1.2;
+}
+
+h1, .h1 {
+ font-size: calc(1.375rem + 1.5vw);
+}
+@media (min-width: 1200px) {
+ h1, .h1 {
+ font-size: 2.5rem;
+ }
+}
+
+h2, .h2 {
+ font-size: calc(1.325rem + 0.9vw);
+}
+@media (min-width: 1200px) {
+ h2, .h2 {
+ font-size: 2rem;
+ }
+}
+
+h3, .h3 {
+ font-size: calc(1.3rem + 0.6vw);
+}
+@media (min-width: 1200px) {
+ h3, .h3 {
+ font-size: 1.75rem;
+ }
+}
+
+h4, .h4 {
+ font-size: calc(1.275rem + 0.3vw);
+}
+@media (min-width: 1200px) {
+ h4, .h4 {
+ font-size: 1.5rem;
+ }
+}
+
+h5, .h5 {
+ font-size: 1.25rem;
+}
+
+h6, .h6 {
+ font-size: 1rem;
+}
+
+p {
+ margin-top: 0;
+ margin-bottom: 1rem;
+}
+
+abbr[title],
+abbr[data-bs-original-title] {
+ text-decoration: underline dotted;
+ cursor: help;
+ text-decoration-skip-ink: none;
+}
+
+address {
+ margin-bottom: 1rem;
+ font-style: normal;
+ line-height: inherit;
+}
+
+ol,
+ul {
+ padding-left: 2rem;
+}
+
+ol,
+ul,
+dl {
+ margin-top: 0;
+ margin-bottom: 1rem;
+}
+
+ol ol,
+ul ul,
+ol ul,
+ul ol {
+ margin-bottom: 0;
+}
+
+dt {
+ font-weight: 700;
+}
+
+dd {
+ margin-bottom: 0.5rem;
+ margin-left: 0;
+}
+
+blockquote {
+ margin: 0 0 1rem;
+}
+
+b,
+strong {
+ font-weight: bolder;
+}
+
+small, .small {
+ font-size: 0.875em;
+}
+
+mark, .mark {
+ padding: 0.2em;
+ background-color: #fcf8e3;
+}
+
+sub,
+sup {
+ position: relative;
+ font-size: 0.75em;
+ line-height: 0;
+ vertical-align: baseline;
+}
+
+sub {
+ bottom: -0.25em;
+}
+
+sup {
+ top: -0.5em;
+}
+
+a {
+ color: #51635e;
+ text-decoration: underline;
+}
+a:hover {
+ color: #414f4b;
+}
+
+a:not([href]):not([class]), a:not([href]):not([class]):hover {
+ color: inherit;
+ text-decoration: none;
+}
+
+pre,
+code,
+kbd,
+samp {
+ font-family: var(--bs-font-monospace);
+ font-size: 1em;
+ direction: ltr /* rtl:ignore */;
+ unicode-bidi: bidi-override;
+}
+
+pre {
+ display: block;
+ margin-top: 0;
+ margin-bottom: 1rem;
+ overflow: auto;
+ font-size: 0.875em;
+}
+pre code {
+ font-size: inherit;
+ color: inherit;
+ word-break: normal;
+}
+
+code {
+ font-size: 0.875em;
+ color: #d63384;
+ word-wrap: break-word;
+}
+a > code {
+ color: inherit;
+}
+
+kbd {
+ padding: 0.2rem 0.4rem;
+ font-size: 0.875em;
+ color: #fff;
+ background-color: #212529;
+ border-radius: 0.2rem;
+}
+kbd kbd {
+ padding: 0;
+ font-size: 1em;
+ font-weight: 700;
+}
+
+figure {
+ margin: 0 0 1rem;
+}
+
+img,
+svg {
+ vertical-align: middle;
+}
+
+table {
+ caption-side: bottom;
+ border-collapse: collapse;
+}
+
+caption {
+ padding-top: 0.5rem;
+ padding-bottom: 0.5rem;
+ color: #6c757d;
+ text-align: left;
+}
+
+th {
+ text-align: inherit;
+ text-align: -webkit-match-parent;
+}
+
+thead,
+tbody,
+tfoot,
+tr,
+td,
+th {
+ border-color: inherit;
+ border-style: solid;
+ border-width: 0;
+}
+
+label {
+ display: inline-block;
+}
+
+button {
+ border-radius: 0;
+}
+
+button:focus:not(:focus-visible) {
+ outline: 0;
+}
+
+input,
+button,
+select,
+optgroup,
+textarea {
+ margin: 0;
+ font-family: inherit;
+ font-size: inherit;
+ line-height: inherit;
+}
+
+button,
+select {
+ text-transform: none;
+}
+
+[role=button] {
+ cursor: pointer;
+}
+
+select {
+ word-wrap: normal;
+}
+select:disabled {
+ opacity: 1;
+}
+
+[list]::-webkit-calendar-picker-indicator {
+ display: none;
+}
+
+button,
+[type=button],
+[type=reset],
+[type=submit] {
+ -webkit-appearance: button;
+}
+button:not(:disabled),
+[type=button]:not(:disabled),
+[type=reset]:not(:disabled),
+[type=submit]:not(:disabled) {
+ cursor: pointer;
+}
+
+::-moz-focus-inner {
+ padding: 0;
+ border-style: none;
+}
+
+textarea {
+ resize: vertical;
+}
+
+fieldset {
+ min-width: 0;
+ padding: 0;
+ margin: 0;
+ border: 0;
+}
+
+legend {
+ float: left;
+ width: 100%;
+ padding: 0;
+ margin-bottom: 0.5rem;
+ font-size: calc(1.275rem + 0.3vw);
+ line-height: inherit;
+}
+@media (min-width: 1200px) {
+ legend {
+ font-size: 1.5rem;
+ }
+}
+legend + * {
+ clear: left;
+}
+
+::-webkit-datetime-edit-fields-wrapper,
+::-webkit-datetime-edit-text,
+::-webkit-datetime-edit-minute,
+::-webkit-datetime-edit-hour-field,
+::-webkit-datetime-edit-day-field,
+::-webkit-datetime-edit-month-field,
+::-webkit-datetime-edit-year-field {
+ padding: 0;
+}
+
+::-webkit-inner-spin-button {
+ height: auto;
+}
+
+[type=search] {
+ outline-offset: -2px;
+ -webkit-appearance: textfield;
+}
+
+/* rtl:raw:
+[type="tel"],
+[type="url"],
+[type="email"],
+[type="number"] {
+ direction: ltr;
+}
+*/
+::-webkit-search-decoration {
+ -webkit-appearance: none;
+}
+
+::-webkit-color-swatch-wrapper {
+ padding: 0;
+}
+
+::file-selector-button {
+ font: inherit;
+}
+
+::-webkit-file-upload-button {
+ font: inherit;
+ -webkit-appearance: button;
+}
+
+output {
+ display: inline-block;
+}
+
+iframe {
+ border: 0;
+}
+
+summary {
+ display: list-item;
+ cursor: pointer;
+}
+
+progress {
+ vertical-align: baseline;
+}
+
+[hidden] {
+ display: none !important;
+}
+
+.lead {
+ font-size: 1.25rem;
+ font-weight: 300;
+}
+
+.display-1 {
+ font-size: calc(1.625rem + 4.5vw);
+ font-weight: 300;
+ line-height: 1.2;
+}
+@media (min-width: 1200px) {
+ .display-1 {
+ font-size: 5rem;
+ }
+}
+
+.display-2 {
+ font-size: calc(1.575rem + 3.9vw);
+ font-weight: 300;
+ line-height: 1.2;
+}
+@media (min-width: 1200px) {
+ .display-2 {
+ font-size: 4.5rem;
+ }
+}
+
+.display-3 {
+ font-size: calc(1.525rem + 3.3vw);
+ font-weight: 300;
+ line-height: 1.2;
+}
+@media (min-width: 1200px) {
+ .display-3 {
+ font-size: 4rem;
+ }
+}
+
+.display-4 {
+ font-size: calc(1.475rem + 2.7vw);
+ font-weight: 300;
+ line-height: 1.2;
+}
+@media (min-width: 1200px) {
+ .display-4 {
+ font-size: 3.5rem;
+ }
+}
+
+.display-5 {
+ font-size: calc(1.425rem + 2.1vw);
+ font-weight: 300;
+ line-height: 1.2;
+}
+@media (min-width: 1200px) {
+ .display-5 {
+ font-size: 3rem;
+ }
+}
+
+.display-6 {
+ font-size: calc(1.375rem + 1.5vw);
+ font-weight: 300;
+ line-height: 1.2;
+}
+@media (min-width: 1200px) {
+ .display-6 {
+ font-size: 2.5rem;
+ }
+}
+
+.list-unstyled {
+ padding-left: 0;
+ list-style: none;
+}
+
+.list-inline {
+ padding-left: 0;
+ list-style: none;
+}
+
+.list-inline-item {
+ display: inline-block;
+}
+.list-inline-item:not(:last-child) {
+ margin-right: 0.5rem;
+}
+
+.initialism {
+ font-size: 0.875em;
+ text-transform: uppercase;
+}
+
+.blockquote {
+ margin-bottom: 1rem;
+ font-size: 1.25rem;
+}
+.blockquote > :last-child {
+ margin-bottom: 0;
+}
+
+.blockquote-footer {
+ margin-top: -1rem;
+ margin-bottom: 1rem;
+ font-size: 0.875em;
+ color: #6c757d;
+}
+.blockquote-footer::before {
+ content: "— ";
+}
+
+.img-fluid {
+ max-width: 100%;
+ height: auto;
+}
+
+.img-thumbnail {
+ padding: 0.25rem;
+ background-color: #fff;
+ border: 1px solid #dee2e6;
+ border-radius: 0.25rem;
+ max-width: 100%;
+ height: auto;
+}
+
+.figure {
+ display: inline-block;
+}
+
+.figure-img {
+ margin-bottom: 0.5rem;
+ line-height: 1;
+}
+
+.figure-caption {
+ font-size: 0.875em;
+ color: #6c757d;
+}
+
+.container,
+.container-fluid,
+.container-xxl,
+.container-xl,
+.container-lg,
+.container-md,
+.container-sm {
+ width: 100%;
+ padding-right: var(--bs-gutter-x, 0.75rem);
+ padding-left: var(--bs-gutter-x, 0.75rem);
+ margin-right: auto;
+ margin-left: auto;
+}
+
+@media (min-width: 576px) {
+ .container-sm, .container {
+ max-width: 540px;
+ }
+}
+@media (min-width: 768px) {
+ .container-md, .container-sm, .container {
+ max-width: 720px;
+ }
+}
+@media (min-width: 992px) {
+ .container-lg, .container-md, .container-sm, .container {
+ max-width: 960px;
+ }
+}
+@media (min-width: 1200px) {
+ .container-xl, .container-lg, .container-md, .container-sm, .container {
+ max-width: 1140px;
+ }
+}
+@media (min-width: 1400px) {
+ .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
+ max-width: 1320px;
+ }
+}
+.row {
+ --bs-gutter-x: 1.5rem;
+ --bs-gutter-y: 0;
+ display: flex;
+ flex-wrap: wrap;
+ margin-top: calc(var(--bs-gutter-y) * -1);
+ margin-right: calc(var(--bs-gutter-x) * -0.5);
+ margin-left: calc(var(--bs-gutter-x) * -0.5);
+}
+.row > * {
+ flex-shrink: 0;
+ width: 100%;
+ max-width: 100%;
+ padding-right: calc(var(--bs-gutter-x) * 0.5);
+ padding-left: calc(var(--bs-gutter-x) * 0.5);
+ margin-top: var(--bs-gutter-y);
+}
+
+.col {
+ flex: 1 0 0%;
+}
+
+.row-cols-auto > * {
+ flex: 0 0 auto;
+ width: auto;
+}
+
+.row-cols-1 > * {
+ flex: 0 0 auto;
+ width: 100%;
+}
+
+.row-cols-2 > * {
+ flex: 0 0 auto;
+ width: 50%;
+}
+
+.row-cols-3 > * {
+ flex: 0 0 auto;
+ width: 33.3333333333%;
+}
+
+.row-cols-4 > * {
+ flex: 0 0 auto;
+ width: 25%;
+}
+
+.row-cols-5 > * {
+ flex: 0 0 auto;
+ width: 20%;
+}
+
+.row-cols-6 > * {
+ flex: 0 0 auto;
+ width: 16.6666666667%;
+}
+
+@media (min-width: 576px) {
+ .col-sm {
+ flex: 1 0 0%;
+ }
+ .row-cols-sm-auto > * {
+ flex: 0 0 auto;
+ width: auto;
+ }
+ .row-cols-sm-1 > * {
+ flex: 0 0 auto;
+ width: 100%;
+ }
+ .row-cols-sm-2 > * {
+ flex: 0 0 auto;
+ width: 50%;
+ }
+ .row-cols-sm-3 > * {
+ flex: 0 0 auto;
+ width: 33.3333333333%;
+ }
+ .row-cols-sm-4 > * {
+ flex: 0 0 auto;
+ width: 25%;
+ }
+ .row-cols-sm-5 > * {
+ flex: 0 0 auto;
+ width: 20%;
+ }
+ .row-cols-sm-6 > * {
+ flex: 0 0 auto;
+ width: 16.6666666667%;
+ }
+}
+@media (min-width: 768px) {
+ .col-md {
+ flex: 1 0 0%;
+ }
+ .row-cols-md-auto > * {
+ flex: 0 0 auto;
+ width: auto;
+ }
+ .row-cols-md-1 > * {
+ flex: 0 0 auto;
+ width: 100%;
+ }
+ .row-cols-md-2 > * {
+ flex: 0 0 auto;
+ width: 50%;
+ }
+ .row-cols-md-3 > * {
+ flex: 0 0 auto;
+ width: 33.3333333333%;
+ }
+ .row-cols-md-4 > * {
+ flex: 0 0 auto;
+ width: 25%;
+ }
+ .row-cols-md-5 > * {
+ flex: 0 0 auto;
+ width: 20%;
+ }
+ .row-cols-md-6 > * {
+ flex: 0 0 auto;
+ width: 16.6666666667%;
+ }
+}
+@media (min-width: 992px) {
+ .col-lg {
+ flex: 1 0 0%;
+ }
+ .row-cols-lg-auto > * {
+ flex: 0 0 auto;
+ width: auto;
+ }
+ .row-cols-lg-1 > * {
+ flex: 0 0 auto;
+ width: 100%;
+ }
+ .row-cols-lg-2 > * {
+ flex: 0 0 auto;
+ width: 50%;
+ }
+ .row-cols-lg-3 > * {
+ flex: 0 0 auto;
+ width: 33.3333333333%;
+ }
+ .row-cols-lg-4 > * {
+ flex: 0 0 auto;
+ width: 25%;
+ }
+ .row-cols-lg-5 > * {
+ flex: 0 0 auto;
+ width: 20%;
+ }
+ .row-cols-lg-6 > * {
+ flex: 0 0 auto;
+ width: 16.6666666667%;
+ }
+}
+@media (min-width: 1200px) {
+ .col-xl {
+ flex: 1 0 0%;
+ }
+ .row-cols-xl-auto > * {
+ flex: 0 0 auto;
+ width: auto;
+ }
+ .row-cols-xl-1 > * {
+ flex: 0 0 auto;
+ width: 100%;
+ }
+ .row-cols-xl-2 > * {
+ flex: 0 0 auto;
+ width: 50%;
+ }
+ .row-cols-xl-3 > * {
+ flex: 0 0 auto;
+ width: 33.3333333333%;
+ }
+ .row-cols-xl-4 > * {
+ flex: 0 0 auto;
+ width: 25%;
+ }
+ .row-cols-xl-5 > * {
+ flex: 0 0 auto;
+ width: 20%;
+ }
+ .row-cols-xl-6 > * {
+ flex: 0 0 auto;
+ width: 16.6666666667%;
+ }
+}
+@media (min-width: 1400px) {
+ .col-xxl {
+ flex: 1 0 0%;
+ }
+ .row-cols-xxl-auto > * {
+ flex: 0 0 auto;
+ width: auto;
+ }
+ .row-cols-xxl-1 > * {
+ flex: 0 0 auto;
+ width: 100%;
+ }
+ .row-cols-xxl-2 > * {
+ flex: 0 0 auto;
+ width: 50%;
+ }
+ .row-cols-xxl-3 > * {
+ flex: 0 0 auto;
+ width: 33.3333333333%;
+ }
+ .row-cols-xxl-4 > * {
+ flex: 0 0 auto;
+ width: 25%;
+ }
+ .row-cols-xxl-5 > * {
+ flex: 0 0 auto;
+ width: 20%;
+ }
+ .row-cols-xxl-6 > * {
+ flex: 0 0 auto;
+ width: 16.6666666667%;
+ }
+}
+.col-auto {
+ flex: 0 0 auto;
+ width: auto;
+}
+
+.col-1 {
+ flex: 0 0 auto;
+ width: 8.33333333%;
+}
+
+.col-2 {
+ flex: 0 0 auto;
+ width: 16.66666667%;
+}
+
+.col-3 {
+ flex: 0 0 auto;
+ width: 25%;
+}
+
+.col-4 {
+ flex: 0 0 auto;
+ width: 33.33333333%;
+}
+
+.col-5 {
+ flex: 0 0 auto;
+ width: 41.66666667%;
+}
+
+.col-6 {
+ flex: 0 0 auto;
+ width: 50%;
+}
+
+.col-7 {
+ flex: 0 0 auto;
+ width: 58.33333333%;
+}
+
+.col-8 {
+ flex: 0 0 auto;
+ width: 66.66666667%;
+}
+
+.col-9 {
+ flex: 0 0 auto;
+ width: 75%;
+}
+
+.col-10 {
+ flex: 0 0 auto;
+ width: 83.33333333%;
+}
+
+.col-11 {
+ flex: 0 0 auto;
+ width: 91.66666667%;
+}
+
+.col-12 {
+ flex: 0 0 auto;
+ width: 100%;
+}
+
+.offset-1 {
+ margin-left: 8.33333333%;
+}
+
+.offset-2 {
+ margin-left: 16.66666667%;
+}
+
+.offset-3 {
+ margin-left: 25%;
+}
+
+.offset-4 {
+ margin-left: 33.33333333%;
+}
+
+.offset-5 {
+ margin-left: 41.66666667%;
+}
+
+.offset-6 {
+ margin-left: 50%;
+}
+
+.offset-7 {
+ margin-left: 58.33333333%;
+}
+
+.offset-8 {
+ margin-left: 66.66666667%;
+}
+
+.offset-9 {
+ margin-left: 75%;
+}
+
+.offset-10 {
+ margin-left: 83.33333333%;
+}
+
+.offset-11 {
+ margin-left: 91.66666667%;
+}
+
+.g-0,
+.gx-0 {
+ --bs-gutter-x: 0;
+}
+
+.g-0,
+.gy-0 {
+ --bs-gutter-y: 0;
+}
+
+.g-1,
+.gx-1 {
+ --bs-gutter-x: 0.25rem;
+}
+
+.g-1,
+.gy-1 {
+ --bs-gutter-y: 0.25rem;
+}
+
+.g-2,
+.gx-2 {
+ --bs-gutter-x: 0.5rem;
+}
+
+.g-2,
+.gy-2 {
+ --bs-gutter-y: 0.5rem;
+}
+
+.g-3,
+.gx-3 {
+ --bs-gutter-x: 1rem;
+}
+
+.g-3,
+.gy-3 {
+ --bs-gutter-y: 1rem;
+}
+
+.g-4,
+.gx-4 {
+ --bs-gutter-x: 1.5rem;
+}
+
+.g-4,
+.gy-4 {
+ --bs-gutter-y: 1.5rem;
+}
+
+.g-5,
+.gx-5 {
+ --bs-gutter-x: 3rem;
+}
+
+.g-5,
+.gy-5 {
+ --bs-gutter-y: 3rem;
+}
+
+@media (min-width: 576px) {
+ .col-sm-auto {
+ flex: 0 0 auto;
+ width: auto;
+ }
+ .col-sm-1 {
+ flex: 0 0 auto;
+ width: 8.33333333%;
+ }
+ .col-sm-2 {
+ flex: 0 0 auto;
+ width: 16.66666667%;
+ }
+ .col-sm-3 {
+ flex: 0 0 auto;
+ width: 25%;
+ }
+ .col-sm-4 {
+ flex: 0 0 auto;
+ width: 33.33333333%;
+ }
+ .col-sm-5 {
+ flex: 0 0 auto;
+ width: 41.66666667%;
+ }
+ .col-sm-6 {
+ flex: 0 0 auto;
+ width: 50%;
+ }
+ .col-sm-7 {
+ flex: 0 0 auto;
+ width: 58.33333333%;
+ }
+ .col-sm-8 {
+ flex: 0 0 auto;
+ width: 66.66666667%;
+ }
+ .col-sm-9 {
+ flex: 0 0 auto;
+ width: 75%;
+ }
+ .col-sm-10 {
+ flex: 0 0 auto;
+ width: 83.33333333%;
+ }
+ .col-sm-11 {
+ flex: 0 0 auto;
+ width: 91.66666667%;
+ }
+ .col-sm-12 {
+ flex: 0 0 auto;
+ width: 100%;
+ }
+ .offset-sm-0 {
+ margin-left: 0;
+ }
+ .offset-sm-1 {
+ margin-left: 8.33333333%;
+ }
+ .offset-sm-2 {
+ margin-left: 16.66666667%;
+ }
+ .offset-sm-3 {
+ margin-left: 25%;
+ }
+ .offset-sm-4 {
+ margin-left: 33.33333333%;
+ }
+ .offset-sm-5 {
+ margin-left: 41.66666667%;
+ }
+ .offset-sm-6 {
+ margin-left: 50%;
+ }
+ .offset-sm-7 {
+ margin-left: 58.33333333%;
+ }
+ .offset-sm-8 {
+ margin-left: 66.66666667%;
+ }
+ .offset-sm-9 {
+ margin-left: 75%;
+ }
+ .offset-sm-10 {
+ margin-left: 83.33333333%;
+ }
+ .offset-sm-11 {
+ margin-left: 91.66666667%;
+ }
+ .g-sm-0,
+ .gx-sm-0 {
+ --bs-gutter-x: 0;
+ }
+ .g-sm-0,
+ .gy-sm-0 {
+ --bs-gutter-y: 0;
+ }
+ .g-sm-1,
+ .gx-sm-1 {
+ --bs-gutter-x: 0.25rem;
+ }
+ .g-sm-1,
+ .gy-sm-1 {
+ --bs-gutter-y: 0.25rem;
+ }
+ .g-sm-2,
+ .gx-sm-2 {
+ --bs-gutter-x: 0.5rem;
+ }
+ .g-sm-2,
+ .gy-sm-2 {
+ --bs-gutter-y: 0.5rem;
+ }
+ .g-sm-3,
+ .gx-sm-3 {
+ --bs-gutter-x: 1rem;
+ }
+ .g-sm-3,
+ .gy-sm-3 {
+ --bs-gutter-y: 1rem;
+ }
+ .g-sm-4,
+ .gx-sm-4 {
+ --bs-gutter-x: 1.5rem;
+ }
+ .g-sm-4,
+ .gy-sm-4 {
+ --bs-gutter-y: 1.5rem;
+ }
+ .g-sm-5,
+ .gx-sm-5 {
+ --bs-gutter-x: 3rem;
+ }
+ .g-sm-5,
+ .gy-sm-5 {
+ --bs-gutter-y: 3rem;
+ }
+}
+@media (min-width: 768px) {
+ .col-md-auto {
+ flex: 0 0 auto;
+ width: auto;
+ }
+ .col-md-1 {
+ flex: 0 0 auto;
+ width: 8.33333333%;
+ }
+ .col-md-2 {
+ flex: 0 0 auto;
+ width: 16.66666667%;
+ }
+ .col-md-3 {
+ flex: 0 0 auto;
+ width: 25%;
+ }
+ .col-md-4 {
+ flex: 0 0 auto;
+ width: 33.33333333%;
+ }
+ .col-md-5 {
+ flex: 0 0 auto;
+ width: 41.66666667%;
+ }
+ .col-md-6 {
+ flex: 0 0 auto;
+ width: 50%;
+ }
+ .col-md-7 {
+ flex: 0 0 auto;
+ width: 58.33333333%;
+ }
+ .col-md-8 {
+ flex: 0 0 auto;
+ width: 66.66666667%;
+ }
+ .col-md-9 {
+ flex: 0 0 auto;
+ width: 75%;
+ }
+ .col-md-10 {
+ flex: 0 0 auto;
+ width: 83.33333333%;
+ }
+ .col-md-11 {
+ flex: 0 0 auto;
+ width: 91.66666667%;
+ }
+ .col-md-12 {
+ flex: 0 0 auto;
+ width: 100%;
+ }
+ .offset-md-0 {
+ margin-left: 0;
+ }
+ .offset-md-1 {
+ margin-left: 8.33333333%;
+ }
+ .offset-md-2 {
+ margin-left: 16.66666667%;
+ }
+ .offset-md-3 {
+ margin-left: 25%;
+ }
+ .offset-md-4 {
+ margin-left: 33.33333333%;
+ }
+ .offset-md-5 {
+ margin-left: 41.66666667%;
+ }
+ .offset-md-6 {
+ margin-left: 50%;
+ }
+ .offset-md-7 {
+ margin-left: 58.33333333%;
+ }
+ .offset-md-8 {
+ margin-left: 66.66666667%;
+ }
+ .offset-md-9 {
+ margin-left: 75%;
+ }
+ .offset-md-10 {
+ margin-left: 83.33333333%;
+ }
+ .offset-md-11 {
+ margin-left: 91.66666667%;
+ }
+ .g-md-0,
+ .gx-md-0 {
+ --bs-gutter-x: 0;
+ }
+ .g-md-0,
+ .gy-md-0 {
+ --bs-gutter-y: 0;
+ }
+ .g-md-1,
+ .gx-md-1 {
+ --bs-gutter-x: 0.25rem;
+ }
+ .g-md-1,
+ .gy-md-1 {
+ --bs-gutter-y: 0.25rem;
+ }
+ .g-md-2,
+ .gx-md-2 {
+ --bs-gutter-x: 0.5rem;
+ }
+ .g-md-2,
+ .gy-md-2 {
+ --bs-gutter-y: 0.5rem;
+ }
+ .g-md-3,
+ .gx-md-3 {
+ --bs-gutter-x: 1rem;
+ }
+ .g-md-3,
+ .gy-md-3 {
+ --bs-gutter-y: 1rem;
+ }
+ .g-md-4,
+ .gx-md-4 {
+ --bs-gutter-x: 1.5rem;
+ }
+ .g-md-4,
+ .gy-md-4 {
+ --bs-gutter-y: 1.5rem;
+ }
+ .g-md-5,
+ .gx-md-5 {
+ --bs-gutter-x: 3rem;
+ }
+ .g-md-5,
+ .gy-md-5 {
+ --bs-gutter-y: 3rem;
+ }
+}
+@media (min-width: 992px) {
+ .col-lg-auto {
+ flex: 0 0 auto;
+ width: auto;
+ }
+ .col-lg-1 {
+ flex: 0 0 auto;
+ width: 8.33333333%;
+ }
+ .col-lg-2 {
+ flex: 0 0 auto;
+ width: 16.66666667%;
+ }
+ .col-lg-3 {
+ flex: 0 0 auto;
+ width: 25%;
+ }
+ .col-lg-4 {
+ flex: 0 0 auto;
+ width: 33.33333333%;
+ }
+ .col-lg-5 {
+ flex: 0 0 auto;
+ width: 41.66666667%;
+ }
+ .col-lg-6 {
+ flex: 0 0 auto;
+ width: 50%;
+ }
+ .col-lg-7 {
+ flex: 0 0 auto;
+ width: 58.33333333%;
+ }
+ .col-lg-8 {
+ flex: 0 0 auto;
+ width: 66.66666667%;
+ }
+ .col-lg-9 {
+ flex: 0 0 auto;
+ width: 75%;
+ }
+ .col-lg-10 {
+ flex: 0 0 auto;
+ width: 83.33333333%;
+ }
+ .col-lg-11 {
+ flex: 0 0 auto;
+ width: 91.66666667%;
+ }
+ .col-lg-12 {
+ flex: 0 0 auto;
+ width: 100%;
+ }
+ .offset-lg-0 {
+ margin-left: 0;
+ }
+ .offset-lg-1 {
+ margin-left: 8.33333333%;
+ }
+ .offset-lg-2 {
+ margin-left: 16.66666667%;
+ }
+ .offset-lg-3 {
+ margin-left: 25%;
+ }
+ .offset-lg-4 {
+ margin-left: 33.33333333%;
+ }
+ .offset-lg-5 {
+ margin-left: 41.66666667%;
+ }
+ .offset-lg-6 {
+ margin-left: 50%;
+ }
+ .offset-lg-7 {
+ margin-left: 58.33333333%;
+ }
+ .offset-lg-8 {
+ margin-left: 66.66666667%;
+ }
+ .offset-lg-9 {
+ margin-left: 75%;
+ }
+ .offset-lg-10 {
+ margin-left: 83.33333333%;
+ }
+ .offset-lg-11 {
+ margin-left: 91.66666667%;
+ }
+ .g-lg-0,
+ .gx-lg-0 {
+ --bs-gutter-x: 0;
+ }
+ .g-lg-0,
+ .gy-lg-0 {
+ --bs-gutter-y: 0;
+ }
+ .g-lg-1,
+ .gx-lg-1 {
+ --bs-gutter-x: 0.25rem;
+ }
+ .g-lg-1,
+ .gy-lg-1 {
+ --bs-gutter-y: 0.25rem;
+ }
+ .g-lg-2,
+ .gx-lg-2 {
+ --bs-gutter-x: 0.5rem;
+ }
+ .g-lg-2,
+ .gy-lg-2 {
+ --bs-gutter-y: 0.5rem;
+ }
+ .g-lg-3,
+ .gx-lg-3 {
+ --bs-gutter-x: 1rem;
+ }
+ .g-lg-3,
+ .gy-lg-3 {
+ --bs-gutter-y: 1rem;
+ }
+ .g-lg-4,
+ .gx-lg-4 {
+ --bs-gutter-x: 1.5rem;
+ }
+ .g-lg-4,
+ .gy-lg-4 {
+ --bs-gutter-y: 1.5rem;
+ }
+ .g-lg-5,
+ .gx-lg-5 {
+ --bs-gutter-x: 3rem;
+ }
+ .g-lg-5,
+ .gy-lg-5 {
+ --bs-gutter-y: 3rem;
+ }
+}
+@media (min-width: 1200px) {
+ .col-xl-auto {
+ flex: 0 0 auto;
+ width: auto;
+ }
+ .col-xl-1 {
+ flex: 0 0 auto;
+ width: 8.33333333%;
+ }
+ .col-xl-2 {
+ flex: 0 0 auto;
+ width: 16.66666667%;
+ }
+ .col-xl-3 {
+ flex: 0 0 auto;
+ width: 25%;
+ }
+ .col-xl-4 {
+ flex: 0 0 auto;
+ width: 33.33333333%;
+ }
+ .col-xl-5 {
+ flex: 0 0 auto;
+ width: 41.66666667%;
+ }
+ .col-xl-6 {
+ flex: 0 0 auto;
+ width: 50%;
+ }
+ .col-xl-7 {
+ flex: 0 0 auto;
+ width: 58.33333333%;
+ }
+ .col-xl-8 {
+ flex: 0 0 auto;
+ width: 66.66666667%;
+ }
+ .col-xl-9 {
+ flex: 0 0 auto;
+ width: 75%;
+ }
+ .col-xl-10 {
+ flex: 0 0 auto;
+ width: 83.33333333%;
+ }
+ .col-xl-11 {
+ flex: 0 0 auto;
+ width: 91.66666667%;
+ }
+ .col-xl-12 {
+ flex: 0 0 auto;
+ width: 100%;
+ }
+ .offset-xl-0 {
+ margin-left: 0;
+ }
+ .offset-xl-1 {
+ margin-left: 8.33333333%;
+ }
+ .offset-xl-2 {
+ margin-left: 16.66666667%;
+ }
+ .offset-xl-3 {
+ margin-left: 25%;
+ }
+ .offset-xl-4 {
+ margin-left: 33.33333333%;
+ }
+ .offset-xl-5 {
+ margin-left: 41.66666667%;
+ }
+ .offset-xl-6 {
+ margin-left: 50%;
+ }
+ .offset-xl-7 {
+ margin-left: 58.33333333%;
+ }
+ .offset-xl-8 {
+ margin-left: 66.66666667%;
+ }
+ .offset-xl-9 {
+ margin-left: 75%;
+ }
+ .offset-xl-10 {
+ margin-left: 83.33333333%;
+ }
+ .offset-xl-11 {
+ margin-left: 91.66666667%;
+ }
+ .g-xl-0,
+ .gx-xl-0 {
+ --bs-gutter-x: 0;
+ }
+ .g-xl-0,
+ .gy-xl-0 {
+ --bs-gutter-y: 0;
+ }
+ .g-xl-1,
+ .gx-xl-1 {
+ --bs-gutter-x: 0.25rem;
+ }
+ .g-xl-1,
+ .gy-xl-1 {
+ --bs-gutter-y: 0.25rem;
+ }
+ .g-xl-2,
+ .gx-xl-2 {
+ --bs-gutter-x: 0.5rem;
+ }
+ .g-xl-2,
+ .gy-xl-2 {
+ --bs-gutter-y: 0.5rem;
+ }
+ .g-xl-3,
+ .gx-xl-3 {
+ --bs-gutter-x: 1rem;
+ }
+ .g-xl-3,
+ .gy-xl-3 {
+ --bs-gutter-y: 1rem;
+ }
+ .g-xl-4,
+ .gx-xl-4 {
+ --bs-gutter-x: 1.5rem;
+ }
+ .g-xl-4,
+ .gy-xl-4 {
+ --bs-gutter-y: 1.5rem;
+ }
+ .g-xl-5,
+ .gx-xl-5 {
+ --bs-gutter-x: 3rem;
+ }
+ .g-xl-5,
+ .gy-xl-5 {
+ --bs-gutter-y: 3rem;
+ }
+}
+@media (min-width: 1400px) {
+ .col-xxl-auto {
+ flex: 0 0 auto;
+ width: auto;
+ }
+ .col-xxl-1 {
+ flex: 0 0 auto;
+ width: 8.33333333%;
+ }
+ .col-xxl-2 {
+ flex: 0 0 auto;
+ width: 16.66666667%;
+ }
+ .col-xxl-3 {
+ flex: 0 0 auto;
+ width: 25%;
+ }
+ .col-xxl-4 {
+ flex: 0 0 auto;
+ width: 33.33333333%;
+ }
+ .col-xxl-5 {
+ flex: 0 0 auto;
+ width: 41.66666667%;
+ }
+ .col-xxl-6 {
+ flex: 0 0 auto;
+ width: 50%;
+ }
+ .col-xxl-7 {
+ flex: 0 0 auto;
+ width: 58.33333333%;
+ }
+ .col-xxl-8 {
+ flex: 0 0 auto;
+ width: 66.66666667%;
+ }
+ .col-xxl-9 {
+ flex: 0 0 auto;
+ width: 75%;
+ }
+ .col-xxl-10 {
+ flex: 0 0 auto;
+ width: 83.33333333%;
+ }
+ .col-xxl-11 {
+ flex: 0 0 auto;
+ width: 91.66666667%;
+ }
+ .col-xxl-12 {
+ flex: 0 0 auto;
+ width: 100%;
+ }
+ .offset-xxl-0 {
+ margin-left: 0;
+ }
+ .offset-xxl-1 {
+ margin-left: 8.33333333%;
+ }
+ .offset-xxl-2 {
+ margin-left: 16.66666667%;
+ }
+ .offset-xxl-3 {
+ margin-left: 25%;
+ }
+ .offset-xxl-4 {
+ margin-left: 33.33333333%;
+ }
+ .offset-xxl-5 {
+ margin-left: 41.66666667%;
+ }
+ .offset-xxl-6 {
+ margin-left: 50%;
+ }
+ .offset-xxl-7 {
+ margin-left: 58.33333333%;
+ }
+ .offset-xxl-8 {
+ margin-left: 66.66666667%;
+ }
+ .offset-xxl-9 {
+ margin-left: 75%;
+ }
+ .offset-xxl-10 {
+ margin-left: 83.33333333%;
+ }
+ .offset-xxl-11 {
+ margin-left: 91.66666667%;
+ }
+ .g-xxl-0,
+ .gx-xxl-0 {
+ --bs-gutter-x: 0;
+ }
+ .g-xxl-0,
+ .gy-xxl-0 {
+ --bs-gutter-y: 0;
+ }
+ .g-xxl-1,
+ .gx-xxl-1 {
+ --bs-gutter-x: 0.25rem;
+ }
+ .g-xxl-1,
+ .gy-xxl-1 {
+ --bs-gutter-y: 0.25rem;
+ }
+ .g-xxl-2,
+ .gx-xxl-2 {
+ --bs-gutter-x: 0.5rem;
+ }
+ .g-xxl-2,
+ .gy-xxl-2 {
+ --bs-gutter-y: 0.5rem;
+ }
+ .g-xxl-3,
+ .gx-xxl-3 {
+ --bs-gutter-x: 1rem;
+ }
+ .g-xxl-3,
+ .gy-xxl-3 {
+ --bs-gutter-y: 1rem;
+ }
+ .g-xxl-4,
+ .gx-xxl-4 {
+ --bs-gutter-x: 1.5rem;
+ }
+ .g-xxl-4,
+ .gy-xxl-4 {
+ --bs-gutter-y: 1.5rem;
+ }
+ .g-xxl-5,
+ .gx-xxl-5 {
+ --bs-gutter-x: 3rem;
+ }
+ .g-xxl-5,
+ .gy-xxl-5 {
+ --bs-gutter-y: 3rem;
+ }
+}
+.btn {
+ display: inline-block;
+ font-weight: 400;
+ line-height: 1.5;
+ color: #212529;
+ text-align: center;
+ text-decoration: none;
+ vertical-align: middle;
+ cursor: pointer;
+ user-select: none;
+ background-color: transparent;
+ border: 1px solid transparent;
+ padding: 0.375rem 0.75rem;
+ font-size: 1rem;
+ border-radius: 0.25rem;
+ transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
+}
+@media (prefers-reduced-motion: reduce) {
+ .btn {
+ transition: none;
+ }
+}
+.btn:hover {
+ color: #212529;
+}
+.btn-check:focus + .btn, .btn:focus {
+ outline: 0;
+ box-shadow: 0 0 0 0.25rem rgba(81, 99, 94, 0.25);
+}
+.btn:disabled, .btn.disabled, fieldset:disabled .btn {
+ pointer-events: none;
+ opacity: 0.65;
+}
+
+.btn-primary {
+ color: #fff;
+ background-color: #51635e;
+ border-color: #51635e;
+}
+.btn-primary:hover {
+ color: #fff;
+ background-color: #455450;
+ border-color: #414f4b;
+}
+.btn-check:focus + .btn-primary, .btn-primary:focus {
+ color: #fff;
+ background-color: #455450;
+ border-color: #414f4b;
+ box-shadow: 0 0 0 0.25rem rgba(107, 122, 118, 0.5);
+}
+.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
+ color: #fff;
+ background-color: #414f4b;
+ border-color: #3d4a47;
+}
+.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
+ box-shadow: 0 0 0 0.25rem rgba(107, 122, 118, 0.5);
+}
+.btn-primary:disabled, .btn-primary.disabled {
+ color: #fff;
+ background-color: #51635e;
+ border-color: #51635e;
+}
+
+.btn-secondary {
+ color: #fff;
+ background-color: #6c757d;
+ border-color: #6c757d;
+}
+.btn-secondary:hover {
+ color: #fff;
+ background-color: #5c636a;
+ border-color: #565e64;
+}
+.btn-check:focus + .btn-secondary, .btn-secondary:focus {
+ color: #fff;
+ background-color: #5c636a;
+ border-color: #565e64;
+ box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
+}
+.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
+ color: #fff;
+ background-color: #565e64;
+ border-color: #51585e;
+}
+.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
+ box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
+}
+.btn-secondary:disabled, .btn-secondary.disabled {
+ color: #fff;
+ background-color: #6c757d;
+ border-color: #6c757d;
+}
+
+.btn-success {
+ color: #fff;
+ background-color: #198754;
+ border-color: #198754;
+}
+.btn-success:hover {
+ color: #fff;
+ background-color: #157347;
+ border-color: #146c43;
+}
+.btn-check:focus + .btn-success, .btn-success:focus {
+ color: #fff;
+ background-color: #157347;
+ border-color: #146c43;
+ box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
+}
+.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
+ color: #fff;
+ background-color: #146c43;
+ border-color: #13653f;
+}
+.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
+ box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
+}
+.btn-success:disabled, .btn-success.disabled {
+ color: #fff;
+ background-color: #198754;
+ border-color: #198754;
+}
+
+.btn-info {
+ color: #000;
+ background-color: #0dcaf0;
+ border-color: #0dcaf0;
+}
+.btn-info:hover {
+ color: #000;
+ background-color: #31d2f2;
+ border-color: #25cff2;
+}
+.btn-check:focus + .btn-info, .btn-info:focus {
+ color: #000;
+ background-color: #31d2f2;
+ border-color: #25cff2;
+ box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
+}
+.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
+ color: #000;
+ background-color: #3dd5f3;
+ border-color: #25cff2;
+}
+.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
+ box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
+}
+.btn-info:disabled, .btn-info.disabled {
+ color: #000;
+ background-color: #0dcaf0;
+ border-color: #0dcaf0;
+}
+
+.btn-warning {
+ color: #000;
+ background-color: #ffc107;
+ border-color: #ffc107;
+}
+.btn-warning:hover {
+ color: #000;
+ background-color: #ffca2c;
+ border-color: #ffc720;
+}
+.btn-check:focus + .btn-warning, .btn-warning:focus {
+ color: #000;
+ background-color: #ffca2c;
+ border-color: #ffc720;
+ box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
+}
+.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
+ color: #000;
+ background-color: #ffcd39;
+ border-color: #ffc720;
+}
+.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
+ box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
+}
+.btn-warning:disabled, .btn-warning.disabled {
+ color: #000;
+ background-color: #ffc107;
+ border-color: #ffc107;
+}
+
+.btn-danger {
+ color: #fff;
+ background-color: #dc3545;
+ border-color: #dc3545;
+}
+.btn-danger:hover {
+ color: #fff;
+ background-color: #bb2d3b;
+ border-color: #b02a37;
+}
+.btn-check:focus + .btn-danger, .btn-danger:focus {
+ color: #fff;
+ background-color: #bb2d3b;
+ border-color: #b02a37;
+ box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
+}
+.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
+ color: #fff;
+ background-color: #b02a37;
+ border-color: #a52834;
+}
+.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
+ box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
+}
+.btn-danger:disabled, .btn-danger.disabled {
+ color: #fff;
+ background-color: #dc3545;
+ border-color: #dc3545;
+}
+
+.btn-light {
+ color: #000;
+ background-color: #f8f9fa;
+ border-color: #f8f9fa;
+}
+.btn-light:hover {
+ color: #000;
+ background-color: #f9fafb;
+ border-color: #f9fafb;
+}
+.btn-check:focus + .btn-light, .btn-light:focus {
+ color: #000;
+ background-color: #f9fafb;
+ border-color: #f9fafb;
+ box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
+}
+.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
+ color: #000;
+ background-color: #f9fafb;
+ border-color: #f9fafb;
+}
+.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
+ box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
+}
+.btn-light:disabled, .btn-light.disabled {
+ color: #000;
+ background-color: #f8f9fa;
+ border-color: #f8f9fa;
+}
+
+.btn-dark {
+ color: #fff;
+ background-color: #212529;
+ border-color: #212529;
+}
+.btn-dark:hover {
+ color: #fff;
+ background-color: #1c1f23;
+ border-color: #1a1e21;
+}
+.btn-check:focus + .btn-dark, .btn-dark:focus {
+ color: #fff;
+ background-color: #1c1f23;
+ border-color: #1a1e21;
+ box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
+}
+.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
+ color: #fff;
+ background-color: #1a1e21;
+ border-color: #191c1f;
+}
+.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
+ box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
+}
+.btn-dark:disabled, .btn-dark.disabled {
+ color: #fff;
+ background-color: #212529;
+ border-color: #212529;
+}
+
+.btn-outline-primary {
+ color: #51635e;
+ border-color: #51635e;
+}
+.btn-outline-primary:hover {
+ color: #fff;
+ background-color: #51635e;
+ border-color: #51635e;
+}
+.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
+ box-shadow: 0 0 0 0.25rem rgba(81, 99, 94, 0.5);
+}
+.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
+ color: #fff;
+ background-color: #51635e;
+ border-color: #51635e;
+}
+.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
+ box-shadow: 0 0 0 0.25rem rgba(81, 99, 94, 0.5);
+}
+.btn-outline-primary:disabled, .btn-outline-primary.disabled {
+ color: #51635e;
+ background-color: transparent;
+}
+
+.btn-outline-secondary {
+ color: #6c757d;
+ border-color: #6c757d;
+}
+.btn-outline-secondary:hover {
+ color: #fff;
+ background-color: #6c757d;
+ border-color: #6c757d;
+}
+.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
+ box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
+}
+.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
+ color: #fff;
+ background-color: #6c757d;
+ border-color: #6c757d;
+}
+.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
+ box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
+}
+.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
+ color: #6c757d;
+ background-color: transparent;
+}
+
+.btn-outline-success {
+ color: #198754;
+ border-color: #198754;
+}
+.btn-outline-success:hover {
+ color: #fff;
+ background-color: #198754;
+ border-color: #198754;
+}
+.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
+ box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
+}
+.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
+ color: #fff;
+ background-color: #198754;
+ border-color: #198754;
+}
+.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
+ box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
+}
+.btn-outline-success:disabled, .btn-outline-success.disabled {
+ color: #198754;
+ background-color: transparent;
+}
+
+.btn-outline-info {
+ color: #0dcaf0;
+ border-color: #0dcaf0;
+}
+.btn-outline-info:hover {
+ color: #000;
+ background-color: #0dcaf0;
+ border-color: #0dcaf0;
+}
+.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
+ box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
+}
+.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
+ color: #000;
+ background-color: #0dcaf0;
+ border-color: #0dcaf0;
+}
+.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
+ box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
+}
+.btn-outline-info:disabled, .btn-outline-info.disabled {
+ color: #0dcaf0;
+ background-color: transparent;
+}
+
+.btn-outline-warning {
+ color: #ffc107;
+ border-color: #ffc107;
+}
+.btn-outline-warning:hover {
+ color: #000;
+ background-color: #ffc107;
+ border-color: #ffc107;
+}
+.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
+ box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
+}
+.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
+ color: #000;
+ background-color: #ffc107;
+ border-color: #ffc107;
+}
+.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
+ box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
+}
+.btn-outline-warning:disabled, .btn-outline-warning.disabled {
+ color: #ffc107;
+ background-color: transparent;
+}
+
+.btn-outline-danger {
+ color: #dc3545;
+ border-color: #dc3545;
+}
+.btn-outline-danger:hover {
+ color: #fff;
+ background-color: #dc3545;
+ border-color: #dc3545;
+}
+.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
+ box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
+}
+.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
+ color: #fff;
+ background-color: #dc3545;
+ border-color: #dc3545;
+}
+.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
+ box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
+}
+.btn-outline-danger:disabled, .btn-outline-danger.disabled {
+ color: #dc3545;
+ background-color: transparent;
+}
+
+.btn-outline-light {
+ color: #f8f9fa;
+ border-color: #f8f9fa;
+}
+.btn-outline-light:hover {
+ color: #000;
+ background-color: #f8f9fa;
+ border-color: #f8f9fa;
+}
+.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
+ box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
+}
+.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
+ color: #000;
+ background-color: #f8f9fa;
+ border-color: #f8f9fa;
+}
+.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
+ box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
+}
+.btn-outline-light:disabled, .btn-outline-light.disabled {
+ color: #f8f9fa;
+ background-color: transparent;
+}
+
+.btn-outline-dark {
+ color: #212529;
+ border-color: #212529;
+}
+.btn-outline-dark:hover {
+ color: #fff;
+ background-color: #212529;
+ border-color: #212529;
+}
+.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
+ box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
+}
+.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
+ color: #fff;
+ background-color: #212529;
+ border-color: #212529;
+}
+.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
+ box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
+}
+.btn-outline-dark:disabled, .btn-outline-dark.disabled {
+ color: #212529;
+ background-color: transparent;
+}
+
+.btn-link {
+ font-weight: 400;
+ color: #51635e;
+ text-decoration: underline;
+}
+.btn-link:hover {
+ color: #414f4b;
+}
+.btn-link:disabled, .btn-link.disabled {
+ color: #6c757d;
+}
+
+.btn-lg {
+ padding: 0.5rem 1rem;
+ font-size: 1.25rem;
+ border-radius: 0.3rem;
+}
+
+.btn-sm {
+ padding: 0.25rem 0.5rem;
+ font-size: 0.875rem;
+ border-radius: 0.2rem;
+}
+
+/*# sourceMappingURL=custom.css.map */
diff --git a/alphabetlearning/static/scss/custom.css.map b/alphabetlearning/static/scss/custom.css.map
new file mode 100644
index 0000000..06a4dea
--- /dev/null
+++ b/alphabetlearning/static/scss/custom.css.map
@@ -0,0 +1 @@
+{"version":3,"sourceRoot":"","sources":["../bootstrap/scss/_root.scss","../bootstrap/scss/_reboot.scss","../bootstrap/scss/_variables.scss","../bootstrap/scss/vendor/_rfs.scss","custom.scss","../bootstrap/scss/mixins/_border-radius.scss","../bootstrap/scss/_type.scss","../bootstrap/scss/mixins/_lists.scss","../bootstrap/scss/_images.scss","../bootstrap/scss/mixins/_image.scss","../bootstrap/scss/_containers.scss","../bootstrap/scss/mixins/_container.scss","../bootstrap/scss/mixins/_breakpoints.scss","../bootstrap/scss/_grid.scss","../bootstrap/scss/mixins/_grid.scss","../bootstrap/scss/_buttons.scss","../bootstrap/scss/mixins/_buttons.scss","../bootstrap/scss/mixins/_transition.scss","../bootstrap/scss/mixins/_gradients.scss"],"names":[],"mappings":";AAAA;EAGI;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAIA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAKF;EACA;EACA;;;ACCF;AAAA;AAAA;EAGE;;;AAaE;EAJJ;IAKM;;;;AAaN;EACE;EACA,aCsX4B;EChIxB,WALI;EF/OR,aCgY4B;ED/X5B,aCqY4B;EDpY5B,OClCS;EDoCT,kBC7CS;ED8CT;EACA;;;AASF;EACE;EACA,OCqb4B;EDpb5B;EACA;EACA,SCob4B;;;ADjb9B;EACE,QC+R4B;;;ADrR9B;EACE;EACA,eC0X4B;EDvX5B,aC0X4B;EDzX5B,aC0X4B;;;ADtX9B;EE4MQ;;AAlKJ;EF1CJ;IEmNQ;;;;AF9MR;EEuMQ;;AAlKJ;EFrCJ;IE8MQ;;;;AFzMR;EEkMQ;;AAlKJ;EFhCJ;IEyMQ;;;;AFpMR;EE6LQ;;AAlKJ;EF3BJ;IEoMQ;;;;AF/LR;EEoLM,WALI;;;AF1KV;EE+KM,WALI;;;AF/JV;EACE;EACA,eCyK0B;;;AD9J5B;AAAA;EAEE;EACA;EACA;;;AAMF;EACE;EACA;EACA;;;AAMF;AAAA;EAEE;;;AAGF;AAAA;AAAA;EAGE;EACA;;;AAGF;AAAA;AAAA;AAAA;EAIE;;;AAGF;EACE,aC6P4B;;;ADxP9B;EACE;EACA;;;AAMF;EACE;;;AAQF;AAAA;EAEE,aCsO4B;;;AD9N9B;EEgFM,WALI;;;AFpEV;EACE,SCkS4B;EDjS5B,kBCyS4B;;;ADhS9B;AAAA;EAEE;EE4DI,WALI;EFrDR;EACA;;;AAGF;EAAM;;;AACN;EAAM;;;AAKN;EACE,OG/OQ;EHgPR,iBCyCwC;;ADvCxC;EACE,OCwCsC;;;AD7BxC;EAEE;EACA;;;AAOJ;AAAA;AAAA;AAAA;EAIE,aCmJ4B;ECjIxB,WALI;EFXR;EACA;;;AAOF;EACE;EACA;EACA;EACA;EEII,WALI;;AFMR;EEDI,WALI;EFQN;EACA;;;AAIJ;EERM,WALI;EFeR,OCtQQ;EDuQR;;AAGA;EACE;;;AAIJ;EACE;EEpBI,WALI;EF2BR,OCnTS;EDoTT,kBC3SS;EGEP;;AJ4SF;EACE;EE3BE,WALI;EFkCN,aCgH0B;;;ADvG9B;EACE;;;AAMF;AAAA;EAEE;;;AAQF;EACE;EACA;;;AAGF;EACE,aC8K4B;ED7K5B,gBC6K4B;ED5K5B,OCtVS;EDuVT;;;AAOF;EAEE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;EACA;EACA;;;AAQF;EACE;;;AAMF;EAEE;;;AAQF;EACE;;;AAKF;AAAA;AAAA;AAAA;AAAA;EAKE;EACA;EE1HI,WALI;EFiIR;;;AAIF;AAAA;EAEE;;;AAKF;EACE;;;AAGF;EAGE;;AAGA;EACE;;;AAOJ;EACE;;;AAQF;AAAA;AAAA;AAAA;EAIE;;AAGE;AAAA;AAAA;AAAA;EACE;;;AAON;EACE;EACA;;;AAKF;EACE;;;AAUF;EACE;EACA;EACA;EACA;;;AAQF;EACE;EACA;EACA;EACA,eCG4B;EClNtB;EFkNN;;AEpXE;EF6WJ;IEpMQ;;;AF6MN;EACE;;;AAOJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE;;;AAGF;EACE;;;AASF;EACE;EACA;;;AAQF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA;EACE;;;AAKF;EACE;;;AAMF;EACE;;;AAMF;EACE;EACA;;;AAKF;EACE;;;AAKF;EACE;;;AAOF;EACE;EACA;;;AAQF;EACE;;;AAQF;EACE;;;AK/kBF;EHyQM,WALI;EGlQR,aJyc4B;;;AIpc5B;EHsQM;EGpQJ,aJ4bkB;EI3blB,aJ6a0B;;AC5U1B;EGpGF;IH6QM;;;;AG7QN;EHsQM;EGpQJ,aJ4bkB;EI3blB,aJ6a0B;;AC5U1B;EGpGF;IH6QM;;;;AG7QN;EHsQM;EGpQJ,aJ4bkB;EI3blB,aJ6a0B;;AC5U1B;EGpGF;IH6QM;;;;AG7QN;EHsQM;EGpQJ,aJ4bkB;EI3blB,aJ6a0B;;AC5U1B;EGpGF;IH6QM;;;;AG7QN;EHsQM;EGpQJ,aJ4bkB;EI3blB,aJ6a0B;;AC5U1B;EGpGF;IH6QM;;;;AG7QN;EHsQM;EGpQJ,aJ4bkB;EI3blB,aJ6a0B;;AC5U1B;EGpGF;IH6QM;;;;AGvPR;ECrDE;EACA;;;ADyDF;EC1DE;EACA;;;AD4DF;EACE;;AAEA;EACE,cJgc0B;;;AItb9B;EHsNM,WALI;EG/MR;;;AAIF;EACE,eJmKO;EC4CH,WALI;;AGvMR;EACE;;;AAIJ;EACE;EACA,eJyJO;EC4CH,WALI;EG9LR,OJpFS;;AIsFT;EACE;;;AE9FJ;ECIE;EAGA;;;ADDF;EACE,SN2yCkC;EM1yClC,kBNPS;EMQT;EHGE;EIRF;EAGA;;;ADcF;EAEE;;;AAGF;EACE;EACA;;;AAGF;EL+PM,WALI;EKxPR,ON1BS;;;AQRT;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ECHA;EACA;EACA;EACA;EACA;;;ACwDE;EF5CE;IACE,WRoTe;;;AUzQnB;EF5CE;IACE,WRoTe;;;AUzQnB;EF5CE;IACE,WRoTe;;;AUzQnB;EF5CE;IACE,WRoTe;;;AUzQnB;EF5CE;IACE,WRoTe;;;AWnUrB;ECAA;EACA;EACA;EACA;EACA;EACA;EACA;;ADHE;ECYF;EACA;EACA;EACA;EACA;EACA;;;AA+CI;EACE;;;AAGF;EApCJ;EACA;;;AAcA;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AAFF;EACE;EACA;;;AFMA;EESE;IACE;;EAGF;IApCJ;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;;AFMA;EESE;IACE;;EAGF;IApCJ;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;;AFMA;EESE;IACE;;EAGF;IApCJ;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;;AFMA;EESE;IACE;;EAGF;IApCJ;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;;AFMA;EESE;IACE;;EAGF;IApCJ;IACA;;EAcA;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;EAFF;IACE;IACA;;;AAqCE;EAtDJ;EACA;;;AA2DQ;EAtEN;EACA;;;AAqEM;EAtEN;EACA;;;AAqEM;EAtEN;EACA;;;AAqEM;EAtEN;EACA;;;AAqEM;EAtEN;EACA;;;AAqEM;EAtEN;EACA;;;AAqEM;EAtEN;EACA;;;AAqEM;EAtEN;EACA;;;AAqEM;EAtEN;EACA;;;AAqEM;EAtEN;EACA;;;AAqEM;EAtEN;EACA;;;AAqEM;EAtEN;EACA;;;AA6EQ;EA9DV;;;AA8DU;EA9DV;;;AA8DU;EA9DV;;;AA8DU;EA9DV;;;AA8DU;EA9DV;;;AA8DU;EA9DV;;;AA8DU;EA9DV;;;AA8DU;EA9DV;;;AA8DU;EA9DV;;;AA8DU;EA9DV;;;AA8DU;EA9DV;;;AAyEM;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAPF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAPF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAPF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAPF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAPF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AF/DN;EE+BE;IAtDJ;IACA;;EA2DQ;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EA6EQ;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EAyEM;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;;AF/DN;EE+BE;IAtDJ;IACA;;EA2DQ;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EA6EQ;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EAyEM;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;;AF/DN;EE+BE;IAtDJ;IACA;;EA2DQ;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EA6EQ;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EAyEM;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;;AF/DN;EE+BE;IAtDJ;IACA;;EA2DQ;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EA6EQ;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EAyEM;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;;AF/DN;EE+BE;IAtDJ;IACA;;EA2DQ;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EAqEM;IAtEN;IACA;;EA6EQ;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EA8DU;IA9DV;;EAyEM;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;EAPF;AAAA;IAEE;;EAGF;AAAA;IAEE;;;AC1HV;EACE;EAEA,ab0a4B;Eaza5B,ab+a4B;Ea9a5B,ObQS;EaPT;EACA;EAEA;EACA;EACA;EACA;EACA;EC8GA;EbsKI,WALI;EE7QN;EYHE,YFGJ;;AECI;EFhBN;IEiBQ;;;AFAN;EACE,ObLO;;AaST;EAEE;EACA,YbsjB4B;;AaxiB9B;EAGE;EACA,Sb4kB0B;;;AahkB5B;ECvCA,OAXQ;EELR,kBhB4Ea;Ec1Db,cd0Da;;AcvDb;EACE,OAdY;EERd,kBFMmB;EAkBjB,cAjBa;;AAoBf;EAEE,OArBY;EERd,kBFMmB;EAyBjB,cAxBa;EA6BX;;AAIJ;EAKE,OAlCa;EAmCb,kBArCkB;EAwClB,cAvCc;;AAyCd;EAKI;;AAKN;EAEE,OAjDe;EAkDf,kBdYW;EcTX,cdSW;;;AarBb;ECvCA,OAXQ;EELR,kBhB4Ea;Ec1Db,cd0Da;;AcvDb;EACE,OAdY;EERd,kBFMmB;EAkBjB,cAjBa;;AAoBf;EAEE,OArBY;EERd,kBFMmB;EAyBjB,cAxBa;EA6BX;;AAIJ;EAKE,OAlCa;EAmCb,kBArCkB;EAwClB,cAvCc;;AAyCd;EAKI;;AAKN;EAEE,OAjDe;EAkDf,kBdYW;EcTX,cdSW;;;AarBb;ECvCA,OAXQ;EELR,kBhB4Ea;Ec1Db,cd0Da;;AcvDb;EACE,OAdY;EERd,kBFMmB;EAkBjB,cAjBa;;AAoBf;EAEE,OArBY;EERd,kBFMmB;EAyBjB,cAxBa;EA6BX;;AAIJ;EAKE,OAlCa;EAmCb,kBArCkB;EAwClB,cAvCc;;AAyCd;EAKI;;AAKN;EAEE,OAjDe;EAkDf,kBdYW;EcTX,cdSW;;;AarBb;ECvCA,OAXQ;EELR,kBhB4Ea;Ec1Db,cd0Da;;AcvDb;EACE,OAdY;EERd,kBFMmB;EAkBjB,cAjBa;;AAoBf;EAEE,OArBY;EERd,kBFMmB;EAyBjB,cAxBa;EA6BX;;AAIJ;EAKE,OAlCa;EAmCb,kBArCkB;EAwClB,cAvCc;;AAyCd;EAKI;;AAKN;EAEE,OAjDe;EAkDf,kBdYW;EcTX,cdSW;;;AarBb;ECvCA,OAXQ;EELR,kBhB4Ea;Ec1Db,cd0Da;;AcvDb;EACE,OAdY;EERd,kBFMmB;EAkBjB,cAjBa;;AAoBf;EAEE,OArBY;EERd,kBFMmB;EAyBjB,cAxBa;EA6BX;;AAIJ;EAKE,OAlCa;EAmCb,kBArCkB;EAwClB,cAvCc;;AAyCd;EAKI;;AAKN;EAEE,OAjDe;EAkDf,kBdYW;EcTX,cdSW;;;AarBb;ECvCA,OAXQ;EELR,kBhB4Ea;Ec1Db,cd0Da;;AcvDb;EACE,OAdY;EERd,kBFMmB;EAkBjB,cAjBa;;AAoBf;EAEE,OArBY;EERd,kBFMmB;EAyBjB,cAxBa;EA6BX;;AAIJ;EAKE,OAlCa;EAmCb,kBArCkB;EAwClB,cAvCc;;AAyCd;EAKI;;AAKN;EAEE,OAjDe;EAkDf,kBdYW;EcTX,cdSW;;;AarBb;ECvCA,OAXQ;EELR,kBhB4Ea;Ec1Db,cd0Da;;AcvDb;EACE,OAdY;EERd,kBFMmB;EAkBjB,cAjBa;;AAoBf;EAEE,OArBY;EERd,kBFMmB;EAyBjB,cAxBa;EA6BX;;AAIJ;EAKE,OAlCa;EAmCb,kBArCkB;EAwClB,cAvCc;;AAyCd;EAKI;;AAKN;EAEE,OAjDe;EAkDf,kBdYW;EcTX,cdSW;;;AarBb;ECvCA,OAXQ;EELR,kBhB4Ea;Ec1Db,cd0Da;;AcvDb;EACE,OAdY;EERd,kBFMmB;EAkBjB,cAjBa;;AAoBf;EAEE,OArBY;EERd,kBFMmB;EAyBjB,cAxBa;EA6BX;;AAIJ;EAKE,OAlCa;EAmCb,kBArCkB;EAwClB,cAvCc;;AAyCd;EAKI;;AAKN;EAEE,OAjDe;EAkDf,kBdYW;EcTX,cdSW;;;Aafb;ECmBA,OdJa;EcKb,cdLa;;AcOb;EACE,OATY;EAUZ,kBdTW;EcUX,cdVW;;Acab;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBdxBW;EcyBX,cdzBW;;Ac2BX;EAKI;;AAKN;EAEE,OdvCW;EcwCX;;;ADvDF;ECmBA,OdJa;EcKb,cdLa;;AcOb;EACE,OATY;EAUZ,kBdTW;EcUX,cdVW;;Acab;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBdxBW;EcyBX,cdzBW;;Ac2BX;EAKI;;AAKN;EAEE,OdvCW;EcwCX;;;ADvDF;ECmBA,OdJa;EcKb,cdLa;;AcOb;EACE,OATY;EAUZ,kBdTW;EcUX,cdVW;;Acab;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBdxBW;EcyBX,cdzBW;;Ac2BX;EAKI;;AAKN;EAEE,OdvCW;EcwCX;;;ADvDF;ECmBA,OdJa;EcKb,cdLa;;AcOb;EACE,OATY;EAUZ,kBdTW;EcUX,cdVW;;Acab;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBdxBW;EcyBX,cdzBW;;Ac2BX;EAKI;;AAKN;EAEE,OdvCW;EcwCX;;;ADvDF;ECmBA,OdJa;EcKb,cdLa;;AcOb;EACE,OATY;EAUZ,kBdTW;EcUX,cdVW;;Acab;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBdxBW;EcyBX,cdzBW;;Ac2BX;EAKI;;AAKN;EAEE,OdvCW;EcwCX;;;ADvDF;ECmBA,OdJa;EcKb,cdLa;;AcOb;EACE,OATY;EAUZ,kBdTW;EcUX,cdVW;;Acab;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBdxBW;EcyBX,cdzBW;;Ac2BX;EAKI;;AAKN;EAEE,OdvCW;EcwCX;;;ADvDF;ECmBA,OdJa;EcKb,cdLa;;AcOb;EACE,OATY;EAUZ,kBdTW;EcUX,cdVW;;Acab;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBdxBW;EcyBX,cdzBW;;Ac2BX;EAKI;;AAKN;EAEE,OdvCW;EcwCX;;;ADvDF;ECmBA,OdJa;EcKb,cdLa;;AcOb;EACE,OATY;EAUZ,kBdTW;EcUX,cdVW;;Acab;EAEE;;AAGF;EAKE,OArBa;EAsBb,kBdxBW;EcyBX,cdzBW;;Ac2BX;EAKI;;AAKN;EAEE,OdvCW;EcwCX;;;AD3CJ;EACE,abmW4B;EalW5B,OXxEQ;EWyER,iBbgNwC;;Aa9MxC;EACE,Ob+MsC;;AavMxC;EAEE,Ob/EO;;;Aa0FX;ECuBE;EbsKI,WALI;EE7QN;;;AUyFJ;ECmBE;EbsKI,WALI;EE7QN","file":"custom.css"} \ No newline at end of file
diff --git a/pyblackbird_cc/static/scss/custom.scss b/alphabetlearning/static/scss/custom.scss
index b65db4c..b65db4c 100644
--- a/pyblackbird_cc/static/scss/custom.scss
+++ b/alphabetlearning/static/scss/custom.scss
diff --git a/pyblackbird_cc/static/scss/forms/_floating-labels.scss b/alphabetlearning/static/scss/forms/_floating-labels.scss
index 2cf0470..2cf0470 100644
--- a/pyblackbird_cc/static/scss/forms/_floating-labels.scss
+++ b/alphabetlearning/static/scss/forms/_floating-labels.scss
diff --git a/pyblackbird_cc/static/scss/forms/_form-check.scss b/alphabetlearning/static/scss/forms/_form-check.scss
index 8a1b639..8a1b639 100644
--- a/pyblackbird_cc/static/scss/forms/_form-check.scss
+++ b/alphabetlearning/static/scss/forms/_form-check.scss
diff --git a/pyblackbird_cc/static/scss/forms/_form-control.scss b/alphabetlearning/static/scss/forms/_form-control.scss
index 67ae5f4..67ae5f4 100644
--- a/pyblackbird_cc/static/scss/forms/_form-control.scss
+++ b/alphabetlearning/static/scss/forms/_form-control.scss
diff --git a/pyblackbird_cc/static/scss/forms/_form-range.scss b/alphabetlearning/static/scss/forms/_form-range.scss
index 4732213..4732213 100644
--- a/pyblackbird_cc/static/scss/forms/_form-range.scss
+++ b/alphabetlearning/static/scss/forms/_form-range.scss
diff --git a/pyblackbird_cc/static/scss/forms/_form-select.scss b/alphabetlearning/static/scss/forms/_form-select.scss
index 69ace52..69ace52 100644
--- a/pyblackbird_cc/static/scss/forms/_form-select.scss
+++ b/alphabetlearning/static/scss/forms/_form-select.scss
diff --git a/alphabetlearning/static/scss/forms/_form-text.scss b/alphabetlearning/static/scss/forms/_form-text.scss
new file mode 100644
index 0000000..f080d1a
--- /dev/null
+++ b/alphabetlearning/static/scss/forms/_form-text.scss
@@ -0,0 +1,11 @@
+//
+// Form text
+//
+
+.form-text {
+ margin-top: $form-text-margin-top;
+ @include font-size($form-text-font-size);
+ font-style: $form-text-font-style;
+ font-weight: $form-text-font-weight;
+ color: $form-text-color;
+}
diff --git a/pyblackbird_cc/static/scss/forms/_input-group.scss b/alphabetlearning/static/scss/forms/_input-group.scss
index 58e4d40..58e4d40 100644
--- a/pyblackbird_cc/static/scss/forms/_input-group.scss
+++ b/alphabetlearning/static/scss/forms/_input-group.scss
diff --git a/alphabetlearning/static/scss/forms/_labels.scss b/alphabetlearning/static/scss/forms/_labels.scss
new file mode 100644
index 0000000..39ecafc
--- /dev/null
+++ b/alphabetlearning/static/scss/forms/_labels.scss
@@ -0,0 +1,36 @@
+//
+// Labels
+//
+
+.form-label {
+ margin-bottom: $form-label-margin-bottom;
+ @include font-size($form-label-font-size);
+ font-style: $form-label-font-style;
+ font-weight: $form-label-font-weight;
+ color: $form-label-color;
+}
+
+// For use with horizontal and inline forms, when you need the label (or legend)
+// text to align with the form controls.
+.col-form-label {
+ padding-top: add($input-padding-y, $input-border-width);
+ padding-bottom: add($input-padding-y, $input-border-width);
+ margin-bottom: 0; // Override the `<legend>` default
+ @include font-size(inherit); // Override the `<legend>` default
+ font-style: $form-label-font-style;
+ font-weight: $form-label-font-weight;
+ line-height: $input-line-height;
+ color: $form-label-color;
+}
+
+.col-form-label-lg {
+ padding-top: add($input-padding-y-lg, $input-border-width);
+ padding-bottom: add($input-padding-y-lg, $input-border-width);
+ @include font-size($input-font-size-lg);
+}
+
+.col-form-label-sm {
+ padding-top: add($input-padding-y-sm, $input-border-width);
+ padding-bottom: add($input-padding-y-sm, $input-border-width);
+ @include font-size($input-font-size-sm);
+}
diff --git a/alphabetlearning/static/scss/forms/_validation.scss b/alphabetlearning/static/scss/forms/_validation.scss
new file mode 100644
index 0000000..c48123a
--- /dev/null
+++ b/alphabetlearning/static/scss/forms/_validation.scss
@@ -0,0 +1,12 @@
+// Form validation
+//
+// Provide feedback to users when form field values are valid or invalid. Works
+// primarily for client-side validation via scoped `:invalid` and `:valid`
+// pseudo-classes but also includes `.is-invalid` and `.is-valid` classes for
+// server-side validation.
+
+// scss-docs-start form-validation-states-loop
+@each $state, $data in $form-validation-states {
+ @include form-validation-state($state, $data...);
+}
+// scss-docs-end form-validation-states-loop
diff --git a/alphabetlearning/static/scss/helpers/_clearfix.scss b/alphabetlearning/static/scss/helpers/_clearfix.scss
new file mode 100644
index 0000000..e92522a
--- /dev/null
+++ b/alphabetlearning/static/scss/helpers/_clearfix.scss
@@ -0,0 +1,3 @@
+.clearfix {
+ @include clearfix();
+}
diff --git a/pyblackbird_cc/static/scss/helpers/_color-bg.scss b/alphabetlearning/static/scss/helpers/_color-bg.scss
index 1a3a4cf..1a3a4cf 100644
--- a/pyblackbird_cc/static/scss/helpers/_color-bg.scss
+++ b/alphabetlearning/static/scss/helpers/_color-bg.scss
diff --git a/pyblackbird_cc/static/scss/helpers/_colored-links.scss b/alphabetlearning/static/scss/helpers/_colored-links.scss
index 5f86857..5f86857 100644
--- a/pyblackbird_cc/static/scss/helpers/_colored-links.scss
+++ b/alphabetlearning/static/scss/helpers/_colored-links.scss
diff --git a/pyblackbird_cc/static/scss/helpers/_focus-ring.scss b/alphabetlearning/static/scss/helpers/_focus-ring.scss
index 26508a8..26508a8 100644
--- a/pyblackbird_cc/static/scss/helpers/_focus-ring.scss
+++ b/alphabetlearning/static/scss/helpers/_focus-ring.scss
diff --git a/pyblackbird_cc/static/scss/helpers/_icon-link.scss b/alphabetlearning/static/scss/helpers/_icon-link.scss
index 3f8bcb3..3f8bcb3 100644
--- a/pyblackbird_cc/static/scss/helpers/_icon-link.scss
+++ b/alphabetlearning/static/scss/helpers/_icon-link.scss
diff --git a/pyblackbird_cc/static/scss/helpers/_position.scss b/alphabetlearning/static/scss/helpers/_position.scss
index 59103d9..59103d9 100644
--- a/pyblackbird_cc/static/scss/helpers/_position.scss
+++ b/alphabetlearning/static/scss/helpers/_position.scss
diff --git a/pyblackbird_cc/static/scss/helpers/_ratio.scss b/alphabetlearning/static/scss/helpers/_ratio.scss
index b6a7654..b6a7654 100644
--- a/pyblackbird_cc/static/scss/helpers/_ratio.scss
+++ b/alphabetlearning/static/scss/helpers/_ratio.scss
diff --git a/pyblackbird_cc/static/scss/helpers/_stacks.scss b/alphabetlearning/static/scss/helpers/_stacks.scss
index 6cd237a..6cd237a 100644
--- a/pyblackbird_cc/static/scss/helpers/_stacks.scss
+++ b/alphabetlearning/static/scss/helpers/_stacks.scss
diff --git a/alphabetlearning/static/scss/helpers/_stretched-link.scss b/alphabetlearning/static/scss/helpers/_stretched-link.scss
new file mode 100644
index 0000000..71a1c75
--- /dev/null
+++ b/alphabetlearning/static/scss/helpers/_stretched-link.scss
@@ -0,0 +1,15 @@
+//
+// Stretched link
+//
+
+.stretched-link {
+ &::#{$stretched-link-pseudo-element} {
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: $stretched-link-z-index;
+ content: "";
+ }
+}
diff --git a/alphabetlearning/static/scss/helpers/_text-truncation.scss b/alphabetlearning/static/scss/helpers/_text-truncation.scss
new file mode 100644
index 0000000..6421dac
--- /dev/null
+++ b/alphabetlearning/static/scss/helpers/_text-truncation.scss
@@ -0,0 +1,7 @@
+//
+// Text truncation
+//
+
+.text-truncate {
+ @include text-truncate();
+}
diff --git a/alphabetlearning/static/scss/helpers/_visually-hidden.scss b/alphabetlearning/static/scss/helpers/_visually-hidden.scss
new file mode 100644
index 0000000..4760ff0
--- /dev/null
+++ b/alphabetlearning/static/scss/helpers/_visually-hidden.scss
@@ -0,0 +1,8 @@
+//
+// Visually hidden
+//
+
+.visually-hidden,
+.visually-hidden-focusable:not(:focus):not(:focus-within) {
+ @include visually-hidden();
+}
diff --git a/pyblackbird_cc/static/scss/helpers/_vr.scss b/alphabetlearning/static/scss/helpers/_vr.scss
index b6f9d42..b6f9d42 100644
--- a/pyblackbird_cc/static/scss/helpers/_vr.scss
+++ b/alphabetlearning/static/scss/helpers/_vr.scss
diff --git a/pyblackbird_cc/static/scss/mixins/_alert.scss b/alphabetlearning/static/scss/mixins/_alert.scss
index fb524af..fb524af 100644
--- a/pyblackbird_cc/static/scss/mixins/_alert.scss
+++ b/alphabetlearning/static/scss/mixins/_alert.scss
diff --git a/pyblackbird_cc/static/scss/mixins/_backdrop.scss b/alphabetlearning/static/scss/mixins/_backdrop.scss
index 9705ae9..9705ae9 100644
--- a/pyblackbird_cc/static/scss/mixins/_backdrop.scss
+++ b/alphabetlearning/static/scss/mixins/_backdrop.scss
diff --git a/pyblackbird_cc/static/scss/mixins/_banner.scss b/alphabetlearning/static/scss/mixins/_banner.scss
index 20c2fd1..20c2fd1 100644
--- a/pyblackbird_cc/static/scss/mixins/_banner.scss
+++ b/alphabetlearning/static/scss/mixins/_banner.scss
diff --git a/alphabetlearning/static/scss/mixins/_border-radius.scss b/alphabetlearning/static/scss/mixins/_border-radius.scss
new file mode 100644
index 0000000..616decb
--- /dev/null
+++ b/alphabetlearning/static/scss/mixins/_border-radius.scss
@@ -0,0 +1,78 @@
+// stylelint-disable property-disallowed-list
+// Single side border-radius
+
+// Helper function to replace negative values with 0
+@function valid-radius($radius) {
+ $return: ();
+ @each $value in $radius {
+ @if type-of($value) == number {
+ $return: append($return, max($value, 0));
+ } @else {
+ $return: append($return, $value);
+ }
+ }
+ @return $return;
+}
+
+// scss-docs-start border-radius-mixins
+@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {
+ @if $enable-rounded {
+ border-radius: valid-radius($radius);
+ }
+ @else if $fallback-border-radius != false {
+ border-radius: $fallback-border-radius;
+ }
+}
+
+@mixin border-top-radius($radius: $border-radius) {
+ @if $enable-rounded {
+ border-top-left-radius: valid-radius($radius);
+ border-top-right-radius: valid-radius($radius);
+ }
+}
+
+@mixin border-end-radius($radius: $border-radius) {
+ @if $enable-rounded {
+ border-top-right-radius: valid-radius($radius);
+ border-bottom-right-radius: valid-radius($radius);
+ }
+}
+
+@mixin border-bottom-radius($radius: $border-radius) {
+ @if $enable-rounded {
+ border-bottom-right-radius: valid-radius($radius);
+ border-bottom-left-radius: valid-radius($radius);
+ }
+}
+
+@mixin border-start-radius($radius: $border-radius) {
+ @if $enable-rounded {
+ border-top-left-radius: valid-radius($radius);
+ border-bottom-left-radius: valid-radius($radius);
+ }
+}
+
+@mixin border-top-start-radius($radius: $border-radius) {
+ @if $enable-rounded {
+ border-top-left-radius: valid-radius($radius);
+ }
+}
+
+@mixin border-top-end-radius($radius: $border-radius) {
+ @if $enable-rounded {
+ border-top-right-radius: valid-radius($radius);
+ }
+}
+
+@mixin border-bottom-end-radius($radius: $border-radius) {
+ @if $enable-rounded {
+ border-bottom-right-radius: valid-radius($radius);
+ }
+}
+
+@mixin border-bottom-start-radius($radius: $border-radius) {
+ @if $enable-rounded {
+ border-bottom-left-radius: valid-radius($radius);
+ }
+}
+// scss-docs-end border-radius-mixins
diff --git a/alphabetlearning/static/scss/mixins/_box-shadow.scss b/alphabetlearning/static/scss/mixins/_box-shadow.scss
new file mode 100644
index 0000000..4172541
--- /dev/null
+++ b/alphabetlearning/static/scss/mixins/_box-shadow.scss
@@ -0,0 +1,18 @@
+@mixin box-shadow($shadow...) {
+ @if $enable-shadows {
+ $result: ();
+
+ @each $value in $shadow {
+ @if $value != null {
+ $result: append($result, $value, "comma");
+ }
+ @if $value == none and length($shadow) > 1 {
+ @warn "The keyword 'none' must be used as a single argument.";
+ }
+ }
+
+ @if (length($result) > 0) {
+ box-shadow: $result;
+ }
+ }
+}
diff --git a/pyblackbird_cc/static/scss/mixins/_breakpoints.scss b/alphabetlearning/static/scss/mixins/_breakpoints.scss
index 286be89..286be89 100644
--- a/pyblackbird_cc/static/scss/mixins/_breakpoints.scss
+++ b/alphabetlearning/static/scss/mixins/_breakpoints.scss
diff --git a/pyblackbird_cc/static/scss/mixins/_buttons.scss b/alphabetlearning/static/scss/mixins/_buttons.scss
index cf087fd..cf087fd 100644
--- a/pyblackbird_cc/static/scss/mixins/_buttons.scss
+++ b/alphabetlearning/static/scss/mixins/_buttons.scss
diff --git a/pyblackbird_cc/static/scss/mixins/_caret.scss b/alphabetlearning/static/scss/mixins/_caret.scss
index be73116..be73116 100644
--- a/pyblackbird_cc/static/scss/mixins/_caret.scss
+++ b/alphabetlearning/static/scss/mixins/_caret.scss
diff --git a/alphabetlearning/static/scss/mixins/_clearfix.scss b/alphabetlearning/static/scss/mixins/_clearfix.scss
new file mode 100644
index 0000000..ffc62bb
--- /dev/null
+++ b/alphabetlearning/static/scss/mixins/_clearfix.scss
@@ -0,0 +1,9 @@
+// scss-docs-start clearfix
+@mixin clearfix() {
+ &::after {
+ display: block;
+ clear: both;
+ content: "";
+ }
+}
+// scss-docs-end clearfix
diff --git a/pyblackbird_cc/static/scss/mixins/_color-mode.scss b/alphabetlearning/static/scss/mixins/_color-mode.scss
index 03338b0..03338b0 100644
--- a/pyblackbird_cc/static/scss/mixins/_color-mode.scss
+++ b/alphabetlearning/static/scss/mixins/_color-mode.scss
diff --git a/alphabetlearning/static/scss/mixins/_color-scheme.scss b/alphabetlearning/static/scss/mixins/_color-scheme.scss
new file mode 100644
index 0000000..90497aa
--- /dev/null
+++ b/alphabetlearning/static/scss/mixins/_color-scheme.scss
@@ -0,0 +1,7 @@
+// scss-docs-start mixin-color-scheme
+@mixin color-scheme($name) {
+ @media (prefers-color-scheme: #{$name}) {
+ @content;
+ }
+}
+// scss-docs-end mixin-color-scheme
diff --git a/pyblackbird_cc/static/scss/mixins/_container.scss b/alphabetlearning/static/scss/mixins/_container.scss
index b9f3351..b9f3351 100644
--- a/pyblackbird_cc/static/scss/mixins/_container.scss
+++ b/alphabetlearning/static/scss/mixins/_container.scss
diff --git a/alphabetlearning/static/scss/mixins/_deprecate.scss b/alphabetlearning/static/scss/mixins/_deprecate.scss
new file mode 100644
index 0000000..df070bc
--- /dev/null
+++ b/alphabetlearning/static/scss/mixins/_deprecate.scss
@@ -0,0 +1,10 @@
+// Deprecate mixin
+//
+// This mixin can be used to deprecate mixins or functions.
+// `$enable-deprecation-messages` is a global variable, `$ignore-warning` is a variable that can be passed to
+// some deprecated mixins to suppress the warning (for example if the mixin is still be used in the current version of Bootstrap)
+@mixin deprecate($name, $deprecate-version, $remove-version, $ignore-warning: false) {
+ @if ($enable-deprecation-messages != false and $ignore-warning != true) {
+ @warn "#{$name} has been deprecated as of #{$deprecate-version}. It will be removed entirely in #{$remove-version}.";
+ }
+}
diff --git a/pyblackbird_cc/static/scss/mixins/_forms.scss b/alphabetlearning/static/scss/mixins/_forms.scss
index 00b4764..00b4764 100644
--- a/pyblackbird_cc/static/scss/mixins/_forms.scss
+++ b/alphabetlearning/static/scss/mixins/_forms.scss
diff --git a/pyblackbird_cc/static/scss/mixins/_gradients.scss b/alphabetlearning/static/scss/mixins/_gradients.scss
index 608e18d..608e18d 100644
--- a/pyblackbird_cc/static/scss/mixins/_gradients.scss
+++ b/alphabetlearning/static/scss/mixins/_gradients.scss
diff --git a/pyblackbird_cc/static/scss/mixins/_grid.scss b/alphabetlearning/static/scss/mixins/_grid.scss
index ea30739..ea30739 100644
--- a/pyblackbird_cc/static/scss/mixins/_grid.scss
+++ b/alphabetlearning/static/scss/mixins/_grid.scss
diff --git a/alphabetlearning/static/scss/mixins/_image.scss b/alphabetlearning/static/scss/mixins/_image.scss
new file mode 100644
index 0000000..e1df779
--- /dev/null
+++ b/alphabetlearning/static/scss/mixins/_image.scss
@@ -0,0 +1,16 @@
+// Image Mixins
+// - Responsive image
+// - Retina image
+
+
+// Responsive image
+//
+// Keep images from scaling beyond the width of their parents.
+
+@mixin img-fluid {
+ // Part 1: Set a maximum relative to the parent
+ max-width: 100%;
+ // Part 2: Override the height to auto, otherwise images will be stretched
+ // when setting a width and height attribute on the img element.
+ height: auto;
+}
diff --git a/pyblackbird_cc/static/scss/mixins/_list-group.scss b/alphabetlearning/static/scss/mixins/_list-group.scss
index 6274f34..6274f34 100644
--- a/pyblackbird_cc/static/scss/mixins/_list-group.scss
+++ b/alphabetlearning/static/scss/mixins/_list-group.scss
diff --git a/alphabetlearning/static/scss/mixins/_lists.scss b/alphabetlearning/static/scss/mixins/_lists.scss
new file mode 100644
index 0000000..2518562
--- /dev/null
+++ b/alphabetlearning/static/scss/mixins/_lists.scss
@@ -0,0 +1,7 @@
+// Lists
+
+// Unstyled keeps list items block level, just removes default browser padding and list-style
+@mixin list-unstyled {
+ padding-left: 0;
+ list-style: none;
+}
diff --git a/pyblackbird_cc/static/scss/mixins/_pagination.scss b/alphabetlearning/static/scss/mixins/_pagination.scss
index 0d65796..0d65796 100644
--- a/pyblackbird_cc/static/scss/mixins/_pagination.scss
+++ b/alphabetlearning/static/scss/mixins/_pagination.scss
diff --git a/pyblackbird_cc/static/scss/mixins/_reset-text.scss b/alphabetlearning/static/scss/mixins/_reset-text.scss
index f5bd1af..f5bd1af 100644
--- a/pyblackbird_cc/static/scss/mixins/_reset-text.scss
+++ b/alphabetlearning/static/scss/mixins/_reset-text.scss
diff --git a/alphabetlearning/static/scss/mixins/_resize.scss b/alphabetlearning/static/scss/mixins/_resize.scss
new file mode 100644
index 0000000..66f233a
--- /dev/null
+++ b/alphabetlearning/static/scss/mixins/_resize.scss
@@ -0,0 +1,6 @@
+// Resize anything
+
+@mixin resizable($direction) {
+ overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
+ resize: $direction; // Options: horizontal, vertical, both
+}
diff --git a/pyblackbird_cc/static/scss/mixins/_table-variants.scss b/alphabetlearning/static/scss/mixins/_table-variants.scss
index 5fe1b9b..5fe1b9b 100644
--- a/pyblackbird_cc/static/scss/mixins/_table-variants.scss
+++ b/alphabetlearning/static/scss/mixins/_table-variants.scss
diff --git a/alphabetlearning/static/scss/mixins/_text-truncate.scss b/alphabetlearning/static/scss/mixins/_text-truncate.scss
new file mode 100644
index 0000000..3504bb1
--- /dev/null
+++ b/alphabetlearning/static/scss/mixins/_text-truncate.scss
@@ -0,0 +1,8 @@
+// Text truncate
+// Requires inline-block or block for proper styling
+
+@mixin text-truncate() {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
diff --git a/alphabetlearning/static/scss/mixins/_transition.scss b/alphabetlearning/static/scss/mixins/_transition.scss
new file mode 100644
index 0000000..d437f6d
--- /dev/null
+++ b/alphabetlearning/static/scss/mixins/_transition.scss
@@ -0,0 +1,26 @@
+// stylelint-disable property-disallowed-list
+@mixin transition($transition...) {
+ @if length($transition) == 0 {
+ $transition: $transition-base;
+ }
+
+ @if length($transition) > 1 {
+ @each $value in $transition {
+ @if $value == null or $value == none {
+ @warn "The keyword 'none' or 'null' must be used as a single argument.";
+ }
+ }
+ }
+
+ @if $enable-transitions {
+ @if nth($transition, 1) != null {
+ transition: $transition;
+ }
+
+ @if $enable-reduced-motion and nth($transition, 1) != null and nth($transition, 1) != none {
+ @media (prefers-reduced-motion: reduce) {
+ transition: none;
+ }
+ }
+ }
+}
diff --git a/pyblackbird_cc/static/scss/mixins/_utilities.scss b/alphabetlearning/static/scss/mixins/_utilities.scss
index 4795e89..4795e89 100644
--- a/pyblackbird_cc/static/scss/mixins/_utilities.scss
+++ b/alphabetlearning/static/scss/mixins/_utilities.scss
diff --git a/pyblackbird_cc/static/scss/mixins/_visually-hidden.scss b/alphabetlearning/static/scss/mixins/_visually-hidden.scss
index 082aeec..082aeec 100644
--- a/pyblackbird_cc/static/scss/mixins/_visually-hidden.scss
+++ b/alphabetlearning/static/scss/mixins/_visually-hidden.scss
diff --git a/pyblackbird_cc/static/scss/tests/jasmine.js b/alphabetlearning/static/scss/tests/jasmine.js
index 25d838c..25d838c 100644
--- a/pyblackbird_cc/static/scss/tests/jasmine.js
+++ b/alphabetlearning/static/scss/tests/jasmine.js
diff --git a/pyblackbird_cc/static/scss/tests/mixins/_auto-import-of-variables-dark.test.scss b/alphabetlearning/static/scss/tests/mixins/_auto-import-of-variables-dark.test.scss
index f08ae58..f08ae58 100644
--- a/pyblackbird_cc/static/scss/tests/mixins/_auto-import-of-variables-dark.test.scss
+++ b/alphabetlearning/static/scss/tests/mixins/_auto-import-of-variables-dark.test.scss
diff --git a/pyblackbird_cc/static/scss/tests/mixins/_color-modes.test.scss b/alphabetlearning/static/scss/tests/mixins/_color-modes.test.scss
index 9ecc628..9ecc628 100644
--- a/pyblackbird_cc/static/scss/tests/mixins/_color-modes.test.scss
+++ b/alphabetlearning/static/scss/tests/mixins/_color-modes.test.scss
diff --git a/pyblackbird_cc/static/scss/tests/mixins/_media-query-color-mode-full.test.scss b/alphabetlearning/static/scss/tests/mixins/_media-query-color-mode-full.test.scss
index 00ed82d..00ed82d 100644
--- a/pyblackbird_cc/static/scss/tests/mixins/_media-query-color-mode-full.test.scss
+++ b/alphabetlearning/static/scss/tests/mixins/_media-query-color-mode-full.test.scss
diff --git a/pyblackbird_cc/static/scss/tests/mixins/_utilities.test.scss b/alphabetlearning/static/scss/tests/mixins/_utilities.test.scss
index 8140ac4..8140ac4 100644
--- a/pyblackbird_cc/static/scss/tests/mixins/_utilities.test.scss
+++ b/alphabetlearning/static/scss/tests/mixins/_utilities.test.scss
diff --git a/pyblackbird_cc/static/scss/tests/sass-true/register.js b/alphabetlearning/static/scss/tests/sass-true/register.js
index d93e414..d93e414 100644
--- a/pyblackbird_cc/static/scss/tests/sass-true/register.js
+++ b/alphabetlearning/static/scss/tests/sass-true/register.js
diff --git a/pyblackbird_cc/static/scss/tests/sass-true/runner.js b/alphabetlearning/static/scss/tests/sass-true/runner.js
index bef870a..bef870a 100644
--- a/pyblackbird_cc/static/scss/tests/sass-true/runner.js
+++ b/alphabetlearning/static/scss/tests/sass-true/runner.js
diff --git a/pyblackbird_cc/static/scss/tests/utilities/_api.test.scss b/alphabetlearning/static/scss/tests/utilities/_api.test.scss
index 304d8d1..304d8d1 100644
--- a/pyblackbird_cc/static/scss/tests/utilities/_api.test.scss
+++ b/alphabetlearning/static/scss/tests/utilities/_api.test.scss
diff --git a/alphabetlearning/static/scss/utilities/_api.scss b/alphabetlearning/static/scss/utilities/_api.scss
new file mode 100644
index 0000000..62e1d39
--- /dev/null
+++ b/alphabetlearning/static/scss/utilities/_api.scss
@@ -0,0 +1,47 @@
+// Loop over each breakpoint
+@each $breakpoint in map-keys($grid-breakpoints) {
+
+ // Generate media query if needed
+ @include media-breakpoint-up($breakpoint) {
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
+
+ // Loop over each utility property
+ @each $key, $utility in $utilities {
+ // The utility can be disabled with `false`, thus check if the utility is a map first
+ // Only proceed if responsive media queries are enabled or if it's the base media query
+ @if type-of($utility) == "map" and (map-get($utility, responsive) or $infix == "") {
+ @include generate-utility($utility, $infix);
+ }
+ }
+ }
+}
+
+// RFS rescaling
+@media (min-width: $rfs-mq-value) {
+ @each $breakpoint in map-keys($grid-breakpoints) {
+ $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
+
+ @if (map-get($grid-breakpoints, $breakpoint) < $rfs-breakpoint) {
+ // Loop over each utility property
+ @each $key, $utility in $utilities {
+ // The utility can be disabled with `false`, thus check if the utility is a map first
+ // Only proceed if responsive media queries are enabled or if it's the base media query
+ @if type-of($utility) == "map" and map-get($utility, rfs) and (map-get($utility, responsive) or $infix == "") {
+ @include generate-utility($utility, $infix, true);
+ }
+ }
+ }
+ }
+}
+
+
+// Print utilities
+@media print {
+ @each $key, $utility in $utilities {
+ // The utility can be disabled with `false`, thus check if the utility is a map first
+ // Then check if the utility needs print styles
+ @if type-of($utility) == "map" and map-get($utility, print) == true {
+ @include generate-utility($utility, "-print");
+ }
+ }
+}
diff --git a/pyblackbird_cc/static/scss/vendor/_rfs.scss b/alphabetlearning/static/scss/vendor/_rfs.scss
index aa1f82b..aa1f82b 100644
--- a/pyblackbird_cc/static/scss/vendor/_rfs.scss
+++ b/alphabetlearning/static/scss/vendor/_rfs.scss
diff --git a/pyblackbird_cc/templates/403.html b/alphabetlearning/templates/403.html
index 40954bb..40954bb 100644
--- a/pyblackbird_cc/templates/403.html
+++ b/alphabetlearning/templates/403.html
diff --git a/pyblackbird_cc/templates/403_csrf.html b/alphabetlearning/templates/403_csrf.html
index 40954bb..40954bb 100644
--- a/pyblackbird_cc/templates/403_csrf.html
+++ b/alphabetlearning/templates/403_csrf.html
diff --git a/pyblackbird_cc/templates/404.html b/alphabetlearning/templates/404.html
index 2399b79..2399b79 100644
--- a/pyblackbird_cc/templates/404.html
+++ b/alphabetlearning/templates/404.html
diff --git a/pyblackbird_cc/templates/500.html b/alphabetlearning/templates/500.html
index c4e2fa3..c4e2fa3 100644
--- a/pyblackbird_cc/templates/500.html
+++ b/alphabetlearning/templates/500.html
diff --git a/pyblackbird_cc/templates/account/base_manage_password.html b/alphabetlearning/templates/account/base_manage_password.html
index 20c44f7..20c44f7 100644
--- a/pyblackbird_cc/templates/account/base_manage_password.html
+++ b/alphabetlearning/templates/account/base_manage_password.html
diff --git a/pyblackbird_cc/templates/account/signup.html b/alphabetlearning/templates/account/signup.html
index 9dd81fd..9dd81fd 100644
--- a/pyblackbird_cc/templates/account/signup.html
+++ b/alphabetlearning/templates/account/signup.html
diff --git a/pyblackbird_cc/templates/allauth/elements/alert.html b/alphabetlearning/templates/allauth/elements/alert.html
index 535d394..535d394 100644
--- a/pyblackbird_cc/templates/allauth/elements/alert.html
+++ b/alphabetlearning/templates/allauth/elements/alert.html
diff --git a/pyblackbird_cc/templates/allauth/elements/badge.html b/alphabetlearning/templates/allauth/elements/badge.html
index e86669b..e86669b 100644
--- a/pyblackbird_cc/templates/allauth/elements/badge.html
+++ b/alphabetlearning/templates/allauth/elements/badge.html
diff --git a/pyblackbird_cc/templates/allauth/elements/button.html b/alphabetlearning/templates/allauth/elements/button.html
index b88a209..b88a209 100644
--- a/pyblackbird_cc/templates/allauth/elements/button.html
+++ b/alphabetlearning/templates/allauth/elements/button.html
diff --git a/pyblackbird_cc/templates/allauth/elements/field.html b/alphabetlearning/templates/allauth/elements/field.html
index dc5f303..dc5f303 100644
--- a/pyblackbird_cc/templates/allauth/elements/field.html
+++ b/alphabetlearning/templates/allauth/elements/field.html
diff --git a/pyblackbird_cc/templates/allauth/elements/fields.html b/alphabetlearning/templates/allauth/elements/fields.html
index ae8e104..ae8e104 100644
--- a/pyblackbird_cc/templates/allauth/elements/fields.html
+++ b/alphabetlearning/templates/allauth/elements/fields.html
diff --git a/pyblackbird_cc/templates/allauth/elements/h1.html b/alphabetlearning/templates/allauth/elements/h1.html
index 40ebed8..40ebed8 100644
--- a/pyblackbird_cc/templates/allauth/elements/h1.html
+++ b/alphabetlearning/templates/allauth/elements/h1.html
diff --git a/pyblackbird_cc/templates/allauth/elements/h2.html b/alphabetlearning/templates/allauth/elements/h2.html
index e2b412a..e2b412a 100644
--- a/pyblackbird_cc/templates/allauth/elements/h2.html
+++ b/alphabetlearning/templates/allauth/elements/h2.html
diff --git a/pyblackbird_cc/templates/allauth/elements/panel.html b/alphabetlearning/templates/allauth/elements/panel.html
index 43a7a54..43a7a54 100644
--- a/pyblackbird_cc/templates/allauth/elements/panel.html
+++ b/alphabetlearning/templates/allauth/elements/panel.html
diff --git a/pyblackbird_cc/templates/allauth/elements/table.html b/alphabetlearning/templates/allauth/elements/table.html
index 13cc5da..13cc5da 100644
--- a/pyblackbird_cc/templates/allauth/elements/table.html
+++ b/alphabetlearning/templates/allauth/elements/table.html
diff --git a/pyblackbird_cc/templates/allauth/layouts/entrance.html b/alphabetlearning/templates/allauth/layouts/entrance.html
index fedeb31..fedeb31 100644
--- a/pyblackbird_cc/templates/allauth/layouts/entrance.html
+++ b/alphabetlearning/templates/allauth/layouts/entrance.html
diff --git a/pyblackbird_cc/templates/allauth/layouts/manage.html b/alphabetlearning/templates/allauth/layouts/manage.html
index 75b4959..75b4959 100644
--- a/pyblackbird_cc/templates/allauth/layouts/manage.html
+++ b/alphabetlearning/templates/allauth/layouts/manage.html
diff --git a/pyblackbird_cc/templates/base.html b/alphabetlearning/templates/base.html
index ded8675..ded8675 100644
--- a/pyblackbird_cc/templates/base.html
+++ b/alphabetlearning/templates/base.html
diff --git a/pyblackbird_cc/templates/pages/about.html b/alphabetlearning/templates/pages/about.html
index 94d9808..94d9808 100644
--- a/pyblackbird_cc/templates/pages/about.html
+++ b/alphabetlearning/templates/pages/about.html
diff --git a/pyblackbird_cc/templates/pages/home.html b/alphabetlearning/templates/pages/home.html
index aa206f3..aa206f3 100644
--- a/pyblackbird_cc/templates/pages/home.html
+++ b/alphabetlearning/templates/pages/home.html
diff --git a/pyblackbird_cc/templates/payments/cancel.html b/alphabetlearning/templates/payments/cancel.html
index efe0fd3..efe0fd3 100644
--- a/pyblackbird_cc/templates/payments/cancel.html
+++ b/alphabetlearning/templates/payments/cancel.html
diff --git a/pyblackbird_cc/templates/payments/cart_detail.html b/alphabetlearning/templates/payments/cart_detail.html
index 8c6c01b..8c6c01b 100644
--- a/pyblackbird_cc/templates/payments/cart_detail.html
+++ b/alphabetlearning/templates/payments/cart_detail.html
diff --git a/pyblackbird_cc/templates/payments/cart_lineitem.html b/alphabetlearning/templates/payments/cart_lineitem.html
index 0ef8a97..0ef8a97 100644
--- a/pyblackbird_cc/templates/payments/cart_lineitem.html
+++ b/alphabetlearning/templates/payments/cart_lineitem.html
diff --git a/pyblackbird_cc/templates/payments/cart_sidepanel.html b/alphabetlearning/templates/payments/cart_sidepanel.html
index 7742c9a..7742c9a 100644
--- a/pyblackbird_cc/templates/payments/cart_sidepanel.html
+++ b/alphabetlearning/templates/payments/cart_sidepanel.html
diff --git a/pyblackbird_cc/templates/payments/landingpage.html b/alphabetlearning/templates/payments/landingpage.html
index 9897301..9897301 100644
--- a/pyblackbird_cc/templates/payments/landingpage.html
+++ b/alphabetlearning/templates/payments/landingpage.html
diff --git a/pyblackbird_cc/templates/payments/success.html b/alphabetlearning/templates/payments/success.html
index c1fb089..c1fb089 100644
--- a/pyblackbird_cc/templates/payments/success.html
+++ b/alphabetlearning/templates/payments/success.html
diff --git a/pyblackbird_cc/templates/resources/admin_bar.html b/alphabetlearning/templates/resources/admin_bar.html
index ddb8e00..ddb8e00 100644
--- a/pyblackbird_cc/templates/resources/admin_bar.html
+++ b/alphabetlearning/templates/resources/admin_bar.html
diff --git a/pyblackbird_cc/templates/resources/create_featured_resource.html b/alphabetlearning/templates/resources/create_featured_resource.html
index 19022fc..19022fc 100644
--- a/pyblackbird_cc/templates/resources/create_featured_resource.html
+++ b/alphabetlearning/templates/resources/create_featured_resource.html
diff --git a/pyblackbird_cc/templates/resources/hx_download_button.html b/alphabetlearning/templates/resources/hx_download_button.html
index 1c956a5..1c956a5 100644
--- a/pyblackbird_cc/templates/resources/hx_download_button.html
+++ b/alphabetlearning/templates/resources/hx_download_button.html
diff --git a/pyblackbird_cc/templates/resources/resource_card_featured.html b/alphabetlearning/templates/resources/resource_card_featured.html
index 8a92729..8a92729 100644
--- a/pyblackbird_cc/templates/resources/resource_card_featured.html
+++ b/alphabetlearning/templates/resources/resource_card_featured.html
diff --git a/pyblackbird_cc/templates/resources/resource_card_standard.html b/alphabetlearning/templates/resources/resource_card_standard.html
index f8a557b..f8a557b 100644
--- a/pyblackbird_cc/templates/resources/resource_card_standard.html
+++ b/alphabetlearning/templates/resources/resource_card_standard.html
diff --git a/pyblackbird_cc/templates/resources/resource_create.html b/alphabetlearning/templates/resources/resource_create.html
index d428e46..d428e46 100644
--- a/pyblackbird_cc/templates/resources/resource_create.html
+++ b/alphabetlearning/templates/resources/resource_create.html
diff --git a/pyblackbird_cc/templates/resources/resource_detail.html b/alphabetlearning/templates/resources/resource_detail.html
index 6c6ceda..6c6ceda 100644
--- a/pyblackbird_cc/templates/resources/resource_detail.html
+++ b/alphabetlearning/templates/resources/resource_detail.html
diff --git a/pyblackbird_cc/templates/resources/resource_list.html b/alphabetlearning/templates/resources/resource_list.html
index fdd0394..fdd0394 100644
--- a/pyblackbird_cc/templates/resources/resource_list.html
+++ b/alphabetlearning/templates/resources/resource_list.html
diff --git a/pyblackbird_cc/templates/resources/resource_metadata_update.html b/alphabetlearning/templates/resources/resource_metadata_update.html
index 2c6daa1..2c6daa1 100644
--- a/pyblackbird_cc/templates/resources/resource_metadata_update.html
+++ b/alphabetlearning/templates/resources/resource_metadata_update.html
diff --git a/pyblackbird_cc/templates/resources/update_pdfs.html b/alphabetlearning/templates/resources/update_pdfs.html
index b490b4f..b490b4f 100644
--- a/pyblackbird_cc/templates/resources/update_pdfs.html
+++ b/alphabetlearning/templates/resources/update_pdfs.html
diff --git a/pyblackbird_cc/templates/resources/update_thumbnails.html b/alphabetlearning/templates/resources/update_thumbnails.html
index e473a00..e473a00 100644
--- a/pyblackbird_cc/templates/resources/update_thumbnails.html
+++ b/alphabetlearning/templates/resources/update_thumbnails.html
diff --git a/pyblackbird_cc/templates/users/user_detail.html b/alphabetlearning/templates/users/user_detail.html
index 7d52259..7d52259 100644
--- a/pyblackbird_cc/templates/users/user_detail.html
+++ b/alphabetlearning/templates/users/user_detail.html
diff --git a/pyblackbird_cc/templates/users/user_form.html b/alphabetlearning/templates/users/user_form.html
index a53b304..a53b304 100644
--- a/pyblackbird_cc/templates/users/user_form.html
+++ b/alphabetlearning/templates/users/user_form.html
diff --git a/pyblackbird_cc/users/__init__.py b/alphabetlearning/users/__init__.py
index e69de29..e69de29 100644
--- a/pyblackbird_cc/users/__init__.py
+++ b/alphabetlearning/users/__init__.py
diff --git a/pyblackbird_cc/users/adapters.py b/alphabetlearning/users/adapters.py
index b13f3ca..29396c4 100644
--- a/pyblackbird_cc/users/adapters.py
+++ b/alphabetlearning/users/adapters.py
@@ -10,7 +10,7 @@ if typing.TYPE_CHECKING:
from allauth.socialaccount.models import SocialLogin
from django.http import HttpRequest
- from pyblackbird_cc.users.models import User
+ from alphabetlearning.users.models import User
class AccountAdapter(DefaultAccountAdapter):
diff --git a/pyblackbird_cc/users/admin.py b/alphabetlearning/users/admin.py
index 04da035..04da035 100644
--- a/pyblackbird_cc/users/admin.py
+++ b/alphabetlearning/users/admin.py
diff --git a/pyblackbird_cc/users/apps.py b/alphabetlearning/users/apps.py
index beec953..a4e4679 100644
--- a/pyblackbird_cc/users/apps.py
+++ b/alphabetlearning/users/apps.py
@@ -5,9 +5,9 @@ from django.utils.translation import gettext_lazy as _
class UsersConfig(AppConfig):
- name = "pyblackbird_cc.users"
+ name = "alphabetlearning.users"
verbose_name = _("Users")
def ready(self):
with contextlib.suppress(ImportError):
- import pyblackbird_cc.users.signals # noqa: F401
+ import alphabetlearning.users.signals # noqa: F401
diff --git a/pyblackbird_cc/users/context_processors.py b/alphabetlearning/users/context_processors.py
index e2633ae..e2633ae 100644
--- a/pyblackbird_cc/users/context_processors.py
+++ b/alphabetlearning/users/context_processors.py
diff --git a/pyblackbird_cc/users/forms.py b/alphabetlearning/users/forms.py
index fe8a886..fe8a886 100644
--- a/pyblackbird_cc/users/forms.py
+++ b/alphabetlearning/users/forms.py
diff --git a/pyblackbird_cc/users/managers.py b/alphabetlearning/users/managers.py
index d8beaa4..d8beaa4 100644
--- a/pyblackbird_cc/users/managers.py
+++ b/alphabetlearning/users/managers.py
diff --git a/pyblackbird_cc/users/migrations/0001_initial.py b/alphabetlearning/users/migrations/0001_initial.py
index 6f2c3fb..20b1233 100644
--- a/pyblackbird_cc/users/migrations/0001_initial.py
+++ b/alphabetlearning/users/migrations/0001_initial.py
@@ -4,11 +4,10 @@ import django.utils.timezone
from django.db import migrations
from django.db import models
-import pyblackbird_cc.users.models
+import alphabetlearning.users.models
class Migration(migrations.Migration):
-
initial = True
dependencies = [
@@ -32,7 +31,9 @@ class Migration(migrations.Migration):
(
"last_login",
models.DateTimeField(
- blank=True, null=True, verbose_name="last login",
+ blank=True,
+ null=True,
+ verbose_name="last login",
),
),
(
@@ -46,7 +47,9 @@ class Migration(migrations.Migration):
(
"email",
models.EmailField(
- unique=True, max_length=254, verbose_name="email address",
+ unique=True,
+ max_length=254,
+ verbose_name="email address",
),
),
(
@@ -68,13 +71,16 @@ class Migration(migrations.Migration):
(
"date_joined",
models.DateTimeField(
- default=django.utils.timezone.now, verbose_name="date joined",
+ default=django.utils.timezone.now,
+ verbose_name="date joined",
),
),
(
"name",
models.CharField(
- blank=True, max_length=255, verbose_name="Name of User",
+ blank=True,
+ max_length=255,
+ verbose_name="Name of User",
),
),
(
@@ -106,7 +112,7 @@ class Migration(migrations.Migration):
"abstract": False,
},
managers=[
- ("objects", pyblackbird_cc.users.models.UserManager()),
+ ("objects", alphabetlearning.users.models.UserManager()),
],
),
]
diff --git a/pyblackbird_cc/users/migrations/__init__.py b/alphabetlearning/users/migrations/__init__.py
index e69de29..e69de29 100644
--- a/pyblackbird_cc/users/migrations/__init__.py
+++ b/alphabetlearning/users/migrations/__init__.py
diff --git a/pyblackbird_cc/users/models.py b/alphabetlearning/users/models.py
index f536bc7..f536bc7 100644
--- a/pyblackbird_cc/users/models.py
+++ b/alphabetlearning/users/models.py
diff --git a/pyblackbird_cc/users/tasks.py b/alphabetlearning/users/tasks.py
index ca51cd7..ca51cd7 100644
--- a/pyblackbird_cc/users/tasks.py
+++ b/alphabetlearning/users/tasks.py
diff --git a/pyblackbird_cc/users/tests/__init__.py b/alphabetlearning/users/tests/__init__.py
index e69de29..e69de29 100644
--- a/pyblackbird_cc/users/tests/__init__.py
+++ b/alphabetlearning/users/tests/__init__.py
diff --git a/pyblackbird_cc/users/tests/factories.py b/alphabetlearning/users/tests/factories.py
index 5c83741..c0e94a3 100644
--- a/pyblackbird_cc/users/tests/factories.py
+++ b/alphabetlearning/users/tests/factories.py
@@ -5,7 +5,7 @@ from factory import Faker
from factory import post_generation
from factory.django import DjangoModelFactory
-from pyblackbird_cc.users.models import User
+from alphabetlearning.users.models import User
class UserFactory(DjangoModelFactory):
diff --git a/pyblackbird_cc/users/tests/test_admin.py b/alphabetlearning/users/tests/test_admin.py
index 5132d21..bd7296f 100644
--- a/pyblackbird_cc/users/tests/test_admin.py
+++ b/alphabetlearning/users/tests/test_admin.py
@@ -8,7 +8,7 @@ from django.contrib.auth.models import AnonymousUser
from django.urls import reverse
from pytest_django.asserts import assertRedirects
-from pyblackbird_cc.users.models import User
+from alphabetlearning.users.models import User
class TestUserAdmin:
@@ -48,7 +48,7 @@ class TestUserAdmin:
def _force_allauth(self, settings):
settings.DJANGO_ADMIN_FORCE_ALLAUTH = True
# Reload the admin module to apply the setting change
- import pyblackbird_cc.users.admin as users_admin
+ import alphabetlearning.users.admin as users_admin
with contextlib.suppress(admin.sites.AlreadyRegistered):
reload(users_admin)
diff --git a/pyblackbird_cc/users/tests/test_forms.py b/alphabetlearning/users/tests/test_forms.py
index 0e4e17a..9ab1f7e 100644
--- a/pyblackbird_cc/users/tests/test_forms.py
+++ b/alphabetlearning/users/tests/test_forms.py
@@ -2,8 +2,8 @@
from django.utils.translation import gettext_lazy as _
-from pyblackbird_cc.users.forms import UserAdminCreationForm
-from pyblackbird_cc.users.models import User
+from alphabetlearning.users.forms import UserAdminCreationForm
+from alphabetlearning.users.models import User
class TestUserAdminCreationForm:
diff --git a/pyblackbird_cc/users/tests/test_managers.py b/alphabetlearning/users/tests/test_managers.py
index 66cad8d..1e5a5e3 100644
--- a/pyblackbird_cc/users/tests/test_managers.py
+++ b/alphabetlearning/users/tests/test_managers.py
@@ -3,7 +3,7 @@ from io import StringIO
import pytest
from django.core.management import call_command
-from pyblackbird_cc.users.models import User
+from alphabetlearning.users.models import User
@pytest.mark.django_db()
diff --git a/pyblackbird_cc/users/tests/test_models.py b/alphabetlearning/users/tests/test_models.py
index 33802cd..502536f 100644
--- a/pyblackbird_cc/users/tests/test_models.py
+++ b/alphabetlearning/users/tests/test_models.py
@@ -1,4 +1,4 @@
-from pyblackbird_cc.users.models import User
+from alphabetlearning.users.models import User
def test_user_get_absolute_url(user: User):
diff --git a/pyblackbird_cc/users/tests/test_tasks.py b/alphabetlearning/users/tests/test_tasks.py
index 6282bfb..92f0e8a 100644
--- a/pyblackbird_cc/users/tests/test_tasks.py
+++ b/alphabetlearning/users/tests/test_tasks.py
@@ -1,8 +1,8 @@
import pytest
from celery.result import EagerResult
-from pyblackbird_cc.users.tasks import get_users_count
-from pyblackbird_cc.users.tests.factories import UserFactory
+from alphabetlearning.users.tasks import get_users_count
+from alphabetlearning.users.tests.factories import UserFactory
pytestmark = pytest.mark.django_db
diff --git a/pyblackbird_cc/users/tests/test_urls.py b/alphabetlearning/users/tests/test_urls.py
index e5bdc25..e70dc03 100644
--- a/pyblackbird_cc/users/tests/test_urls.py
+++ b/alphabetlearning/users/tests/test_urls.py
@@ -1,7 +1,7 @@
from django.urls import resolve
from django.urls import reverse
-from pyblackbird_cc.users.models import User
+from alphabetlearning.users.models import User
def test_detail(user: User):
diff --git a/pyblackbird_cc/users/tests/test_views.py b/alphabetlearning/users/tests/test_views.py
index 5ca13fc..27e6064 100644
--- a/pyblackbird_cc/users/tests/test_views.py
+++ b/alphabetlearning/users/tests/test_views.py
@@ -12,12 +12,12 @@ from django.test import RequestFactory
from django.urls import reverse
from django.utils.translation import gettext_lazy as _
-from pyblackbird_cc.users.forms import UserAdminChangeForm
-from pyblackbird_cc.users.models import User
-from pyblackbird_cc.users.tests.factories import UserFactory
-from pyblackbird_cc.users.views import UserRedirectView
-from pyblackbird_cc.users.views import UserUpdateView
-from pyblackbird_cc.users.views import user_detail_view
+from alphabetlearning.users.forms import UserAdminChangeForm
+from alphabetlearning.users.models import User
+from alphabetlearning.users.tests.factories import UserFactory
+from alphabetlearning.users.views import UserRedirectView
+from alphabetlearning.users.views import UserUpdateView
+from alphabetlearning.users.views import user_detail_view
pytestmark = pytest.mark.django_db
diff --git a/pyblackbird_cc/users/urls.py b/alphabetlearning/users/urls.py
index 56c246c..56c246c 100644
--- a/pyblackbird_cc/users/urls.py
+++ b/alphabetlearning/users/urls.py
diff --git a/pyblackbird_cc/users/views.py b/alphabetlearning/users/views.py
index 26876a1..215daa3 100644
--- a/pyblackbird_cc/users/views.py
+++ b/alphabetlearning/users/views.py
@@ -6,7 +6,7 @@ from django.views.generic import DetailView
from django.views.generic import RedirectView
from django.views.generic import UpdateView
-from pyblackbird_cc.users.models import User
+from alphabetlearning.users.models import User
class UserDetailView(LoginRequiredMixin, DetailView):
diff --git a/config/celery_app.py b/config/celery_app.py
index b4ab45c..7af2082 100644
--- a/config/celery_app.py
+++ b/config/celery_app.py
@@ -5,7 +5,7 @@ from celery import Celery
# set the default Django settings module for the 'celery' program.
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings.local")
-app = Celery("pyblackbird_cc")
+app = Celery("alphabetlearning")
# Using a string here means the worker doesn't have to serialize
# the configuration object to child processes.
diff --git a/config/settings/base.py b/config/settings/base.py
index 0324974..82d11ac 100644
--- a/config/settings/base.py
+++ b/config/settings/base.py
@@ -6,8 +6,7 @@ from pathlib import Path
import environ
BASE_DIR = Path(__file__).resolve(strict=True).parent.parent.parent
-# pyblackbird_cc/
-APPS_DIR = BASE_DIR / "pyblackbird_cc"
+APPS_DIR = BASE_DIR / "alphabetlearning"
env = environ.Env()
READ_DOT_ENV_FILE = env.bool("DJANGO_READ_DOT_ENV_FILE", default=False)
@@ -85,9 +84,9 @@ STRIPE_PUBLIC_KEY = env("STRIPE_PUBLIC_KEY")
STRIPE_LIVE_MODE = False
LOCAL_APPS = [
- "pyblackbird_cc.users",
- "pyblackbird_cc.resources",
- "pyblackbird_cc.payments",
+ "alphabetlearning.users",
+ "alphabetlearning.resources",
+ "alphabetlearning.payments",
# Your stuff: custom apps go here
]
# https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
@@ -96,7 +95,7 @@ INSTALLED_APPS = DJANGO_APPS + THIRD_PARTY_APPS + LOCAL_APPS
# MIGRATIONS
# ------------------------------------------------------------------------------
# https://docs.djangoproject.com/en/dev/ref/settings/#migration-modules
-MIGRATION_MODULES = {"sites": "pyblackbird_cc.contrib.sites.migrations"}
+MIGRATION_MODULES = {"sites": "alphabetlearning.contrib.sites.migrations"}
# AUTHENTICATION
# ------------------------------------------------------------------------------
@@ -191,7 +190,7 @@ TEMPLATES = [
"django.template.context_processors.static",
"django.template.context_processors.tz",
"django.contrib.messages.context_processors.messages",
- "pyblackbird_cc.users.context_processors.allauth_settings",
+ "alphabetlearning.users.context_processors.allauth_settings",
],
},
},
@@ -223,7 +222,7 @@ X_FRAME_OPTIONS = "DENY"
# https://docs.djangoproject.com/en/dev/ref/settings/#email-backend
EMAIL_BACKEND = env(
"DJANGO_EMAIL_BACKEND",
- #default="django.core.mail.backends.smtp.EmailBackend",
+ # default="django.core.mail.backends.smtp.EmailBackend",
default="django.core.mail.backends.console.EmailBackend",
)
# https://docs.djangoproject.com/en/dev/ref/settings/#email-timeout
@@ -311,15 +310,15 @@ ACCOUNT_USERNAME_REQUIRED = False
# https://docs.allauth.org/en/latest/account/configuration.html
ACCOUNT_USER_MODEL_USERNAME_FIELD = None
# https://docs.allauth.org/en/latest/account/configuration.html
-#ACCOUNT_EMAIL_VERIFICATION = "mandatory"
+# ACCOUNT_EMAIL_VERIFICATION = "mandatory"
# https://docs.allauth.org/en/latest/account/configuration.html
-ACCOUNT_ADAPTER = "pyblackbird_cc.users.adapters.AccountAdapter"
+ACCOUNT_ADAPTER = "alphabetlearning.users.adapters.AccountAdapter"
# https://docs.allauth.org/en/latest/account/forms.html
-ACCOUNT_FORMS = {"signup": "pyblackbird_cc.users.forms.UserSignupForm"}
+ACCOUNT_FORMS = {"signup": "alphabetlearning.users.forms.UserSignupForm"}
# https://docs.allauth.org/en/latest/socialaccount/configuration.html
-SOCIALACCOUNT_ADAPTER = "pyblackbird_cc.users.adapters.SocialAccountAdapter"
+SOCIALACCOUNT_ADAPTER = "alphabetlearning.users.adapters.SocialAccountAdapter"
# https://docs.allauth.org/en/latest/socialaccount/configuration.html
-SOCIALACCOUNT_FORMS = {"signup": "pyblackbird_cc.users.forms.UserSocialSignupForm"}
+SOCIALACCOUNT_FORMS = {"signup": "alphabetlearning.users.forms.UserSocialSignupForm"}
# STORAGES
# ------------------------------------------------------------------------------
diff --git a/config/urls.py b/config/urls.py
index c5db4dd..c77f187 100644
--- a/config/urls.py
+++ b/config/urls.py
@@ -24,11 +24,11 @@ urlpatterns = [
# Django Admin, use {% url 'admin:index' %}
path(settings.ADMIN_URL, admin.site.urls),
# User management
- path("users/", include("pyblackbird_cc.users.urls", namespace="users")),
+ path("users/", include("alphabetlearning.users.urls", namespace="users")),
path("accounts/", include("allauth.urls")),
# Your stuff: custom urls includes go here
- path("resources/", include("pyblackbird_cc.resources.urls", namespace="resources")),
- path("payments/", include("pyblackbird_cc.payments.urls", namespace="payments")),
+ path("resources/", include("alphabetlearning.resources.urls", namespace="resources")),
+ path("payments/", include("alphabetlearning.payments.urls", namespace="payments")),
# Media files
*static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT),
]
diff --git a/config/wsgi.py b/config/wsgi.py
index 96dd59f..6ed86bb 100644
--- a/config/wsgi.py
+++ b/config/wsgi.py
@@ -22,9 +22,9 @@ from pathlib import Path
from django.core.wsgi import get_wsgi_application
# This allows easy placement of apps within the interior
-# pyblackbird_cc directory.
+# alphabetlearning directory.
BASE_DIR = Path(__file__).resolve(strict=True).parent.parent
-sys.path.append(str(BASE_DIR / "pyblackbird_cc"))
+sys.path.append(str(BASE_DIR / "alphabetlearning"))
# We defer to a DJANGO_SETTINGS_MODULE already in the environment. This breaks
# if running multiple sites in the same mod_wsgi process. To fix this, use
# mod_wsgi daemon mode with each site in its own daemon process, or use
diff --git a/docs/howto.rst b/docs/howto.rst
index 73953de..5858a25 100644
--- a/docs/howto.rst
+++ b/docs/howto.rst
@@ -4,7 +4,7 @@ How To - Project Documentation
Get Started
----------------------------------------------------------------------
-Documentation can be written as rst files in `pyblackbird_cc/docs`.
+Documentation can be written as rst files in `alphabetlearning/docs`.
To build and serve docs, use the commands::
diff --git a/docs/make.bat b/docs/make.bat
index 27675c2..7e05187 100644
--- a/docs/make.bat
+++ b/docs/make.bat
@@ -10,7 +10,7 @@ if "%SPHINXBUILD%" == "" (
)
set SOURCEDIR=_source
set BUILDDIR=_build
-set APP=..\pyblackbird_cc
+set APP=..\alphabetlearning
if "%1" == "" goto help
diff --git a/docs/pycharm/configuration.rst b/docs/pycharm/configuration.rst
index fa53a8f..ffc7f61 100644
--- a/docs/pycharm/configuration.rst
+++ b/docs/pycharm/configuration.rst
@@ -67,4 +67,4 @@ Most of the files from `.idea/` were added to `.gitignore` with a few exceptions
In theory you can remove them from repository, but then, other people will lose a ability to initialize a project from provided configurations as you did. To get rid of this annoying state, you can run command::
- $ git update-index --assume-unchanged pyblackbird_cc.iml
+ $ git update-index --assume-unchanged alphabetlearning.iml
diff --git a/docs/users.rst b/docs/users.rst
index 1ddbc73..0fac7bf 100644
--- a/docs/users.rst
+++ b/docs/users.rst
@@ -9,7 +9,7 @@ even if the default User model is sufficient for you.
This model behaves identically to the default user model,
but you’ll be able to customize it in the future if the need arises.
-.. automodule:: pyblackbird_cc.users.models
+.. automodule:: alphabetlearning.users.models
:members:
:noindex:
diff --git a/local.yml b/local.yml
index 205942a..1565704 100644
--- a/local.yml
+++ b/local.yml
@@ -1,14 +1,14 @@
volumes:
- pyblackbird_cc_local_postgres_data: {}
- pyblackbird_cc_local_postgres_data_backups: {}
+ alphabetlearning_local_postgres_data: {}
+ alphabetlearning_local_postgres_data_backups: {}
services:
django: &django
build:
context: .
dockerfile: ./compose/local/django/Dockerfile
- image: pyblackbird_cc_local_django
- container_name: pyblackbird_cc_local_django
+ image: alphabetlearning_local_django
+ container_name: alphabetlearning_local_django
depends_on:
- postgres
- redis
@@ -26,28 +26,28 @@ services:
build:
context: .
dockerfile: ./compose/production/postgres/Dockerfile
- image: pyblackbird_cc_production_postgres
- container_name: pyblackbird_cc_local_postgres
+ image: alphabetlearning_production_postgres
+ container_name: alphabetlearning_local_postgres
volumes:
- - pyblackbird_cc_local_postgres_data:/var/lib/postgresql/data
- - pyblackbird_cc_local_postgres_data_backups:/backups
+ - alphabetlearning_local_postgres_data:/var/lib/postgresql/data
+ - alphabetlearning_local_postgres_data_backups:/backups
env_file:
- ./.envs/.local/.postgres
mailpit:
image: docker.io/axllent/mailpit:latest
- container_name: pyblackbird_cc_local_mailpit
+ container_name: alphabetlearning_local_mailpit
ports:
- "8025:8025"
redis:
image: docker.io/redis:6
- container_name: pyblackbird_cc_local_redis
+ container_name: alphabetlearning_local_redis
celeryworker:
<<: *django
- image: pyblackbird_cc_local_celeryworker
- container_name: pyblackbird_cc_local_celeryworker
+ image: alphabetlearning_local_celeryworker
+ container_name: alphabetlearning_local_celeryworker
depends_on:
- redis
- postgres
@@ -57,8 +57,8 @@ services:
celerybeat:
<<: *django
- image: pyblackbird_cc_local_celerybeat
- container_name: pyblackbird_cc_local_celerybeat
+ image: alphabetlearning_local_celerybeat
+ container_name: alphabetlearning_local_celerybeat
depends_on:
- redis
- postgres
@@ -68,8 +68,8 @@ services:
flower:
<<: *django
- image: pyblackbird_cc_local_flower
- container_name: pyblackbird_cc_local_flower
+ image: alphabetlearning_local_flower
+ container_name: alphabetlearning_local_flower
ports:
- '5555:5555'
command: /start-flower
diff --git a/locale/fr_FR/LC_MESSAGES/django.po b/locale/fr_FR/LC_MESSAGES/django.po
index 51c6fde..daac1e7 100644
--- a/locale/fr_FR/LC_MESSAGES/django.po
+++ b/locale/fr_FR/LC_MESSAGES/django.po
@@ -11,56 +11,56 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: pyblackbird_cc/templates/account/account_inactive.html:5
-#: pyblackbird_cc/templates/account/account_inactive.html:8
+#: alphabetlearning/templates/account/account_inactive.html:5
+#: alphabetlearning/templates/account/account_inactive.html:8
msgid "Account Inactive"
msgstr "Compte inactif"
-#: pyblackbird_cc/templates/account/account_inactive.html:10
+#: alphabetlearning/templates/account/account_inactive.html:10
msgid "This account is inactive."
msgstr "Ce compte est inactif."
-#: pyblackbird_cc/templates/account/email.html:7
+#: alphabetlearning/templates/account/email.html:7
msgid "Account"
msgstr "Compte"
-#: pyblackbird_cc/templates/account/email.html:10
+#: alphabetlearning/templates/account/email.html:10
msgid "E-mail Addresses"
msgstr "Adresses e-mail"
-#: pyblackbird_cc/templates/account/email.html:13
+#: alphabetlearning/templates/account/email.html:13
msgid "The following e-mail addresses are associated with your account:"
msgstr "Les adresses e-mail suivantes sont associées à votre compte :"
-#: pyblackbird_cc/templates/account/email.html:27
+#: alphabetlearning/templates/account/email.html:27
msgid "Verified"
msgstr "Vérifié"
-#: pyblackbird_cc/templates/account/email.html:29
+#: alphabetlearning/templates/account/email.html:29
msgid "Unverified"
msgstr "Non vérifié"
-#: pyblackbird_cc/templates/account/email.html:31
+#: alphabetlearning/templates/account/email.html:31
msgid "Primary"
msgstr "Primaire"
-#: pyblackbird_cc/templates/account/email.html:37
+#: alphabetlearning/templates/account/email.html:37
msgid "Make Primary"
msgstr "Changer Primaire"
-#: pyblackbird_cc/templates/account/email.html:38
+#: alphabetlearning/templates/account/email.html:38
msgid "Re-send Verification"
msgstr "Renvoyer vérification"
-#: pyblackbird_cc/templates/account/email.html:39
+#: alphabetlearning/templates/account/email.html:39
msgid "Remove"
msgstr "Supprimer"
-#: pyblackbird_cc/templates/account/email.html:46
+#: alphabetlearning/templates/account/email.html:46
msgid "Warning:"
msgstr "Avertissement:"
-#: pyblackbird_cc/templates/account/email.html:46
+#: alphabetlearning/templates/account/email.html:46
msgid ""
"You currently do not have any e-mail address set up. You should really add "
"an e-mail address so you can receive notifications, reset your password, etc."
@@ -69,24 +69,24 @@ msgstr ""
"une adresse e-mail pour reçevoir des notifications, réinitialiser votre mot "
"de passe, etc."
-#: pyblackbird_cc/templates/account/email.html:51
+#: alphabetlearning/templates/account/email.html:51
msgid "Add E-mail Address"
msgstr "Ajouter une adresse e-mail"
-#: pyblackbird_cc/templates/account/email.html:56
+#: alphabetlearning/templates/account/email.html:56
msgid "Add E-mail"
msgstr "Ajouter e-mail"
-#: pyblackbird_cc/templates/account/email.html:66
+#: alphabetlearning/templates/account/email.html:66
msgid "Do you really want to remove the selected e-mail address?"
msgstr "Voulez-vous vraiment supprimer l'adresse e-mail sélectionnée ?"
-#: pyblackbird_cc/templates/account/email_confirm.html:6
-#: pyblackbird_cc/templates/account/email_confirm.html:10
+#: alphabetlearning/templates/account/email_confirm.html:6
+#: alphabetlearning/templates/account/email_confirm.html:10
msgid "Confirm E-mail Address"
msgstr "Confirmez votre adresse email"
-#: pyblackbird_cc/templates/account/email_confirm.html:16
+#: alphabetlearning/templates/account/email_confirm.html:16
#, python-format
msgid ""
"Please confirm that <a href=\"mailto:%(email)s\">%(email)s</a> is an e-mail "
@@ -95,11 +95,11 @@ msgstr ""
"Veuillez confirmer que <a href=\"mailto:%(email)s\">%(email)s</a> est un e-mail "
"adresse de l'utilisateur %(user_display)s."
-#: pyblackbird_cc/templates/account/email_confirm.html:20
+#: alphabetlearning/templates/account/email_confirm.html:20
msgid "Confirm"
msgstr "Confirm"
-#: pyblackbird_cc/templates/account/email_confirm.html:27
+#: alphabetlearning/templates/account/email_confirm.html:27
#, python-format
msgid ""
"This e-mail confirmation link expired or is invalid. Please <a href="
@@ -109,18 +109,18 @@ msgstr ""
"<a href=\"%(email_url)s\">émettre une nouvelle demande de confirmation "
"par e-mail</a>."
-#: pyblackbird_cc/templates/account/login.html:7
-#: pyblackbird_cc/templates/account/login.html:11
-#: pyblackbird_cc/templates/account/login.html:56
-#: pyblackbird_cc/templates/base.html:72
+#: alphabetlearning/templates/account/login.html:7
+#: alphabetlearning/templates/account/login.html:11
+#: alphabetlearning/templates/account/login.html:56
+#: alphabetlearning/templates/base.html:72
msgid "Sign In"
msgstr "S'identifier"
-#: pyblackbird_cc/templates/account/login.html:17
+#: alphabetlearning/templates/account/login.html:17
msgid "Please sign in with one of your existing third party accounts:"
msgstr "Veuillez vous connecter avec l'un de vos comptes tiers existants :"
-#: pyblackbird_cc/templates/account/login.html:19
+#: alphabetlearning/templates/account/login.html:19
#, python-format
msgid ""
"Or, <a href=\"%(signup_url)s\">sign up</a> for a %(site_name)s account and "
@@ -129,11 +129,11 @@ msgstr ""
"Ou, <a href=\"%(signup_url)s\">créez</a> un compte %(site_name)s et "
"connectez-vous ci-dessous :"
-#: pyblackbird_cc/templates/account/login.html:32
+#: alphabetlearning/templates/account/login.html:32
msgid "or"
msgstr "ou"
-#: pyblackbird_cc/templates/account/login.html:41
+#: alphabetlearning/templates/account/login.html:41
#, python-format
msgid ""
"If you have not created an account yet, then please <a href=\"%(signup_url)s"
@@ -142,39 +142,39 @@ msgstr ""
"Si vous n'avez pas encore créé de compte, veuillez d'abord <a href=\"%(signup_url)s"
"\">vous inscrire</a>."
-#: pyblackbird_cc/templates/account/login.html:55
+#: alphabetlearning/templates/account/login.html:55
msgid "Forgot Password?"
msgstr "Mot de passe oublié?"
-#: pyblackbird_cc/templates/account/logout.html:5
-#: pyblackbird_cc/templates/account/logout.html:8
-#: pyblackbird_cc/templates/account/logout.html:17
-#: pyblackbird_cc/templates/base.html:61
+#: alphabetlearning/templates/account/logout.html:5
+#: alphabetlearning/templates/account/logout.html:8
+#: alphabetlearning/templates/account/logout.html:17
+#: alphabetlearning/templates/base.html:61
msgid "Sign Out"
msgstr "Se déconnecter"
-#: pyblackbird_cc/templates/account/logout.html:10
+#: alphabetlearning/templates/account/logout.html:10
msgid "Are you sure you want to sign out?"
msgstr "Êtes-vous certain de vouloir vous déconnecter?"
-#: pyblackbird_cc/templates/account/password_change.html:6
-#: pyblackbird_cc/templates/account/password_change.html:9
-#: pyblackbird_cc/templates/account/password_change.html:14
-#: pyblackbird_cc/templates/account/password_reset_from_key.html:5
-#: pyblackbird_cc/templates/account/password_reset_from_key.html:8
-#: pyblackbird_cc/templates/account/password_reset_from_key_done.html:4
-#: pyblackbird_cc/templates/account/password_reset_from_key_done.html:7
+#: alphabetlearning/templates/account/password_change.html:6
+#: alphabetlearning/templates/account/password_change.html:9
+#: alphabetlearning/templates/account/password_change.html:14
+#: alphabetlearning/templates/account/password_reset_from_key.html:5
+#: alphabetlearning/templates/account/password_reset_from_key.html:8
+#: alphabetlearning/templates/account/password_reset_from_key_done.html:4
+#: alphabetlearning/templates/account/password_reset_from_key_done.html:7
msgid "Change Password"
msgstr "Changer le mot de passe"
-#: pyblackbird_cc/templates/account/password_reset.html:7
-#: pyblackbird_cc/templates/account/password_reset.html:11
-#: pyblackbird_cc/templates/account/password_reset_done.html:6
-#: pyblackbird_cc/templates/account/password_reset_done.html:9
+#: alphabetlearning/templates/account/password_reset.html:7
+#: alphabetlearning/templates/account/password_reset.html:11
+#: alphabetlearning/templates/account/password_reset_done.html:6
+#: alphabetlearning/templates/account/password_reset_done.html:9
msgid "Password Reset"
msgstr "Réinitialisation du mot de passe"
-#: pyblackbird_cc/templates/account/password_reset.html:16
+#: alphabetlearning/templates/account/password_reset.html:16
msgid ""
"Forgotten your password? Enter your e-mail address below, and we'll send you "
"an e-mail allowing you to reset it."
@@ -182,17 +182,17 @@ msgstr ""
"Mot de passe oublié? Entrez votre adresse e-mail ci-dessous, et nous vous "
"enverrons un e-mail vous permettant de le réinitialiser."
-#: pyblackbird_cc/templates/account/password_reset.html:21
+#: alphabetlearning/templates/account/password_reset.html:21
msgid "Reset My Password"
msgstr "Réinitialiser mon mot de passe"
-#: pyblackbird_cc/templates/account/password_reset.html:24
+#: alphabetlearning/templates/account/password_reset.html:24
msgid "Please contact us if you have any trouble resetting your password."
msgstr ""
"Veuillez nous contacter si vous rencontrez des difficultés pour réinitialiser"
"votre mot de passe."
-#: pyblackbird_cc/templates/account/password_reset_done.html:15
+#: alphabetlearning/templates/account/password_reset_done.html:15
msgid ""
"We have sent you an e-mail. Please contact us if you do not receive it "
"within a few minutes."
@@ -200,11 +200,11 @@ msgstr ""
"Nous vous avons envoyé un e-mail. Veuillez nous contacter si vous ne le "
"recevez pas d'ici quelques minutes."
-#: pyblackbird_cc/templates/account/password_reset_from_key.html:8
+#: alphabetlearning/templates/account/password_reset_from_key.html:8
msgid "Bad Token"
msgstr "Token Invalide"
-#: pyblackbird_cc/templates/account/password_reset_from_key.html:12
+#: alphabetlearning/templates/account/password_reset_from_key.html:12
#, python-format
msgid ""
"The password reset link was invalid, possibly because it has already been "
@@ -215,55 +215,55 @@ msgstr ""
"qu'il a déjà été utilisé. Veuillez faire une <a href=\"%(passwd_reset_url)s\"> "
"nouvelle demande de réinitialisation de mot de passe</a>."
-#: pyblackbird_cc/templates/account/password_reset_from_key.html:18
+#: alphabetlearning/templates/account/password_reset_from_key.html:18
msgid "change password"
msgstr "changer le mot de passe"
-#: pyblackbird_cc/templates/account/password_reset_from_key.html:21
-#: pyblackbird_cc/templates/account/password_reset_from_key_done.html:8
+#: alphabetlearning/templates/account/password_reset_from_key.html:21
+#: alphabetlearning/templates/account/password_reset_from_key_done.html:8
msgid "Your password is now changed."
msgstr "Votre mot de passe est maintenant modifié."
-#: pyblackbird_cc/templates/account/password_set.html:6
-#: pyblackbird_cc/templates/account/password_set.html:9
-#: pyblackbird_cc/templates/account/password_set.html:14
+#: alphabetlearning/templates/account/password_set.html:6
+#: alphabetlearning/templates/account/password_set.html:9
+#: alphabetlearning/templates/account/password_set.html:14
msgid "Set Password"
msgstr "Définir le mot de passe"
-#: pyblackbird_cc/templates/account/signup.html:6
+#: alphabetlearning/templates/account/signup.html:6
msgid "Signup"
msgstr "S'inscrire"
-#: pyblackbird_cc/templates/account/signup.html:9
-#: pyblackbird_cc/templates/account/signup.html:19
-#: pyblackbird_cc/templates/base.html:67
+#: alphabetlearning/templates/account/signup.html:9
+#: alphabetlearning/templates/account/signup.html:19
+#: alphabetlearning/templates/base.html:67
msgid "Sign Up"
msgstr "S'inscrire"
-#: pyblackbird_cc/templates/account/signup.html:11
+#: alphabetlearning/templates/account/signup.html:11
#, python-format
msgid ""
"Already have an account? Then please <a href=\"%(login_url)s\">sign in</a>."
msgstr ""
"Vous avez déjà un compte? Alors veuillez <a href=\"%(login_url)s\">vous connecter</a>."
-#: pyblackbird_cc/templates/account/signup_closed.html:5
-#: pyblackbird_cc/templates/account/signup_closed.html:8
+#: alphabetlearning/templates/account/signup_closed.html:5
+#: alphabetlearning/templates/account/signup_closed.html:8
msgid "Sign Up Closed"
msgstr "Inscriptions closes"
-#: pyblackbird_cc/templates/account/signup_closed.html:10
+#: alphabetlearning/templates/account/signup_closed.html:10
msgid "We are sorry, but the sign up is currently closed."
msgstr "Désolé, mais l'inscription est actuellement fermée."
-#: pyblackbird_cc/templates/account/verification_sent.html:5
-#: pyblackbird_cc/templates/account/verification_sent.html:8
-#: pyblackbird_cc/templates/account/verified_email_required.html:5
-#: pyblackbird_cc/templates/account/verified_email_required.html:8
+#: alphabetlearning/templates/account/verification_sent.html:5
+#: alphabetlearning/templates/account/verification_sent.html:8
+#: alphabetlearning/templates/account/verified_email_required.html:5
+#: alphabetlearning/templates/account/verified_email_required.html:8
msgid "Verify Your E-mail Address"
msgstr "Vérifiez votre adresse e-mail"
-#: pyblackbird_cc/templates/account/verification_sent.html:10
+#: alphabetlearning/templates/account/verification_sent.html:10
msgid ""
"We have sent an e-mail to you for verification. Follow the link provided to "
"finalize the signup process. Please contact us if you do not receive it "
@@ -272,7 +272,7 @@ msgstr "Nous vous avons envoyé un e-mail pour vérification. Suivez le lien fou
"pour finalisez le processus d'inscription. Veuillez nous contacter si vous ne le "
"recevez pas d'ici quelques minutes."
-#: pyblackbird_cc/templates/account/verified_email_required.html:12
+#: alphabetlearning/templates/account/verified_email_required.html:12
msgid ""
"This part of the site requires us to verify that\n"
"you are who you claim to be. For this purpose, we require that you\n"
@@ -282,7 +282,7 @@ msgstr ""
"vous êtes qui vous prétendez être. Nous vous demandons donc de\n"
"vérifier la propriété de votre adresse e-mail."
-#: pyblackbird_cc/templates/account/verified_email_required.html:16
+#: alphabetlearning/templates/account/verified_email_required.html:16
msgid ""
"We have sent an e-mail to you for\n"
"verification. Please click on the link inside this e-mail. Please\n"
@@ -292,7 +292,7 @@ msgstr ""
"vérification. Veuillez cliquer sur le lien contenu dans cet e-mail. Veuillez nous\n"
"contacter si vous ne le recevez pas d'ici quelques minutes."
-#: pyblackbird_cc/templates/account/verified_email_required.html:20
+#: alphabetlearning/templates/account/verified_email_required.html:20
#, python-format
msgid ""
"<strong>Note:</strong> you can still <a href=\"%(email_url)s\">change your e-"
@@ -301,35 +301,35 @@ msgstr ""
"<strong>Remarque :</strong> vous pouvez toujours <a href=\"%(email_url)s\">changer votre e-"
"adresse e-mail</a>."
-#: pyblackbird_cc/templates/base.html:57
+#: alphabetlearning/templates/base.html:57
msgid "My Profile"
msgstr "Mon Profil"
-#: pyblackbird_cc/users/admin.py:17
+#: alphabetlearning/users/admin.py:17
msgid "Personal info"
msgstr "Personal info"
-#: pyblackbird_cc/users/admin.py:19
+#: alphabetlearning/users/admin.py:19
msgid "Permissions"
msgstr "Permissions"
-#: pyblackbird_cc/users/admin.py:30
+#: alphabetlearning/users/admin.py:30
msgid "Important dates"
msgstr "Dates importantes"
-#: pyblackbird_cc/users/apps.py:7
+#: alphabetlearning/users/apps.py:7
msgid "Users"
msgstr "Utilisateurs"
-#: pyblackbird_cc/users/forms.py:24
-#: pyblackbird_cc/users/tests/test_forms.py:36
+#: alphabetlearning/users/forms.py:24
+#: alphabetlearning/users/tests/test_forms.py:36
msgid "This username has already been taken."
msgstr "Ce nom d'utilisateur est déjà pris."
-#: pyblackbird_cc/users/models.py:15
+#: alphabetlearning/users/models.py:15
msgid "Name of User"
msgstr "Nom de l'utilisateur"
-#: pyblackbird_cc/users/views.py:23
+#: alphabetlearning/users/views.py:23
msgid "Information successfully updated"
msgstr "Informations mises à jour avec succès"
diff --git a/locale/pt_BR/LC_MESSAGES/django.po b/locale/pt_BR/LC_MESSAGES/django.po
index 075deda..7ec3e9d 100644
--- a/locale/pt_BR/LC_MESSAGES/django.po
+++ b/locale/pt_BR/LC_MESSAGES/django.po
@@ -11,56 +11,56 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: pyblackbird_cc/templates/account/account_inactive.html:5
-#: pyblackbird_cc/templates/account/account_inactive.html:8
+#: alphabetlearning/templates/account/account_inactive.html:5
+#: alphabetlearning/templates/account/account_inactive.html:8
msgid "Account Inactive"
msgstr "Conta Inativa"
-#: pyblackbird_cc/templates/account/account_inactive.html:10
+#: alphabetlearning/templates/account/account_inactive.html:10
msgid "This account is inactive."
msgstr "Esta conta está inativa."
-#: pyblackbird_cc/templates/account/email.html:7
+#: alphabetlearning/templates/account/email.html:7
msgid "Account"
msgstr "Conta"
-#: pyblackbird_cc/templates/account/email.html:10
+#: alphabetlearning/templates/account/email.html:10
msgid "E-mail Addresses"
msgstr "Endereços de E-mail"
-#: pyblackbird_cc/templates/account/email.html:13
+#: alphabetlearning/templates/account/email.html:13
msgid "The following e-mail addresses are associated with your account:"
msgstr "Os seguintes endereços de e-mail estão associados à sua conta:"
-#: pyblackbird_cc/templates/account/email.html:27
+#: alphabetlearning/templates/account/email.html:27
msgid "Verified"
msgstr "Verificado"
-#: pyblackbird_cc/templates/account/email.html:29
+#: alphabetlearning/templates/account/email.html:29
msgid "Unverified"
msgstr "Não verificado"
-#: pyblackbird_cc/templates/account/email.html:31
+#: alphabetlearning/templates/account/email.html:31
msgid "Primary"
msgstr "Primário"
-#: pyblackbird_cc/templates/account/email.html:37
+#: alphabetlearning/templates/account/email.html:37
msgid "Make Primary"
msgstr "Tornar Primário"
-#: pyblackbird_cc/templates/account/email.html:38
+#: alphabetlearning/templates/account/email.html:38
msgid "Re-send Verification"
msgstr "Reenviar verificação"
-#: pyblackbird_cc/templates/account/email.html:39
+#: alphabetlearning/templates/account/email.html:39
msgid "Remove"
msgstr "Remover"
-#: pyblackbird_cc/templates/account/email.html:46
+#: alphabetlearning/templates/account/email.html:46
msgid "Warning:"
msgstr "Aviso:"
-#: pyblackbird_cc/templates/account/email.html:46
+#: alphabetlearning/templates/account/email.html:46
msgid ""
"You currently do not have any e-mail address set up. You should really add "
"an e-mail address so you can receive notifications, reset your password, etc."
@@ -69,24 +69,24 @@ msgstr ""
"realmente deve adicionar um endereço de e-mail para receber notificações, "
"redefinir sua senha etc."
-#: pyblackbird_cc/templates/account/email.html:51
+#: alphabetlearning/templates/account/email.html:51
msgid "Add E-mail Address"
msgstr "Adicionar Endereço de E-mail"
-#: pyblackbird_cc/templates/account/email.html:56
+#: alphabetlearning/templates/account/email.html:56
msgid "Add E-mail"
msgstr "Adicionar E-mail"
-#: pyblackbird_cc/templates/account/email.html:66
+#: alphabetlearning/templates/account/email.html:66
msgid "Do you really want to remove the selected e-mail address?"
msgstr "Você realmente deseja remover o endereço de e-mail selecionado?"
-#: pyblackbird_cc/templates/account/email_confirm.html:6
-#: pyblackbird_cc/templates/account/email_confirm.html:10
+#: alphabetlearning/templates/account/email_confirm.html:6
+#: alphabetlearning/templates/account/email_confirm.html:10
msgid "Confirm E-mail Address"
msgstr "Confirme o endereço de e-mail"
-#: pyblackbird_cc/templates/account/email_confirm.html:16
+#: alphabetlearning/templates/account/email_confirm.html:16
#, python-format
msgid ""
"Please confirm that <a href=\"mailto:%(email)s\">%(email)s</a> is an e-mail "
@@ -95,11 +95,11 @@ msgstr ""
"Confirme se <a href=\"mailto:%(email)s\">%(email)s</a> é um endereço de "
"e-mail do usuário %(user_display)s."
-#: pyblackbird_cc/templates/account/email_confirm.html:20
+#: alphabetlearning/templates/account/email_confirm.html:20
msgid "Confirm"
msgstr "Confirmar"
-#: pyblackbird_cc/templates/account/email_confirm.html:27
+#: alphabetlearning/templates/account/email_confirm.html:27
#, python-format
msgid ""
"This e-mail confirmation link expired or is invalid. Please <a href="
@@ -107,29 +107,29 @@ msgid ""
msgstr "Este link de confirmação de e-mail expirou ou é inválido. "
"Por favor, <a href=\"%(email_url)s\">emita um novo pedido de confirmação por e-mail</a>."
-#: pyblackbird_cc/templates/account/login.html:7
-#: pyblackbird_cc/templates/account/login.html:11
-#: pyblackbird_cc/templates/account/login.html:56
-#: pyblackbird_cc/templates/base.html:72
+#: alphabetlearning/templates/account/login.html:7
+#: alphabetlearning/templates/account/login.html:11
+#: alphabetlearning/templates/account/login.html:56
+#: alphabetlearning/templates/base.html:72
msgid "Sign In"
msgstr "Entrar"
-#: pyblackbird_cc/templates/account/login.html:17
+#: alphabetlearning/templates/account/login.html:17
msgid "Please sign in with one of your existing third party accounts:"
msgstr "Faça login com uma de suas contas de terceiros existentes:"
-#: pyblackbird_cc/templates/account/login.html:19
+#: alphabetlearning/templates/account/login.html:19
#, python-format
msgid ""
"Or, <a href=\"%(signup_url)s\">sign up</a> for a %(site_name)s account and "
"sign in below:"
msgstr "Ou, <a href=\"%(signup_url)s\">cadastre-se</a> para uma conta em %(site_name)s e entre abaixo:"
-#: pyblackbird_cc/templates/account/login.html:32
+#: alphabetlearning/templates/account/login.html:32
msgid "or"
msgstr "ou"
-#: pyblackbird_cc/templates/account/login.html:41
+#: alphabetlearning/templates/account/login.html:41
#, python-format
msgid ""
"If you have not created an account yet, then please <a href=\"%(signup_url)s"
@@ -137,63 +137,63 @@ msgid ""
msgstr "Se você ainda não criou uma conta, <a href=\"%(signup_url)s"
"\">registre-se primeiro</a>."
-#: pyblackbird_cc/templates/account/login.html:55
+#: alphabetlearning/templates/account/login.html:55
msgid "Forgot Password?"
msgstr "Esqueceu sua senha?"
-#: pyblackbird_cc/templates/account/logout.html:5
-#: pyblackbird_cc/templates/account/logout.html:8
-#: pyblackbird_cc/templates/account/logout.html:17
-#: pyblackbird_cc/templates/base.html:61
+#: alphabetlearning/templates/account/logout.html:5
+#: alphabetlearning/templates/account/logout.html:8
+#: alphabetlearning/templates/account/logout.html:17
+#: alphabetlearning/templates/base.html:61
msgid "Sign Out"
msgstr "Sair"
-#: pyblackbird_cc/templates/account/logout.html:10
+#: alphabetlearning/templates/account/logout.html:10
msgid "Are you sure you want to sign out?"
msgstr "Você tem certeza que deseja sair?"
-#: pyblackbird_cc/templates/account/password_change.html:6
-#: pyblackbird_cc/templates/account/password_change.html:9
-#: pyblackbird_cc/templates/account/password_change.html:14
-#: pyblackbird_cc/templates/account/password_reset_from_key.html:5
-#: pyblackbird_cc/templates/account/password_reset_from_key.html:8
-#: pyblackbird_cc/templates/account/password_reset_from_key_done.html:4
-#: pyblackbird_cc/templates/account/password_reset_from_key_done.html:7
+#: alphabetlearning/templates/account/password_change.html:6
+#: alphabetlearning/templates/account/password_change.html:9
+#: alphabetlearning/templates/account/password_change.html:14
+#: alphabetlearning/templates/account/password_reset_from_key.html:5
+#: alphabetlearning/templates/account/password_reset_from_key.html:8
+#: alphabetlearning/templates/account/password_reset_from_key_done.html:4
+#: alphabetlearning/templates/account/password_reset_from_key_done.html:7
msgid "Change Password"
msgstr "Alterar Senha"
-#: pyblackbird_cc/templates/account/password_reset.html:7
-#: pyblackbird_cc/templates/account/password_reset.html:11
-#: pyblackbird_cc/templates/account/password_reset_done.html:6
-#: pyblackbird_cc/templates/account/password_reset_done.html:9
+#: alphabetlearning/templates/account/password_reset.html:7
+#: alphabetlearning/templates/account/password_reset.html:11
+#: alphabetlearning/templates/account/password_reset_done.html:6
+#: alphabetlearning/templates/account/password_reset_done.html:9
msgid "Password Reset"
msgstr "Redefinição de senha"
-#: pyblackbird_cc/templates/account/password_reset.html:16
+#: alphabetlearning/templates/account/password_reset.html:16
msgid ""
"Forgotten your password? Enter your e-mail address below, and we'll send you "
"an e-mail allowing you to reset it."
msgstr "Esqueceu sua senha? Digite seu endereço de e-mail abaixo e enviaremos um e-mail permitindo que você o redefina."
-#: pyblackbird_cc/templates/account/password_reset.html:21
+#: alphabetlearning/templates/account/password_reset.html:21
msgid "Reset My Password"
msgstr "Redefinir minha senha"
-#: pyblackbird_cc/templates/account/password_reset.html:24
+#: alphabetlearning/templates/account/password_reset.html:24
msgid "Please contact us if you have any trouble resetting your password."
msgstr "Entre em contato conosco se tiver algum problema para redefinir sua senha."
-#: pyblackbird_cc/templates/account/password_reset_done.html:15
+#: alphabetlearning/templates/account/password_reset_done.html:15
msgid ""
"We have sent you an e-mail. Please contact us if you do not receive it "
"within a few minutes."
msgstr "Enviamos um e-mail para você. Entre em contato conosco se você não recebê-lo dentro de alguns minutos."
-#: pyblackbird_cc/templates/account/password_reset_from_key.html:8
+#: alphabetlearning/templates/account/password_reset_from_key.html:8
msgid "Bad Token"
msgstr "Token Inválido"
-#: pyblackbird_cc/templates/account/password_reset_from_key.html:12
+#: alphabetlearning/templates/account/password_reset_from_key.html:12
#, python-format
msgid ""
"The password reset link was invalid, possibly because it has already been "
@@ -202,61 +202,61 @@ msgid ""
msgstr "O link de redefinição de senha era inválido, possivelmente porque já foi usado. "
"<a href=\"%(passwd_reset_url)s\">Solicite uma nova redefinição de senha</a>."
-#: pyblackbird_cc/templates/account/password_reset_from_key.html:18
+#: alphabetlearning/templates/account/password_reset_from_key.html:18
msgid "change password"
msgstr "alterar senha"
-#: pyblackbird_cc/templates/account/password_reset_from_key.html:21
-#: pyblackbird_cc/templates/account/password_reset_from_key_done.html:8
+#: alphabetlearning/templates/account/password_reset_from_key.html:21
+#: alphabetlearning/templates/account/password_reset_from_key_done.html:8
msgid "Your password is now changed."
msgstr "Sua senha agora foi alterada."
-#: pyblackbird_cc/templates/account/password_set.html:6
-#: pyblackbird_cc/templates/account/password_set.html:9
-#: pyblackbird_cc/templates/account/password_set.html:14
+#: alphabetlearning/templates/account/password_set.html:6
+#: alphabetlearning/templates/account/password_set.html:9
+#: alphabetlearning/templates/account/password_set.html:14
msgid "Set Password"
msgstr "Definir Senha"
-#: pyblackbird_cc/templates/account/signup.html:6
+#: alphabetlearning/templates/account/signup.html:6
msgid "Signup"
msgstr "Cadastro"
-#: pyblackbird_cc/templates/account/signup.html:9
-#: pyblackbird_cc/templates/account/signup.html:19
-#: pyblackbird_cc/templates/base.html:67
+#: alphabetlearning/templates/account/signup.html:9
+#: alphabetlearning/templates/account/signup.html:19
+#: alphabetlearning/templates/base.html:67
msgid "Sign Up"
msgstr "Cadastro"
-#: pyblackbird_cc/templates/account/signup.html:11
+#: alphabetlearning/templates/account/signup.html:11
#, python-format
msgid ""
"Already have an account? Then please <a href=\"%(login_url)s\">sign in</a>."
msgstr "já tem uma conta? Então, por favor, faça <a href=\"%(login_url)s\">login</a>."
-#: pyblackbird_cc/templates/account/signup_closed.html:5
-#: pyblackbird_cc/templates/account/signup_closed.html:8
+#: alphabetlearning/templates/account/signup_closed.html:5
+#: alphabetlearning/templates/account/signup_closed.html:8
msgid "Sign Up Closed"
msgstr "Inscrições encerradas"
-#: pyblackbird_cc/templates/account/signup_closed.html:10
+#: alphabetlearning/templates/account/signup_closed.html:10
msgid "We are sorry, but the sign up is currently closed."
msgstr "Lamentamos, mas as inscrições estão encerradas no momento."
-#: pyblackbird_cc/templates/account/verification_sent.html:5
-#: pyblackbird_cc/templates/account/verification_sent.html:8
-#: pyblackbird_cc/templates/account/verified_email_required.html:5
-#: pyblackbird_cc/templates/account/verified_email_required.html:8
+#: alphabetlearning/templates/account/verification_sent.html:5
+#: alphabetlearning/templates/account/verification_sent.html:8
+#: alphabetlearning/templates/account/verified_email_required.html:5
+#: alphabetlearning/templates/account/verified_email_required.html:8
msgid "Verify Your E-mail Address"
msgstr "Verifique seu endereço de e-mail"
-#: pyblackbird_cc/templates/account/verification_sent.html:10
+#: alphabetlearning/templates/account/verification_sent.html:10
msgid ""
"We have sent an e-mail to you for verification. Follow the link provided to "
"finalize the signup process. Please contact us if you do not receive it "
"within a few minutes."
msgstr "Enviamos um e-mail para você para verificação. Siga o link fornecido para finalizar o processo de inscrição. Entre em contato conosco se você não recebê-lo dentro de alguns minutos."
-#: pyblackbird_cc/templates/account/verified_email_required.html:12
+#: alphabetlearning/templates/account/verified_email_required.html:12
msgid ""
"This part of the site requires us to verify that\n"
"you are who you claim to be. For this purpose, we require that you\n"
@@ -265,7 +265,7 @@ msgstr "Esta parte do site exige que verifiquemos se você é quem afirma ser.\n
"Para esse fim, exigimos que você verifique a propriedade\n"
"do seu endereço de e-mail."
-#: pyblackbird_cc/templates/account/verified_email_required.html:16
+#: alphabetlearning/templates/account/verified_email_required.html:16
msgid ""
"We have sent an e-mail to you for\n"
"verification. Please click on the link inside this e-mail. Please\n"
@@ -274,42 +274,42 @@ msgstr "Enviamos um e-mail para você para verificação.\n"
"Por favor, clique no link dentro deste e-mail.\n"
"Entre em contato conosco se você não recebê-lo dentro de alguns minutos."
-#: pyblackbird_cc/templates/account/verified_email_required.html:20
+#: alphabetlearning/templates/account/verified_email_required.html:20
#, python-format
msgid ""
"<strong>Note:</strong> you can still <a href=\"%(email_url)s\">change your e-"
"mail address</a>."
msgstr "<strong>Nota</strong>: você ainda pode <a href=\"%(email_url)s\">alterar seu endereço de e-mail</a>."
-#: pyblackbird_cc/templates/base.html:57
+#: alphabetlearning/templates/base.html:57
msgid "My Profile"
msgstr "Meu perfil"
-#: pyblackbird_cc/users/admin.py:17
+#: alphabetlearning/users/admin.py:17
msgid "Personal info"
msgstr "Informação pessoal"
-#: pyblackbird_cc/users/admin.py:19
+#: alphabetlearning/users/admin.py:19
msgid "Permissions"
msgstr "Permissões"
-#: pyblackbird_cc/users/admin.py:30
+#: alphabetlearning/users/admin.py:30
msgid "Important dates"
msgstr "Datas importantes"
-#: pyblackbird_cc/users/apps.py:7
+#: alphabetlearning/users/apps.py:7
msgid "Users"
msgstr "Usuários"
-#: pyblackbird_cc/users/forms.py:24
-#: pyblackbird_cc/users/tests/test_forms.py:36
+#: alphabetlearning/users/forms.py:24
+#: alphabetlearning/users/tests/test_forms.py:36
msgid "This username has already been taken."
msgstr "Este nome de usuário já foi usado."
-#: pyblackbird_cc/users/models.py:15
+#: alphabetlearning/users/models.py:15
msgid "Name of User"
msgstr "Nome do Usuário"
-#: pyblackbird_cc/users/views.py:23
+#: alphabetlearning/users/views.py:23
msgid "Information successfully updated"
msgstr "Informação atualizada com sucesso"
diff --git a/manage.py b/manage.py
index c84a3bc..1296861 100755
--- a/manage.py
+++ b/manage.py
@@ -25,8 +25,8 @@ if __name__ == "__main__":
raise
# This allows easy placement of apps within the interior
- # pyblackbird_cc directory.
+ # alphabetlearning directory.
current_path = Path(__file__).parent.resolve()
- sys.path.append(str(current_path / "pyblackbird_cc"))
+ sys.path.append(str(current_path / "alphabetlearning"))
execute_from_command_line(sys.argv)
diff --git a/pyproject.toml b/pyproject.toml
index c35374b..5f5ece7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[project]
-name = "pyblackbird_cc"
+name = "alphabetlearning"
version = "0.1.0"
dependencies = [
"python-slugify==8.0.4",
@@ -81,7 +81,7 @@ DJANGO_SETTINGS_MODULE = "config.settings.local"
# ==== Coverage ====
[tool.coverage.run]
-include = ["pyblackbird_cc/**"]
+include = ["alphabetlearning/**"]
omit = ["*/migrations/*", "*/tests/*"]
plugins = ["django_coverage_plugin"]