mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Introduced responsive layout utilities and directives for Angular.
- ✨ **Feature**: Added breakpoint utility for responsive design - ✨ **Feature**: Implemented BreakpointDirective for conditional rendering - 🛠️ **Refactor**: Updated styles for filter and order-by components - 📚 **Docs**: Created README and documentation for ui-layout library - ⚙️ **Config**: Added TypeScript and ESLint configurations for the new library
This commit is contained in:
@@ -226,6 +226,7 @@ module.exports = {
|
||||
'card': '0px -2px 24px 0px rgba(220, 226, 233, 0.8)',
|
||||
'cta': '0px 0px 15px 0px rgba(0, 0, 0, 0.5)',
|
||||
'action': '0 0 20px 0 #596470',
|
||||
'overlay': '0px 0px 16px 0px rgba(0, 0, 0, 0.15)',
|
||||
},
|
||||
borderRadius: {
|
||||
DEFAULT: '0.3125rem',
|
||||
|
||||
Reference in New Issue
Block a user