aboutsummaryrefslogtreecommitdiff
path: root/scss/_spinners.scss
AgeCommit message (Collapse)AuthorFilesLines
2022-04-17v5.2.0 design refresh, plus responsive offcanvas classes (#35736)Mark Otto1-1/+1
* Add responsive offcanvas classes - Updates navbar-expand classes to de-dupe some styles—these shouldn't interfere now. - Adds some JS to the offcanvas component to help with responsiveness Co-Authored-By: GeoSot <[email protected]> * Redesign homepage, docs, and examples Homepage: - New Bootstrap purple navbar - Redesigned masthead - Rewrote and redesigned homepage content - Replace Copy text with icons like Bootstrap Icons site across all ClipboardJS instances - Fixed padding issues in site footer - Match homepage button styles to examples page, use gap instead of tons of responsive margin utils Docs: - New navbar, no more subnav. Migrated search and version picker into the main navbar and refreshed the design of it all, including the responsive toggles. - New sidebar navigation is always expanded, and now features Bootstrap Icons alongside section headings - Sidebar navigation autoscrolls to active link for better usability - Subnav and navbar padding issues ironed out - Enhanced the version picker in anticipation of v5.2: we can now link right to the same page in the previous version. - Redesign callouts to add more color to our pages - Collapse table of contents on mobile - Cleanup and redesign button styles with CSS variables - Update design for subnav version dropdown - Update highlight and example to be full-width until md - Improve the Added In badges - Turn the ToC into a well on mobile - Redesign code snippets to better house two action buttons Examples: - Redesign Examples page layout - Add new example for responsive offcanvases in navbars * Convert offcanvas to CSS vars * Feat: add resize handler to Offcanvas.js. If we could use as default the `.offcanvas` class without modifiers, we then, could add a simplified selector The selector itself, ignores the .offcanvas class as it doesn't have any responsive behavior The `aria-modal` addon is to protect us, selection backdrop elements * Separate examples code, Add some selectors, fix stackblitz btn Co-authored-by: GeoSot <[email protected]>
2022-04-08Update devDependencies (#36120)XhmikosR1-1/+1
* Update devDependencies * @babel/core ^7.17.8 → ^7.17.9 * @popperjs/core ^2.11.4 → ^2.11.5 * clean-css-cli ^5.5.2 → ^5.6.0 * eslint-plugin-import ^2.25.4 → ^2.26.0 * find-unused-sass-variables ^4.0.3 → ^4.0.4 * karma-rollup-preprocessor ^7.0.8 → ^7.0.7 * sass ^1.49.11 → ^1.50.0 * stylelint 14.2.0 → ^14.6.1 * Fix currentcolor case
2022-03-17Convert spinners to CSS variables (#35960)Mark Otto1-21/+37
* Convert spinners to CSS variables * bundlewatch
2021-04-04Spinner alignment changesMark Otto1-2/+2
2021-02-10Add Sass docs (variables, mixins, and loops) to most pages (#32747)Mark Otto1-0/+4
* WIP: Mention variables, mixins, and loops in docs * Add Sass sections to component pages * add sass docs for forms and content * Update buttons.md * Remove empty mixins sections * Massive update to utilities and some consistency changes Co-authored-by: XhmikosR <[email protected]>
2020-12-04feat(RTL): implement RTLGaël Poupard1-1/+1
Using RTLCSS directives, renaming things to use logical names and following best practices.
2020-11-11Use correct value order (#32121)Martijn Cuppens1-2/+2
Co-authored-by: XhmikosR <[email protected]>
2020-10-19Slow down spinners when `prefers-reduced-motion: reduce` (#31882)Gaël Poupard1-0/+9
* feature(spinners): slow down spinners when prefers-reduced-motion * docs(spinners): add reduced motion callout and mention slowing down in accessibility page * Update spinners.md * docs(accessibility): rewording Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
2020-09-28Update stylelint to v13.7.2 (#31726)XhmikosR1-2/+2
2020-04-08Fix spinner-grow animation (#30504)Mark Otto1-0/+1
* Fix spinner-grow animation Safari seems to be interpreting the old keyframes animation as incomplete. Adding `transform` to the second frame seems to resolve the issue. Co-Authored-By: Martijn Cuppens <[email protected]>
2020-02-11Make spinners speed adjustable (#30154)GeoSot1-2/+2
2018-12-23Blacklist border-radius property (use mixin instead) (#27900)Martijn Cuppens1-0/+2
2018-12-04spinners: use `.sr-only` instead of text-hide technique (#27736)Shohei Yoshida1-4/+0
2018-11-17Spinners cleanupMartijn Cuppens1-9/+3
2018-11-13spinners: use the animation shorthand property.XhmikosR1-8/+2
2018-11-13Add Bootstrap's very first spinners omfg it's actually happeningMark Otto1-0/+69