geoproject-app/public/assets/css/src
isUnknown b903c75f98 refactor: mutualize popup styles into shared SCSS file
Extract ~150 lines of identical CSS from ElementPopup and PagePopup into
a new _settings-popup.scss partial:
- Common popup structure (header, body, controls, CSS panel)
- Shared components (tooltips, toggle switches, inheritance button)
- CSS editor styling (readonly display, textarea)

Component-specific styles retained:
- ElementPopup: purple theme, button groups, checkboxes
- PagePopup: orange theme, margin grid layout

Reduces duplication and improves maintainability.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-08 16:17:34 +01:00
..
_buttons.scss style: add button background and transition curve variable 2025-12-05 15:05:24 +01:00
_forms.scss feat: refactor popups with shared positioning and CSS tooltips 2025-12-05 18:21:54 +01:00
_print-styles.scss feat: integrate Coloris color picker for background field 2025-12-04 15:03:29 +01:00
_reset.scss feat: integrate Coloris color picker for background field 2025-12-04 15:03:29 +01:00
_settings-popup.scss refactor: mutualize popup styles into shared SCSS file 2025-12-08 16:17:34 +01:00
_text.scss feat: integrate Coloris color picker for background field 2025-12-04 15:03:29 +01:00
_variables.scss feat: add purple highlight for content elements 2025-12-08 14:15:06 +01:00