Updated today at 08:58

216-global-css-stylesheet Show on GitHub

aliceafanasievaaliceafanasievae155441chore(style): naming changes refs: #238 #238commit details show on GitHub
aliceafanasievaaliceafanasieva99a5718style(buttons): apply styleguide button classes across components - Updated components to use shared .btn variants (gradient/expand/underscore types) - Kept <a> elements as anchors (no <a> to <button> changes) refs: #216 #238commit details show on GitHub
aliceafanasievaaliceafanasievaee79fd4refactor(css): migrate global styleguide to HSL palette and modular button variants - rename button variants and parts: - .btn--type1 -> .btn--gradient - .btn--type2 -> .btn--expand - .btn--type3 -> .btn--underscore - .btn_label/.btn_icon -> .btn-label/.btn-icon refs: #216, #238commit details show on GitHub
aliceafanasievaaliceafanasievabebf6e1refactor(css): change color system to dynamic HSL palette + animated gradient stops - define base HSL hue/saturation tokens and lightness scale (l-0–l-100) - generate neutral/primary/accent color variations from the HSL system - map semantic tokens (background, surface, text, link, border, focus) to the new palette - add dedicated gradient stop variables for gold/blue and rebuild 13-stop animated gradients - update link hover color using color-mix in HSL refs: #238 #216commit details show on GitHub
aliceafanasievaaliceafanasievab7508acrefactor(css): restructure global-styles.css layout and typography tokens - add layered CSS structure for reset, base and typography - replace spacing tokens with a semantic scale (2xs–2xl) - replace px in sizes into rem units - replace hex codes with HSL notation - rename typography tokens from h1/h2 to a more descriptive font-size scale (2xl–s) refs: #216 #238commit details show on GitHub
aliceafanasievaaliceafanasievac1c2ae6style(button): add type3 underline animation and white variant - implement ::after underline with scaleX transition for hover/focus-visible - align arrow icon and normalize svg/img sizing for type3 - add .btn--type3-white variant for dark backgrounds refs: #228, #216, #231commit details show on GitHub
aliceafanasievaaliceafanasievad2ba65estyle(button): refine type3 base layout and label styling - set type3 to inline-flex with baseline alignment and token-based gap - remove padding and default link underline - make .btn_label inline-block for consistent underline sizing refs: #228 #216 #231commit details show on GitHub
aliceafanasievaaliceafanasievae8df3b3feat(css): add hover expand + delayed label reveal for btn--type2 - expand button dimensions and restore spacing on hover - reveal label with max-width + fade/slide animation and a short delay - keep label capped to 12ch to avoid oversized buttons refs: #228, #216, #230commit details show on GitHub
aliceafanasievaaliceafanasieva59050affix(css): prevent btn--type2 icon offset in collapsed state - set gap to 0 and center content to keep the icon perfectly centered - reset icon alignment and enforce fixed icon sizing for type2 refs: #230, #228, #216commit details show on GitHub
aliceafanasievaaliceafanasievad407fd7fix(css): voorkom layout shift bij btn--type1 hover - herstel --btn-font-weight naar 400 - gebruik --btn-gap i.p.v. --btn-t1-gap - maak btn_icon vaste breedte (flex: 0 0 ...) en duw naar rechts met margin-left: auto - laat btn_label de vrije ruimte nemen (flex: 1 1 auto; min-width: 0) refs: #228, #216, #229commit details show on GitHub
aliceafanasievaaliceafanasievaa675db4feat(styles): add animated diagonal gradients for button icons - add --gradient-gold-anim and --gradient-blue-anim tokens - add btn-gradient-diagonal keyframes for diagonal background movement - apply hover animation to .btn_icon for .btn--blue and .btn--gold variants - tune background-size/position for smooth moving gradient effect refs: #228, #216, #229commit details show on GitHub
aliceafanasievaaliceafanasievadbad49dfeat(stylesheet):quick fixes on button refs: #216commit details show on GitHub
aliceafanasievaaliceafanasieva3d68a7afeat(components): add button type 3 (text link) with hover underline and arrow icon Refs: #216commit details show on GitHub
aliceafanasievaaliceafanasieva2b5abd0feat(components): add styling for button type 2 (icon-only) Refs: #216commit details show on GitHub
aliceafanasievaaliceafanasieva00d781efeat(components): add styleguide button tokens and base button variants (type 1–3), btn type 1 styling refs: #216commit details show on GitHub
aliceafanasievaaliceafanasievaeeaf49cfeat(colors): add styleguide color tokens, gradients, and semantic variables (Also tested using the tokens in Hero.svelte) Refs: #216commit details show on GitHub
aliceafanasievaaliceafanasieva9aaf5f7feat(typography): add global font faces and size scale tokens Refs: #216commit details show on GitHub
aliceafanasievaaliceafanasieva3181277feat(styles): add base layout Adding base layout tokens: - Spacing - Radius - Shadows - Motion (css animations) refs: #216commit details show on GitHub
aliceafanasievaaliceafanasieva0c1a3edfeat(styles): CSS reset (addition) The browser’s default styling neutralize, so your UI looks consistent in Chrome/Safari/Firefox. refs: #216commit details show on GitHub
aliceafanasievaaliceafanasievad6855befeat(styles): add CSS reset and base layout tokens The browser’s default styling neutralize, so your UI looks consistent in Chrome/Safari/Firefox. refs: #216commit details show on GitHub
aliceafanasievaaliceafanasieva70d575cchore(styles): create global stylesheet structure refs: #216commit details show on GitHub
aliceafanasievaaliceafanasievac8ac7f6Update CONTRIBUTING.mdcommit details show on GitHub
aliceafanasievaaliceafanasievaa49ce5dUpdate CONTRIBUTING.mdcommit details show on GitHub
aliceafanasievaaliceafanasieva7a5c476Merge pull request #217 from fdnd-agency/193-feature-hero-version-3 193 feature gsap animation + redesign hero & header version 3commit details show on GitHub
aliceafanasievaaliceafanasieva12d1313chore(package): installed gsap package #193commit details show on GitHub
Sebastiaan-hvaSebastiaan-hvac599c5eUpdate sprint number in CONTRIBUTING.mdcommit details show on GitHub
Sebastiaan-hvaSebastiaan-hvac5f4f85fixes #220 gradient change + text position loweredcommit details show on GitHub
aliceafanasievaaliceafanasieva91b1d97feat(animation): add GSAP intro timeline for hero content Import GSAP in Hero.svelte and create a heroTl timeline that animates the hero content, arrow navigation and info line smoothly into view on mount. refs #193commit details show on GitHub
aliceafanasievaaliceafanasieva81a7ea7style(hero): update hero layout and info line to match design Adjust hero overlay, slide stacking, typography and spacing. Restructure the info line with CTA button and opening times, and update responsive styles to align with the new hero design. refs #193commit details show on GitHub
aliceafanasievaaliceafanasieva3d44045feat(hero): implement image slideshow with navigation controls Refactor Hero.svelte to use a slides array with dynamic background images. Add current index state, auto-advance interval, and previous/next arrow navigation with slide counter. refs #193commit details show on GitHub
aliceafanasievaaliceafanasievace0c909chore(assets): add hero background images for slideshow Replaced hero background image with the new background-1/2/3 images to be used in slideshow. refs #193commit details show on GitHub
aliceafanasievaaliceafanasievacfb2d90refactor(navbar): update sidepanel layout and footer position Make the sidepanel inner container full height and relative, and reposition the sidepanel footer absolutely at the bottom-right. refs #192commit details show on GitHub
aliceafanasievaaliceafanasievac0873e4feat(header): add translucent blurred background Change header background to a semi-transparent overlay and add backdrop blur to match the new glassmorphism header design. refs #192commit details show on GitHub
Sebastiaan-hvaSebastiaan-hvae403077Merge pull request #215 from fdnd-agency/214-feature-coding-spike---week-3 margin van heading aangepastcommit details show on GitHub
Sebastiaan-hvaSebastiaan-hva5f05c6d#194 update margin-left heading exhibitionscommit details show on GitHub
Sebastiaan-hvaSebastiaan-hva9408905#194 Squooshed image for better performance.commit details show on GitHub
Sebastiaan-hvaSebastiaan-hva39b1eea#214commit details show on GitHub
Sebastiaan-hvaSebastiaan-hva616fb85#214 simple blur/unblur keyframe scroll animation timelinecommit details show on GitHub
Sebastiaan-hvaSebastiaan-hvab6697bb#213 section grid version 3commit details show on GitHub
Sebastiaan-hvaSebastiaan-hvad4cb4e7#194 cq fixcommit details show on GitHub
Sebastiaan-hvaSebastiaan-hva44e3fc7#194 #214 exhibitons redesign version 3commit details show on GitHub
Sebastiaan-hvaSebastiaan-hvad6fe963Update CONTRIBUTING.md with sprint 16 details Added images for sprint 16 post mortem and refinement.commit details show on GitHub
aliceafanasievaaliceafanasieva1ddc401feat: submenucommit details show on GitHub
aliceafanasievaaliceafanasieva586c181Merge pull request #185 from fdnd-agency/176-feature-accessibility-of-the-hamburger-navigation-menu Accessibility of the hamburger navigation menucommit details show on GitHub
aliceafanasievaaliceafanasievafc670d2Merge branch 'dev' into accessibility-navigation-menucommit details show on GitHub
aliceafanasievaaliceafanasievadd1e61estyle(navbar): refine sidepanel layout and animations Adjust sidepanel transitions to use transform and opacity, enable vertical scrolling, and animate the inner content. Update the footer to stick to the bottom with margin-top:auto and consistent padding, and tweak header spacing to match the visual design. refs: #176commit details show on GitHub
aliceafanasievaaliceafanasieva6cc20b2refactor(navbar): remove checkbox-based toggle implementation Delete lang-toggle and nav-toggle checkbox inputs and their related CSS, including :checked selectors for the hamburger icon and sidepanel. Keep only button-based controls so the component relies on JS state instead of CSS hacks. refs #176commit details show on GitHub
aliceafanasievaaliceafanasieva4812a3cfeat(navbar): add JS-driven toggles for language and sidepanel Introduce isLangOpen / isSidepanelOpen state and use Svelte event handlers to control the language menu and sidepanel. Replace implicit checkbox behavior with explicit aria-expanded attributes and a window click handler to close open menus. refs: #176commit details show on GitHub
aliceafanasievaaliceafanasievadd247d2fix(exhibitions): refine layout and spacing - Adjusted CSS to match Figma design more - Update section heading style - Adjust header alignment and spacing for better desktop/mobile balance - Add min/max height to main image for consistent image size - Reposition overlay card and border-radius to match Figma designcommit details show on GitHub
aliceafanasievaaliceafanasieva7f50739fix(layout): correct spacing in exhibitions and footer Adjust Exhibitions and Footer components width and margins to match design and remove unintended extra whitespace. refs: #184commit details show on GitHub